TerTask is a lightweight, terminal-based task management application designed to help you stay organized and productive directly from your terminal. With a simple interface and intuitive keybindings, TerTask makes managing your tasks fast and efficient.
- Task Management: Add, rename, delete, and toggle tasks with ease.
- Keyboard Navigation: Navigate through tasks using intuitive keybindings.
- Task Persistence: Save and load tasks automatically from a save file.
- Customizable Keybindings: Modify keybindings to suit your workflow (WIP).
- Task Details: View task descriptions, creation, and modification timestamps.
- Help Menu: Access an in-app help menu for quick reference.
- Clone the repository:
git clone https://github.com/e3nviction/tertask.git
cd tertask
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python main.py
Key | Action |
---|---|
j / ↓ |
Next task |
k / ↑ |
Previous task |
q |
Quit application |
SPACE |
Toggle task |
h |
Show help menu |
r |
Rename task |
a |
Add new task |
d |
Delete task |
⏎ |
Move task |
s |
Save tasks |
: |
Open command line |
- Press
a
to add a new task.
- Select the task using
j
ork
. - Press
r
to rename the task.
- Select the task using
j
ork
. - Press
d
to delete the task.
Press s
to save your tasks to a JSON file located at:
~/.config/tertask/tasks.json
Contributions are welcome! Feel free to fork the repository, create a new branch, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Stay productive with TerTask! 🚀