From 794729437785c28d9e48e53e017435f4241d9457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=E1=B4=87C=E1=B4=8F=E1=B4=85=E1=B4=87s2=E1=B4=8D=E1=B4=9C?= =?UTF-8?q?=E1=B4=84=CA=9C?= Date: Sat, 7 Sep 2024 15:02:07 +0100 Subject: [PATCH] proctl: add page (#13512) --- pages/linux/proctl.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 pages/linux/proctl.md diff --git a/pages/linux/proctl.md b/pages/linux/proctl.md new file mode 100644 index 000000000..0ec691d2c --- /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}}`