1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-12 22:15:24 +02:00
tldr/pages/linux/proctl.md

37 lines
715 B
Markdown
Raw Normal View History

2024-09-07 15:02:07 +01:00
# proctl
> Manage projects licenses and languages, switch between templated licenses.
> More information: <https://github.com/HeCodes2Much/proctl>.
- List available licenses:
`proctl {{[-ll|-list-licenses]}}`
2024-09-07 15:02:07 +01:00
- List available languages:
`proctl {{[-lL|-list-languages]}}`
2024-09-07 15:02:07 +01:00
- Pick a license in a FZF menu:
`proctl {{[-pl|-pick-license]}}`
2024-09-07 15:02:07 +01:00
- Pick a language in a FZF menu:
`proctl {{[-pL|-pick-language]}}`
2024-09-07 15:02:07 +01:00
- Remove all licenses from the current project:
`proctl {{[-r|-remove-license]}}`
2024-09-07 15:02:07 +01:00
- Create a new license template:
`proctl {{[-t|-new-template]}}`
2024-09-07 15:02:07 +01:00
- Delete a license from templates:
`proctl {{[-R|-delete-license]}} {{@license_name1 @license_name2 ...}}`
2024-09-07 15:02:07 +01:00
- Display help:
2024-09-07 15:02:07 +01:00
`proctl {{[-h|-help]}}`