ckit
ckit copied to clipboard
A command line utility to help you organise and quickly run frequently used commands.
Love the idea and the tool works great in a zsh+oh-my-zsh on Linux. However, in Tabby https://tabby.sh/ with oh-my-zsh, the selection menu comes out all garbled:  (works ok in...
Right now, the shell history will only show `ckit`. It might be desirable that the actual commands that are run are added to the command history. The idea would be...
Make the following possible: ``` test: my-command: cmd: "echo Hello! My name is: $name. My favourite fruit is: $fruit" description: Print someone's name and their favourite fruit. echo: false args:...
https://github.com/fpgmaas/ckit/blob/main/tests/test_command.py#L26 Caused issues in tox ``` ============================= test session starts ============================== platform linux -- Python 3.9.16, pytest-7.2.2, pluggy-1.0.0 cachedir: .tox/py39/.pytest_cache rootdir: /home/runner/work/ckit/ckit plugins: cov-4.0.0, anyio-3.6.2 collected 8 items tests/test_command.py ..F...