diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 28 |
1 files changed, 13 insertions, 15 deletions
@@ -16,27 +16,25 @@ In terms of features and complexity, Soon lies between [When](https://www.lighta # Arguments ``` -Usage: soon [options] [commands] [file] +Usage: soon [options] Options: --p, --past DAYS days in past to print agenda (default: 1) --f, --future DAYS days in future to print agenda (default: 14) +-a print agenda (default behavior if no options) +-c print reference calendar +-t print todos +-e open default calendar file in $EDITOR +-i open TUI in interactive mode to schedule/archive events +-w, -m, -y print agenda for upcoming week, month, or year +-j print the modified julian day +-d print today's date +-p, --past=DAYS days in past to print agenda (default: 1) +-f, --future=DAYS days in future to print agenda (default: 14) -h, --help show this help -v, --version print version -Commands: -a print agenda -c print calendar -t print todos -e open default calendar file in $EDITOR -i open TUI in interactive mode to schedule/archive events -w, m, y print agenda for upcoming week, month, or year -j print the modified julian day -d print today's date - Combine commands to get output in a certain order. -`soon ca` prints a calendar followed by an agenda. -`soon at` prints an agenda followed by todos. +`soon -ca` prints a calendar followed by an agenda. +`soon -at` prints an agenda followed by todos. Check the docs at https://codeberg.org/historia/soon ``` |
