/at-scheduler

at, the simple command line scheduler

Primary LanguagePython

Build Status

at-scheduler

at-scheduler is a simple command line scheduler

You tell it what you want done and when you want it done, and at-scheduler gets it done.

at 10pm say Good evening George!

at 10am open https://www.google.com/search?q=youtube%20good%20morning&btnI  # that's I'm feeling lucky

Installation

python setup.py install

Usage

at <time> <command>

Before usage

sudo redis-server &
sudo mkdir -p /opt/at-scheduler
sudo python at/atd.py

This will run redis-server and the at-daemon (atd) in the background.

Contributing

  1. Leave a comment in Issues about your ideas, your plans, your grand vision!
  2. Fork it!
  3. Create your feature branch: git checkout -b u/username/YYYY-MM-DD/feature-name
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D