Skip to content

jbylicki/rem.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

This is a reminder/todo list organizer written in python.

Dependencies: glob

Usage:

  1. Create a ~/.todo directory
  2. Launch the script with -a flag and the name of the note after, eg:
rem.py -a My First Note

It will launch your configured editor so you can input the content of the note.

  1. You can remove notes with -r flag like so:
rem.py -r My First Note

This will use rm to remove the file from $HOME/.todo directory.

About

Simple reminder/TODO manager in python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages