- Still on development Headstart is a productivity and organiser tool that can manage executable, scripts.
git clone git@github.com:BarunW/headstart.git
# Add to .zshrc or .bashrc file or other shell rc file
# /path/to = where the headstart repo is
export PATH="/path/to/headstart/bin"
#souce
source ~/.zshrc or ~/.bashrc (linux)
- headstart link <filePath(file or dir)>
- headstart gen <file/dir name>
- headstart
- headstart [list all link name]
# open your terminal and type headstart and usage will be shown
# project setup
headstart link boilerPlate.go goBoil
headstart nvim goBoil
headstart gen goBoil "../newGo"
headstart link <binary or bashscript or any executable>
headstart exec <that link executable>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.