From 6554b29ec64054913a4ba8d9e745ae874a9df4d6 Mon Sep 17 00:00:00 2001 From: Harry Wixley Date: Sun, 21 Jan 2024 23:16:38 +0000 Subject: [PATCH] GPT-commit: Modified README.md for improved documentation in .github/ folder. GPT-commit: Modified README.md in .github/ folder for improved documentation. --- .github/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/README.md b/.github/README.md index 8da9c44..cf27c5d 100644 --- a/.github/README.md +++ b/.github/README.md @@ -160,7 +160,6 @@ Please note any command with an argument in angle brackets below (ie. `` ### Code Editing 1. `vsc `: open location of alias in Visual Studio Code -2. `xc `: open location of alias in XCode (only available for macintosh systems) ### Custom Script/Environment Execution @@ -212,10 +211,8 @@ Please note any command with an argument in angle brackets below (ie. `` 1. `fopen`: open the current directory in your native files application 2. `find .`: find a file inside the current directory with the respective name (use `find "*."` for finding all files with the given extension) -3. `regex `: counts number of regex matches found in the given file -4. `rgxmatch `: returns strings of regex matches found in the given file -5. `encrypt `: GPG encrypt a file/directory (saves a new .gpg file) -6. `decrypt `: GPG decrypt a file (must be a .gpg file) +3. `encrypt `: GPG encrypt a file/directory (saves a new .gpg file) +4. `decrypt `: GPG decrypt a file (must be a .gpg file) ### Network Utilities