Skip to content

Commit

Permalink
GPT-commit: Refactored README formatting, updated cache files.
Browse files Browse the repository at this point in the history
GPT-commit: Refactored README formatting, updated cache files. Modified functions and variables in `.github/README.md` for improved formatting and readability, and updated cache files in `src/data` for enhanced performance and data accuracy.
  • Loading branch information
hwixley committed Feb 18, 2024
1 parent 3a15f01 commit becc41e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ Please note any command with an argument in angle brackets below (ie. `<branch>`
### WEB UTILITIES:
- `webtext`: Read-only websites in your terminal
### MISC UTILITIES:
- `weather`: View the weather forecast for your location in the terminal
- `moon`: View the moon phase
- `leap-year`: Check when the next leap year is
### HELP UTILITIES:
- `help`: View WYX-CLI Documentation
- `explain`: Explain a bash command
Expand Down
5 changes: 5 additions & 0 deletions src/data/.cache/cmdinfo.git.wyx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
### WEB UTILITIES:
- `webtext`: Read-only websites in your terminal

### MISC UTILITIES:
- `weather`: View the weather forecast for your location in the terminal
- `moon`: View the moon phase
- `leap-year`: Check when the next leap year is

### HELP UTILITIES:
- `help`: View WYX-CLI Documentation
- `explain`: Explain a bash command
Expand Down
5 changes: 5 additions & 0 deletions src/data/.cache/cmdinfo.term.wyx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@
WEB UTILITIES:
- webtext: Read-only websites in your terminal

MISC UTILITIES:
- weather: View the weather forecast for your location in the terminal
- moon: View the moon phase
- leap-year: Check when the next leap year is

HELP UTILITIES:
- help: View WYX-CLI Documentation
- explain: Explain a bash command
Expand Down
6 changes: 3 additions & 3 deletions src/data/arg_scripts.csv
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ upscale,upscale,"Scale up an image (uses no smoothing)",true,,iutil
fopen,fopen,"Open current directory in your files application",true,,futil
encrypt,encrypt,"Encrypt a file using GPG",true,,futil
decrypt,decrypt,"Decrypt a GPG-encrypted file",true,,futil
weather,weather,"View the weather forecast for your location in the terminal2,true,,misc
moon,moon,"View the moon phase",true,,misc
leap-year,leap-year,"Check when the next leap year is",true,,misc
weather,weather,"View the weather forecast for your location in the terminal",true,,mutil
moon,moon,"View the moon phase",true,,mutil
leap-year,leap-year,"Check when the next leap year is",true,,mutil
webtext,webtext,"Read-only websites in your terminal",true,,wutil
explain,explain,"Explain a bash command",true,,hutil
ask-gpt,ask-gpt,"Start a conversation with ChatGPT",true,,hutil
Expand Down

0 comments on commit becc41e

Please sign in to comment.