4 releases

0.1.2 Aug 19, 2024
0.1.1 Aug 18, 2024
0.1.0 Aug 18, 2024
0.0.1 Aug 17, 2024

#696 in Command line utilities

Download history 63/week @ 2024-08-11 349/week @ 2024-08-18 6/week @ 2024-08-25

418 downloads per month

MIT/Apache

11KB
262 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