From e3fde2811d85adc9b74777dbb1fbdeaba8bf6aa5 Mon Sep 17 00:00:00 2001
From: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 25 May 2024 21:16:42 +0000
Subject: [PATCH] docs: auto-update README
---
.github/README.md | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/.github/README.md b/.github/README.md
index 9be34b1..312a491 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -9,35 +9,35 @@ enough to need them in there anymore.
Some of the scripts have descriptions and some of those descriptions are listed
below:
-### cmdrc.bat [file](/.bin/cmdrc.bat)
+### cmdrc.bat [file](/scripts/cmdrc.bat)
This is a method of having a custom prompt in CMD. It's opened by AutoHotkey (see ahk/general.ahk for more information).
-### commit.ps1 [file](/.bin/commit.ps1)
+### commit.ps1 [file](/scripts/commit.ps1)
Should be thought of as a temporary tool until used to doing it by default! Reminder text from this Gist: https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716
-### config.bat [file](/.bin/config.bat)
+### config.bat [file](/scripts/config.bat)
The command used to manage the bare repo: ```cmd git --git-dir=%HOME%/.dotfiles/ --work-tree=%HOME% ``` ... for use in the Windows CMD.
-### drives.bat [file](/.bin/drives.bat)
+### drives.bat [file](/scripts/drives.bat)
Add shortcuts to available drives.
-### ll.bat [file](/.bin/ll.bat)
+### ll.bat [file](/scripts/ll.bat)
`dir` isn't it my muscle memory at all.
-### refreshprompt.bat [file](/.bin/refreshprompt.bat)
+### refreshprompt.bat [file](/scripts/refreshprompt.bat)
The main use case for this being whenever we change Git profiles. This isn't something I do as often as I used to.
-### shortcuts.bat [file](/.bin/shortcuts.bat)
+### shortcuts.bat [file](/scripts/shortcuts.bat)
Use this script to create a shortcut to the current folder you're in. I've found this especially useful for CMD navigation.
-### tidy [file](/.bin/tidy)
+### tidy [file](/scripts/tidy)
For tidying files after they've been mauled by Windows Explorer bulk renaming, e.g. "File (1).ext", ... Disclaimer, this is the first and only Ruby I've ever written