Skip to content

HeCodes2Much/proctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROCTL

Manage, switch between templated licenses, and set languages

Dependencies

  • 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) using tput

Installation

How do I install proctl?

basher install

on Arch BTW?

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

Manual

git clone https://github.com/The-Repo-Club/proctl
cd proctl
sudo make install

Configuration

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='joe@doe.com'
export AUTHOR_WEBSITE='https://joe.doe/'
export TEMPLATE_DIR='/usr/share/proctl'