From 47ec5ffeea72fff2019636be2c97ee36fcd176a6 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sat, 3 Jun 2017 15:45:28 +0200 Subject: Add TODO Make a note of the things I have in my head right now that I think need to be done to get this project from a "works" state into a "usable" state. --- TODO | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..ca62220 --- /dev/null +++ b/TODO @@ -0,0 +1,16 @@ +TODO + +2017.06.03: +- Command line arguments: + - Project alias (required) + - Time (required) + - Date (optional, format: 2017-01-31) + - Description (optional) + +- Handle failing responses from the server (show errors to the user) +- Config + - A `--write-config` or similar option that generates and write a bare + config for users to use + - Load the config from XDG + +- Make `PasswordCmd` work -- cgit v1.2.3