Skip to content

Royall Task Manager for lazy ppl like me, insert tasks in your shell and just update them with one command

Notifications You must be signed in to change notification settings

sabershahhoseini/RTM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTM

royall task management

by using this tool you can add tasks and update them. there are two simple status for each task, TODO and DONE . You can delete tasks and editing tasks are not supported yet. this tool is built for Bash environtment and requires minimum to be functional.

do not forget to add rtm.sh as a executable in you system $PATH

Commands:

Status

using Status command gives you a view of current tasks and their status. contains 3 columns, ID,Name and Status.

rtm status

Add

add tasks using rtm add command(id will assigns automatically).

rtm add fixing logging issue at elk

Done

use done command to change status from TODO to DONE, this command demands and id assigned to the task in order to update its status. you can list tasks and ids using command rtm status. this feature will be modified in future releases.

rtm done 1

Do not forget to write feedback!

About

Royall Task Manager for lazy ppl like me, insert tasks in your shell and just update them with one command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%