| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
This assume that the convertion from time.Time <--> Unix timestamp is lossless which seems to be.
|
| |
|
|
|
|
|
|
| |
This fixes some bugs experienced when using the new formatting options:
- org-mode indents not working properly
- print statements missing contents
|
| |
|
|
|
|
| |
This adds an option to the formatting flag on the ls, show and user ls commands that allows the user to specify the format of the output in org-mode. This will be useful for emacs users to read it in the editor.
|
|
|
|
|
|
| |
This adds options to specify an output format for the commands in question. Supported formats are currently:
- 'plain': plaintext, stripped of all colors
- 'json': prints output as a json object
|
| |
|
|
|