mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
42 lines
810 B
Plaintext
42 lines
810 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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]}}`
|