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
python setup.py install
at <time> <command>
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.
- Leave a comment in Issues about your ideas, your plans, your grand vision!
- Fork it!
- Create your feature branch:
git checkout -b u/username/YYYY-MM-DD/feature-name
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D