Manage, switch between templated licenses, and set languages
- coreutils for stuff like
head
,awk
, ... - fzf (optional) for
-pick-license
,-pick-language
flags - git (optional) for generating info in default config automatically
- ncurses (optional) for colours (
PROCTL_COLOURS=1
) usingtput
Follow one of the 3 simple ways to install below.
Download: PKGBUILD and make with makepkg -sfi
Install: Custom Repo then just use pacman -S proctl
AUR: YAY just use yay -S proctl
git clone https://github.com/HeCodes2Much/proctl
cd proctl
sudo make install
Configuration can be found in ~/.config/license.conf
and ~/.config/license.conf
, it is automatically
generated on first launch or with the flag -new-config
Example config:
#!/usr/bin/env sh
export AUTHOR_NAME='Joe Doe'
export AUTHOR_EMAIL='[email protected]'
export AUTHOR_WEBSITE='https://joe.doe/'
export TEMPLATE_DIR='/usr/share/proctl'