5 releases
0.1.3 | Sep 19, 2024 |
---|---|
0.1.2 | Aug 19, 2024 |
0.1.1 | Aug 18, 2024 |
0.1.0 | Aug 18, 2024 |
0.0.1 | Aug 17, 2024 |
#940 in Command line utilities
15KB
376 lines
proj-cmd
A simple project organizer written in rust using clap.
Installation
Step 1
install the proj-cmd
command -:
cargo install proj-cmd
Step 2
zsh
Add the following to your shell's config file -:eval "$(proj-cmd init zsh)"
bash
Add the following to your shell's config file -:eval "$(proj-cmd init bash)"
fish
Add the following to your shell's config file -:eval "$(proj-cmd init fish)"
nu
run this command proj-cmd init nu | save -f ~/.proj.nu
Add the following to your shell's config file -:
source ~/.proj.nu
The init command currenly supports
bash
,zsh
,nu
&fish
By default, the init command generates a function named
proj
, you can pass in your own asproj-cmd init <shell> my-cmd
Dependencies
~1–12MB
~78K SLoC