commands.sh

proctl

linux

Manage projects licenses and languages, switch between templated licenses.

More info →

Options (8)

boolean

List available licenses

Example: proctl {{[-ll|-list-licenses]}}
boolean

List available languages

Example: proctl {{[-lL|-list-languages]}}
boolean

Pick a license in a FZF menu

Example: proctl {{[-pl|-pick-license]}}
boolean

Pick a language in a FZF menu

Example: proctl {{[-pL|-pick-language]}}
-rboolean

Remove all licenses from the current project

Example: proctl {{[-r|-remove-license]}}
-tboolean

Create a new license template

Example: proctl {{[-t|-new-template]}}
-Rboolean

Delete a license from templates

Example: proctl {{[-R|-delete-license]}} {{@license_name1 @license_name2 ...}}
-hboolean

Display help

Example: proctl {{[-h|-help]}}

Examples (8)

List available licenses

proctl [-ll|-list-licenses]

List available languages

proctl [-lL|-list-languages]

Pick a license in a FZF menu

proctl [-pl|-pick-license]

Pick a language in a FZF menu

proctl [-pL|-pick-language]

Remove all licenses from the current project

proctl [-r|-remove-license]

Create a new license template

proctl [-t|-new-template]

Delete a license from templates

proctl [-R|-delete-license] @license_name1 @license_name2 ...

Display help

proctl [-h|-help]
made by @shridhargupta | data from tldr-pages