Skip to content

Nullskulls/MiniTaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MiniTaskTracker

MiniTaskTracker is a terminal-based task management application written in Python. It allows users to add, remove, edit, and display tasks with simple interactive prompts. Tasks are stored in JSON and can be prioritized or sorted by deadline. All data is persistent between sessions.


🧠 Features

  • πŸ“… Add tasks with:

    • Name
    • Start date (YYYY-MM-DD or "current")
    • Deadline (YYYY-MM-DD-HH)
    • Priority (High, Medium, Low)
  • ✏️ Edit any part of an existing task

  • πŸ—‘οΈ Remove tasks

  • πŸ—ƒοΈ Save/load from a configurable JSON file

  • βš™οΈ Settings menu:

    • Sorting by priority or timeline
    • Toggle display on program entry
    • Change task storage filename
  • πŸ“„ Persistent config stored in preferences.json


πŸ“ File Structure

MiniTaskTracker/
β”œβ”€β”€ Source/
β”‚   β”œβ”€β”€ Main.py         # Main application loop and UI
β”‚   └── Manipulator.py  # All task loading, saving, and displaying logic
β”œβ”€β”€ tasks.json          # Default task storage file
└── preferences.json    # Stores display and sorting settings

πŸ› οΈ How to Run

  1. Install Python 3.10+
  2. Clone or download this repo
  3. Run the main script:
    python Source/Main.py

πŸ“Œ Notes

  • Dates must be formatted as YYYY-MM-DD-HH (year-month-day-hour, 24hr format).
  • Sorting by timeline uses datetime delta comparisons.
  • Code is currently not GUI-based. A GUI version may come in a future version.
  • UX is stable and won't break on bad input (anymore 😀).

About

Mini CLI based task manager with customizability.

Resources

License

Stars

Watchers

Forks

Contributors

Languages