A simple CLI task manager
- Download the latest binary from the releases page
- Make it executable
- Add it to a directory in your
PATH
variable
- Copy the contents of the file
tsk_completions.bash
- Paste it in your .bashrc file or in a file that is sourced by it
- Clone the repository
git clone https://github.com/em-s-h/tsk.git
- Inside the repository run
cargo b -r
for a release build
Before tsk came to be I liked to use please for managing
my tasks, but over time I started to have problems with its features, such as move 2 6
not moving
2 to the position 6 but instead swapping 2 to 6.
So, because python isn't my strong suit, I decided to make a similar program that had the features I wanted out of a simple task manager.