Skip to content

prototipo/sttm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sttm

Simple terminal task manager

Usage:

sttm  [-h] add <string>|remove <number>|show|clear

where:

-h                     show this help text

add <string>           add a new task to the task list

edit <number> <string> edit the number-th task of the list

remove <number>        remove the number-th task of the list

show                   show the whole task list

clear                  clear the whole task list

Installation

Simply, clone the repository to the user folder, give execution permissions to the install file, and execute it:

cd ~
git clone https://github.com/prototipo/sttm.git
cd sttm
chmod u+x install.sh
./install.sh

If you install sttm in this way, then you can use the aliases

$ t <string> # Add a task with the input string
$ et <number> <string> # Edit the number-th task
$ rt <number> # Removes the number-th task
$ st # Show all tasks
$ ct # Clear all tasks

Remember to change the name of the tasks_sample file to tasks.

About

Simple terminal task manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages