Skip to content

Commit

Permalink
GPT-commit: Modified README.md functionality, cache files for cmdinfo…
Browse files Browse the repository at this point in the history
… modified, arg_scripts.csv for updates.

Modified `README.md` file for improved functionality, updated cache files `cmdinfo.git.wyx` and `cmdinfo.term.wyx` to store command info efficiently, updated `arg_scripts.csv` for enhanced argument handling efficiency.
  • Loading branch information
hwixley committed Mar 16, 2024
1 parent dbc1ff5 commit 1f8b1af
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 56 deletions.
28 changes: 14 additions & 14 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,19 +161,19 @@ wyx list-deps
- `todo`: View Your To-Do List

### MANAGE MY DATA:
- `editd`: Edit Your WYX-CLI Configuration
- `edits`: Edit A Script File
- `newscript`: Create A New Script
- `editd <user|myorgs|mydirs|myscripts|todo>`: Edit Your WYX-CLI Configuration
- `edits <myscript?>`: Edit A Script File
- `newscript <name?>`: Create A New Script

### ENV/KEYSTORE:
- `keystore`: Add a key-value pair to your '.env' keystore
- `keystore <key?> <value?>`: Add a key-value pair to your '.env' keystore
- `setup <smart_commit>`: Setup WYX-CLI Third Party API-based utilities

### FILE UTILITIES:
- `find`: Regex Search Current Directory For File
- `fopen`: Open current directory in your files application
- `encrypt`: Encrypt a file using GPG
- `decrypt`: Decrypt a GPG-encrypted file
- `find <regex?>`: Regex Search Current Directory For File
- `fopen <dir|mydir?>`: Open current directory in your files application
- `encrypt <file|dir?>`: Encrypt a file using GPG
- `decrypt <file?>`: Decrypt a GPG-encrypted file

### NETWORK UTILITIES:
- `ip`: View Your Local & Public IPs
Expand All @@ -183,15 +183,15 @@ wyx list-deps
- `speedtest`: Run A Speed Test On Your Network

### IMAGE UTILITIES:
- `genqr`: Generate a QR code from a URL
- `upscale`: Scale up an image (uses no smoothing)
- `genqr <url?> <name?>`: Generate a QR code from a URL
- `upscale <file?> <scale-multiplier?>`: Scale up an image (uses no smoothing)

### TEXT UTILITIES:
- `genpass <pass-length?>`: Generate A Random Password
- `genhex`: Generate A Random Hex String
- `genb64`: Generate A Random Base64 String
- `genhex <length?>`: Generate A Random Hex String
- `genb64 <length?>`: Generate A Random Base64 String
- `lastcmd`: Copy Your Last Command To Your Clipboard
- `copy <command?>`: Copy output of a command to clipboard
- `copy $(<command?>)`: Copy output of a command to clipboard

### WEB UTILITIES:
- `webtext <url?>`: Read-only websites in your terminal
Expand All @@ -203,6 +203,6 @@ wyx list-deps

### HELP UTILITIES:
- `help`: View WYX-CLI Documentation
- `explain $(<command?>)`: Explain a bash command
- `explain <command?>`: Explain a bash command
- `ask-gpt`: Start a conversation with ChatGPT
- `google <query?>`: Google a query
28 changes: 14 additions & 14 deletions src/data/.cache/cmdinfo.git.wyx
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
- `todo`: View Your To-Do List

### MANAGE MY DATA:
- `editd`: Edit Your WYX-CLI Configuration
- `edits`: Edit A Script File
- `newscript`: Create A New Script
- `editd <user|myorgs|mydirs|myscripts|todo>`: Edit Your WYX-CLI Configuration
- `edits <myscript?>`: Edit A Script File
- `newscript <name?>`: Create A New Script

### ENV/KEYSTORE:
- `keystore`: Add a key-value pair to your '.env' keystore
- `keystore <key?> <value?>`: Add a key-value pair to your '.env' keystore
- `setup <smart_commit>`: Setup WYX-CLI Third Party API-based utilities

### FILE UTILITIES:
- `find`: Regex Search Current Directory For File
- `fopen`: Open current directory in your files application
- `encrypt`: Encrypt a file using GPG
- `decrypt`: Decrypt a GPG-encrypted file
- `find <regex?>`: Regex Search Current Directory For File
- `fopen <dir|mydir?>`: Open current directory in your files application
- `encrypt <file|dir?>`: Encrypt a file using GPG
- `decrypt <file?>`: Decrypt a GPG-encrypted file

### NETWORK UTILITIES:
- `ip`: View Your Local & Public IPs
Expand All @@ -69,15 +69,15 @@
- `speedtest`: Run A Speed Test On Your Network

### IMAGE UTILITIES:
- `genqr`: Generate a QR code from a URL
- `upscale`: Scale up an image (uses no smoothing)
- `genqr <url?> <name?>`: Generate a QR code from a URL
- `upscale <file?> <scale-multiplier?>`: Scale up an image (uses no smoothing)

### TEXT UTILITIES:
- `genpass <pass-length?>`: Generate A Random Password
- `genhex`: Generate A Random Hex String
- `genb64`: Generate A Random Base64 String
- `genhex <length?>`: Generate A Random Hex String
- `genb64 <length?>`: Generate A Random Base64 String
- `lastcmd`: Copy Your Last Command To Your Clipboard
- `copy <command?>`: Copy output of a command to clipboard
- `copy $(<command?>)`: Copy output of a command to clipboard

### WEB UTILITIES:
- `webtext <url?>`: Read-only websites in your terminal
Expand All @@ -89,7 +89,7 @@

### HELP UTILITIES:
- `help`: View WYX-CLI Documentation
- `explain $(<command?>)`: Explain a bash command
- `explain <command?>`: Explain a bash command
- `ask-gpt`: Start a conversation with ChatGPT
- `google <query?>`: Google a query

28 changes: 14 additions & 14 deletions src/data/.cache/cmdinfo.term.wyx
Original file line number Diff line number Diff line change
Expand Up @@ -47,19 +47,19 @@
- todo: View Your To-Do List

MANAGE MY DATA:
- editd: Edit Your WYX-CLI Configuration
- edits: Edit A Script File
- newscript: Create A New Script
- editd <user|myorgs|mydirs|myscripts|todo>: Edit Your WYX-CLI Configuration
- edits <myscript?>: Edit A Script File
- newscript <name?>: Create A New Script

ENV/KEYSTORE:
- keystore: Add a key-value pair to your '.env' keystore
- keystore <key?> <value?>: Add a key-value pair to your '.env' keystore
- setup <smart_commit>: Setup WYX-CLI Third Party API-based utilities

FILE UTILITIES:
- find: Regex Search Current Directory For File
- fopen: Open current directory in your files application
- encrypt: Encrypt a file using GPG
- decrypt: Decrypt a GPG-encrypted file
- find <regex?>: Regex Search Current Directory For File
- fopen <dir|mydir?>: Open current directory in your files application
- encrypt <file|dir?>: Encrypt a file using GPG
- decrypt <file?>: Decrypt a GPG-encrypted file

NETWORK UTILITIES:
- ip: View Your Local & Public IPs
Expand All @@ -69,15 +69,15 @@
- speedtest: Run A Speed Test On Your Network

IMAGE UTILITIES:
- genqr: Generate a QR code from a URL
- upscale: Scale up an image (uses no smoothing)
- genqr <url?> <name?>: Generate a QR code from a URL
- upscale <file?> <scale-multiplier?>: Scale up an image (uses no smoothing)

TEXT UTILITIES:
- genpass <pass-length?>: Generate A Random Password
- genhex: Generate A Random Hex String
- genb64: Generate A Random Base64 String
- genhex <length?>: Generate A Random Hex String
- genb64 <length?>: Generate A Random Base64 String
- lastcmd: Copy Your Last Command To Your Clipboard
- copy <command?>: Copy output of a command to clipboard
- copy $(<command?>): Copy output of a command to clipboard

WEB UTILITIES:
- webtext <url?>: Read-only websites in your terminal
Expand All @@ -89,7 +89,7 @@

HELP UTILITIES:
- help: View WYX-CLI Documentation
- explain $(<command?>): Explain a bash command
- explain <command?>: Explain a bash command
- ask-gpt: Start a conversation with ChatGPT
- google <query?>: Google a query

28 changes: 14 additions & 14 deletions src/data/arg_scripts.csv
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ back,back,"Go Back A Directory",true,,nav
run,run,"Run Script Aliases",true,<myscript>,code
vsc,vsc,"Open Directory Aliases in VSCode",true,<mydir>,code
genpass,genpass,"Generate A Random Password",true,"<pass-length?>",tutil
genhex,genhex,"Generate A Random Hex String",true,,tutil
genb64,genb64,"Generate A Random Base64 String",true,,tutil
genhex,genhex,"Generate A Random Hex String",true,<length?>,tutil
genb64,genb64,"Generate A Random Base64 String",true,<length?>,tutil
version,version,"WYX-CLI Version",true,,version
-v,version,"WYX-CLI Version",false
--version,version,"WYX-CLI Version",false
Expand All @@ -33,33 +33,33 @@ mydirs,mydirs,"View Your Directory Aliases Configuration",true,,mydata
myorgs,myorgs,"View Your GitHub Organisation Configuration",true,,mydata
myscripts,myscripts,"View Your Scripts Configuration",true,,mydata
todo,todo,"View Your To-Do List",true,,mydata
editd,editd,"Edit Your WYX-CLI Configuration",true,,mmdata
edits,edits,"Edit A Script File",true,,mmdata
newscript,newscript,"Create A New Script",true,,mmdata
find,find,"Regex Search Current Directory For File",true,,futil
editd,editd,"Edit Your WYX-CLI Configuration",true,<user|myorgs|mydirs|myscripts|todo>,mmdata
edits,edits,"Edit A Script File",true,<myscript?>,mmdata
newscript,newscript,"Create A New Script",true,<name?>,mmdata
find,find,"Regex Search Current Directory For File",true,<regex?>,futil
lastcmd,lastcmd,"Copy Your Last Command To Your Clipboard",true,,tutil
ip,ip,"View Your Local & Public IPs",true,,nutil
wifi,wifi,"View Available WiFi Networks",true,,nutil
hardware-ports,hardware-ports,"View Your Hardware Ports",true,,nutil
wpass,wpass,"View Your Saved WiFi Passwords",true,,nutil
speedtest,speedtest,"Run A Speed Test On Your Network",true,,nutil
genqr,genqr,"Generate a QR code from a URL",true,,iutil
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
genqr,genqr,"Generate a QR code from a URL",true,<url?> <name?>,iutil
upscale,upscale,"Scale up an image (uses no smoothing)",true,<file?> <scale-multiplier?>,iutil
fopen,fopen,"Open current directory in your files application",true,<dir|mydir?>,futil
encrypt,encrypt,"Encrypt a file using GPG",true,<file|dir?>,futil
decrypt,decrypt,"Decrypt a GPG-encrypted file",true,<file?>,futil
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,<url?>,wutil
explain,explain,"Explain a bash command",true,$(<command?>),hutil
explain,explain,"Explain a bash command",true,<command?>,hutil
ask-gpt,ask-gpt,"Start a conversation with ChatGPT",true,,hutil
google,google,"Google a query",true,<query?>,hutil
install-deps,install-deps,"Install WYX-CLI dependencies",true,,deps
keystore,keystore,"Add a key-value pair to your '.env' keystore",true,,env
keystore,keystore,"Add a key-value pair to your '.env' keystore",true,<key?> <value?>,env
setup,setup,"Setup WYX-CLI Third Party API-based utilities",true,"<smart_commit>",env
update-stdout,img_stdout,"Output wyx STDOUT to an image",false
copy,copy,"Copy output of a command to clipboard",true,<command?>,tutil
copy,copy,"Copy output of a command to clipboard",true,$(<command?>),tutil
update-deps,update-deps,"Update the project dependencies",true,,deps
list-deps,list-deps,"List the project dependencies",true,,deps
update-readme,update_readme,"Auto-update the project's readme with the available commands",false,,
Expand Down

0 comments on commit 1f8b1af

Please sign in to comment.