From 8e8403e1469b36de859afe0a89d0a3b0af7fa37a Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sat, 25 Nov 2023 19:38:34 -0500 Subject: [PATCH] Added links to scripts in README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 014863c..1b42c9e 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Helpful scripts and utilities for doing all sorts of random things | Tool | Use | | ---- | --- | -| bkmark | Access a set of common links/strings from anywhere | -| fix_screens | A very specific screen configuration utitlity for my desktop | -| mount_drive | Mounts my luks encrypted drives | -| passmenu | A script I did not write to access passwords with dmenu | -| pipes.sh | Show a cool pipes screen saver; I did not write this | -| scan-upload | Scan and upload documents from a local scanner to paperless-ngx | +| [bkmark](bkmark) | Access a set of common links/strings from anywhere | +| [fix_screens](fix_screens) | A very specific screen configuration utitlity for my desktop | +| [mount_drive](mount_drive) | Mounts my luks encrypted drives | +| [passmenu](passmenu) | A script I did not write to access passwords with dmenu | +| [pipes.sh](pipes.sh) | Show a cool pipes screen saver; I did not write this | +| [scan-upload](scan-upload) | Scan and upload documents from a local scanner to paperless-ngx |