You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,9 @@ A simple Rust App to run stored shell commands from a config (Commands.json) fil
4
4
5
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.
6
6
7
-
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>)
7
+
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>)
8
8
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
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
0 commit comments