Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | log: move package to lib | Robin Jarry | 2024-02-14 | 1 | -1/+1 |
| | | | | | | | This has nothing to do at the root of the source tree. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Bence Ferdinandy <bence@ferdinandy.com> | ||||
* | commands: refactor registration | Robin Jarry | 2024-01-20 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | Register all commands with the same function and store them in the same map. Use bit flags to determine in which contexts each command should be available. Remove duplicate commands now that the same command can be exposed in multiple contexts. Refactor API to allow executing commands from other commands without import cycles. Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Bence Ferdinandy <bence@ferdinandy.com> Tested-by: Johannes Thyssen Tishman <johannes@thyssentishman.com> | ||||
* | patch/switch: add switch sub-cmd | Koni Marti | 2023-12-30 | 1 | -0/+54 |
Implement the :project switch command. Switch between different projects. Signed-off-by: Koni Marti <koni.marti@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc> |