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:
|
|
|
|
|
2025-07-04 18:24:20 +03:00
|
|
|
`proctl {{[-ll|-list-licenses]}}`
|
2024-09-07 15:02:07 +01:00
|
|
|
|
|
|
|
- List available languages:
|
|
|
|
|
2025-07-04 18:24:20 +03:00
|
|
|
`proctl {{[-lL|-list-languages]}}`
|
2024-09-07 15:02:07 +01:00
|
|
|
|
|
|
|
- Pick a license in a FZF menu:
|
|
|
|
|
2025-07-04 18:24:20 +03:00
|
|
|
`proctl {{[-pl|-pick-license]}}`
|
2024-09-07 15:02:07 +01:00
|
|
|
|
|
|
|
- Pick a language in a FZF menu:
|
|
|
|
|
2025-07-04 18:24:20 +03:00
|
|
|
`proctl {{[-pL|-pick-language]}}`
|
2024-09-07 15:02:07 +01:00
|
|
|
|
|
|
|
- Remove all licenses from the current project:
|
|
|
|
|
2025-07-04 18:24:20 +03:00
|
|
|
`proctl {{[-r|-remove-license]}}`
|
2024-09-07 15:02:07 +01:00
|
|
|
|
|
|
|
- Create a new license template:
|
|
|
|
|
2025-07-04 18:24:20 +03:00
|
|
|
`proctl {{[-t|-new-template]}}`
|
2024-09-07 15:02:07 +01:00
|
|
|
|
|
|
|
- Delete a license from templates:
|
|
|
|
|
2025-07-04 18:24:20 +03:00
|
|
|
`proctl {{[-R|-delete-license]}} {{@license_name1 @license_name2 ...}}`
|
2024-09-07 15:02:07 +01:00
|
|
|
|
2025-06-27 08:50:13 +03:00
|
|
|
- Display help:
|
2024-09-07 15:02:07 +01:00
|
|
|
|
2025-07-04 18:24:20 +03:00
|
|
|
`proctl {{[-h|-help]}}`
|