Skip to content

A simple countdown or reminder cli for those who want to keep track of the time.

License

Notifications You must be signed in to change notification settings

FelipeCRamos/reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reminder for Terminal

A simple reminder for all the shell users that may want to remember a special date or deadline.

Tips for usage

I made this script just to put on my .zshrc file, so every time it starts a new terminal window, it appears the reminder of that particular event!

You can put it too by editing the .zshrc or .bashrc or anything savage that you might use, just put:

/usr/bin/env python3 countdown.py DD/MM/YYYY [Title of the event]

Or, if you chmod 775 the countdown.py file, you can run by:

./countdown.py DD/MM/YYYY [Title of the event]

Note: this examples hopes that you have python3 correcly specified on your env path.

Authorship

This little script was developed by FelipeCRamos, under the MIT license.

About

A simple countdown or reminder cli for those who want to keep track of the time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages