HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

proctl — Manage projects licenses and languages, switch between templated licenses. More information: <https:

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandandlanguagescliprojectsmanagelicensesproctl
linux

Problem

How to use the proctl command: Manage projects licenses and languages, switch between templated licenses. More information: <https://github.com/CreativeCodeCat/proctl>.

Solution

proctl — Manage projects licenses and languages, switch between templated licenses. More information: <https://github.com/CreativeCodeCat/proctl>.

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/proctl

Revisions (0)

No revisions yet.