gaffa 53e0e604f1 First upload 9 years ago
..
LICENSE 53e0e604f1 First upload 9 years ago
README.md 53e0e604f1 First upload 9 years ago

README.md

TaskManager

Install

Copy the taskmanager/ folder to your sourcecode.

From the folder you run:

./taskmanager init

  • Every day has a folder.
  • There is a symlink Today/, which point to the day from the last update command.
  • There is a folder with tasks and logs Tasks/.

Important

  • Only works in the taskmanager folder.
  • Update Today with ./taskmanager update
  • TaskManager works best on a dark background.

Syntax

./taskmanager command

Commands

  • tasks
    • Shows an index of all tasks.
  • today
    • Shows an index of Todays tasks.
  • take
    • Take a task (Copy it to Today).
  • done
    • Mark a task as done.
  • undone
    • Regret done. Only works on Todays tasks. Should probably be made to work on Tasks too.
  • new
    • Create a new task.
  • update
    • Update symlinks and data. Transfers incomplete tasks from last Today folder.
  • info
    • Shows the description of a task.
  • log
    • Opens the logfile for the task.

TODO

  • Create Autocomplete for Bash