Skip to content

Commit

Permalink
GPT-commit: Modified README.md for improved documentation in .github/…
Browse files Browse the repository at this point in the history
… folder.

GPT-commit: Modified README.md in .github/ folder for improved documentation.
  • Loading branch information
hwixley committed Jan 21, 2024
1 parent 686d67a commit 6554b29
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ Please note any command with an argument in angle brackets below (ie. `<branch>`
### Code Editing
1. `vsc <mydir>`: open location of alias in Visual Studio Code
2. `xc <mydir>`: open location of alias in XCode (only available for macintosh systems)
### Custom Script/Environment Execution
Expand Down Expand Up @@ -212,10 +211,8 @@ Please note any command with an argument in angle brackets below (ie. `<branch>`
1. `fopen`: open the current directory in your native files application
2. `find <fname>.<fext>`: find a file inside the current directory with the respective name (use `find "*.<ext>"` for finding all files with the given extension)
3. `regex <regex?> <fname?>`: counts number of regex matches found in the given file
4. `rgxmatch <regex?> <fname?>`: returns strings of regex matches found in the given file
5. `encrypt <dirname|fname?>`: GPG encrypt a file/directory (saves a new .gpg file)
6. `decrypt <fname?>`: GPG decrypt a file (must be a .gpg file)
3. `encrypt <dirname|fname?>`: GPG encrypt a file/directory (saves a new .gpg file)
4. `decrypt <fname?>`: GPG decrypt a file (must be a .gpg file)
### Network Utilities
Expand Down

0 comments on commit 6554b29

Please sign in to comment.