diff --git a/pages/linux/proctl.md b/pages/linux/proctl.md new file mode 100644 index 00000000000000..0ec691d2c0a81a --- /dev/null +++ b/pages/linux/proctl.md @@ -0,0 +1,36 @@ +# proctl + +> Manage projects licenses and languages, switch between templated licenses. +> More information: . + +- 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 ...}}` + +- Show this helpful list of commands: + +`proctl {{-h|-help}}`