Skip to content

Commit 55c737e

Browse files
authored
Update README.md
1 parent 970383d commit 55c737e

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,22 @@
22

33
A simple Rust App to run stored shell commands from a config (Commands.json) file via a menu with options.
44

5-
This is a simple app I used ChatGPT to write to help learn Rust and also to give me a framework for my daily CLI workflow. It tracks completion of each command and execution.
5+
This is a simple app I wrote to help learn Rust and also to give me a framework for my daily CLI workflow. It tracks completion of each command and execution.
66

77
Commands are stored in a cli_menu_cmd.json JSON file located at your OS-Appropriate data folder using rust Directories config_dir(<https://docs.rs/directories/latest/directories/struct.BaseDirs.html>)
88

9-
*Most of the credit goes to ChatGPT which wrote most of the code. Thanks to @Scott Pack for his talk at BSides 2023 (<https://www.youtube.com/watch?v=b_pkz4kDfq0>) which helped set the stage
9+
*Most of the initial credit goes to ChatGPT which wrote most of the code. Thanks to @Scott Pack for his talk at BSides 2023 (<https://www.youtube.com/watch?v=b_pkz4kDfq0>) which helped set the stage
1010

1111
Sound Effects credit Pixabay
1212
<https://pixabay.com/sound-effects/whoosh-6316/>
1313
<https://pixabay.com/sound-effects/message-incoming-132126/>
1414

15+
## Example of my daily Usage with [Tod](https://github.com/alanvardy/tod)
16+
17+
I have each of my daily [task contexts](https://gettingthingsdone.com/2010/09/david-allen-on-why-sorting-your-lists-by-contexts-even-matters/#:~:text=There%20is%20never%20a%20moment,you%20simply%20can't%20do.&text=Some%20suggested%20contexts%20to%20get,for%20Projects%20and%20Someday%20Maybe) grouped into a query command, that I then work through one at a time, starting from the top, as a daily routie.
18+
19+
![image](https://github.com/user-attachments/assets/7631747a-ad86-4100-82ef-584372a32006)
20+
1521
## Iterm2 Usage
1622

1723
I use this script to run my Todo list (CLI Menu) and Zoom the window, so I have it setup and mapped to a single `td` command which does the following:

0 commit comments

Comments
 (0)