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

#1021 in Command line utilities

Download history 396/week @ 2024-08-15 22/week @ 2024-08-22 9/week @ 2024-09-12 109/week @ 2024-09-19 9/week @ 2024-09-26 2/week @ 2024-10-03

341 downloads per month

MIT/Apache

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 as proj-cmd init <shell> my-cmd

Dependencies

~1–12MB
~78K SLoC