tascli A simple, fast, local CLI tool for tracking tasks and records from unix terminal. Installation: cargo install tascli # or use brew brew tap Aperocky/tascli brew install tascli Basic Usage Tasks and records are stored in ~/.local/share/tascli/tascli.db (configurable) with rusqlite . Tasks Create tasks with deadlines: # Basic tasks tascli task " Create readme " today tascli task " Publish package " tomorrow tascli task " Do taxes " 4/15 # With category tascli task -c work " Read emails " week Create recurring tasks: tascli task " write diary " daily tascli task " mortgage payment " " monthly 17th " List tasks: # List active tasks $ tascli list task output: Task List: ---------------------------------------------------------------------------------------------- | Index | Category | Content | Deadline | ---------------------------------------------------------------------------------------------- | 1 | life (recurring) | write diary | Today | ---------------------------------------------------------------------------------------------- | 2 | tascli | Add pagination capability for tascli | Sunday | | | | list actions | | ---------------------------------------------------------------------------------------------- | 3 | tascli | Add readme section on timestring | Sunday | | | | format | | ---------------------------------------------------------------------------------------------- | 4 | life | Do state taxes | Sunday | ---------------------------------------------------------------------------------------------- | 5 | tascli | Sort list output by time instead of | Sunday | | | | internal id | | ---------------------------------------------------------------------------------------------- | 6 | tascli | Fix length issue for unicode chars | Sunday | ---------------------------------------------------------------------------------------------- | 7 | life | Two month pictures - follow the lead | 4/23 | | | | from the previous one month pictures | | ------------------...
First seen: 2025-12-06 22:20
Last seen: 2025-12-07 04:21