Skip to content

A command line tool that manages tasks to be done and completed.

Notifications You must be signed in to change notification settings

tlacuilose/doing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$doing

Doing is a command line tool to track from the terminal the tasks being done.

Available commands

  • List All: Lists all tasks doing and completed.
doing -la
  • List Doing: List all doing tasks.
doing -la
  • List Completed: Lists all completed tasks.
doing -lc
  • Add new task: Adds new task.
doing -a [description]
  • Mark task as completed: Marks a task of index [i] in list all as completed.
doing -c [i]
  • Delete task: Deletes a task of index [i] in list all.
doing -d [i]
  • Reset: deletes all stored tasks.
doing -r

Considerations

  • doing -c command accepts an index from last doing tasks, 0, 1, 2
  • Tasks fall on two categories: doing and completed. Deleted tasks are not recoverable.
  • Tasks are saved on a store text file defined in the saving package. Default is store/tasks.txt
  • Tasks are given an id, based on the task count defined on the store text file.

About

A command line tool that manages tasks to be done and completed.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages