Add documentation for easier program initialization

This commit is contained in:
benjamin melançon 2021-05-24 22:04:39 -04:00
parent c04f849161
commit b1c8f8d414

View file

@ -28,6 +28,22 @@ python pomodoroprompt.py
See the `logs/` folder for daily, one-pomodoro-at-a-time time logs.
### For more convenient command prompt:
Create file ``~/.local/bin/pomodoroprompt` with contents:
```bash
#!/bin/bash
# Helper to call our pomodoro script. We actually skip the & so we can end it
# with ctrl+c
python ~/Projects/agaric/python/pomodoroprompt/pomodoroprompt.py
```
Now you can start it with `pomodoroprompt` on the command line from any directory.
## Desired improvements
Too many to write down. Suggest your own: