scy / timesheet.txt

A plain-text timesheet file format and tools for it.
MIT License
57 stars 2 forks source link

Create a CLI tool (for parsing, not editing) #4

Open scy opened 5 years ago

scy commented 5 years ago

Currently, there's basically a proof-of-concept parser, and init.py simply displays their __str__().

I want a command-line tool with options like

Note that these options are not final, and even their names could change.

Also, we should be able to select from several output formats (text, JSON, …?).

We don't need everything at the first release though.