Skip to content

A curses-based terminal Task Manager, made for power-users

License

Notifications You must be signed in to change notification settings

E3nviction/tertask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TerTask - Terminal Task Manager

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.


Features

  • 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.

Installation

  1. Clone the repository:
git clone https://github.com/e3nviction/tertask.git
cd tertask
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the application:
python main.py

Usage

Keybindings

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

Adding a Task

  1. Press a to add a new task.

Renaming a Task

  1. Select the task using j or k.
  2. Press r to rename the task.

Deleting a Task

  1. Select the task using j or k.
  2. Press d to delete the task.

Saving Tasks

Press s to save your tasks to a JSON file located at: ~/.config/tertask/tasks.json


Contributing

Contributions are welcome! Feel free to fork the repository, create a new branch, and submit a pull request.


License

This project is licensed under the MIT License. See the LICENSE file for details.


Stay productive with TerTask! 🚀