readme examples: have to provide token
update readme with better examples and remove the now-obsolete todo section
update readme for current progress
One man's attempt to get a working Python wrapper around the sourcehut todo API so he can access his tickets from a terminal.
While there is room for improvement and I would stop short of calling it "stable", the current version is likely usable enough.
[srht-todo-python] $ export SRHT_TOKEN='yourtokengoeshere' # https://meta.sr.ht/oauth
[srht-todo-python] $ ./srht-todo.py createticket --tracker srht-todo-python --title 'better examples' --message 'fill in readme with actual working examples'
[srht-todo-python] $ ./srht-todo.py list --tracker srht-todo-python
4 better examples
3 better command and argument handling
2 better config handling
1 move all remaining todos into tracker for this project
[srht-todo-python] $ ./srht-todo.py show --tracker srht-todo-python --id 4
Ticket 4: better examples
---
fill in readme with actual working examples
---
[srht-todo-python] $ ./srht-todo.py comment --tracker srht-todo-python --id 4 --message 'I think it might work best to show an actual session with real commands'
[srht-todo-python] $ ./srht-todo.py show --tracker srht-todo-python --id 4
Ticket 4: better examples
---
fill in readme with actual working examples
---
2020-08-15T02:39:37+00:00 I think it might work best to show an actual session with real commands
This software (library and frontend) is licensed under the MIT license; see COPYING for details.