larrykollar / tines

Tines is a console-based outliner/planner/notebook. It is a fork of the hnb outliner, which has not been updated in >10 years.
Other
49 stars 7 forks source link

Typing `tines -e` at the shell prompt without any commands causes a segfault #13

Closed larrykollar closed 3 years ago

larrykollar commented 6 years ago

The -e option expects one or more CLI commands to follow. Preferred behavior would be to silently quit when the command line is empty, as it does when commands are present and executed.

Typically, a Tines one-liner looks something like this:

tines -e 'today' 'go right' 'ls'

This one jumps to today's entry in the calendar (if it exists), moves into the entry's sub-items, and prints them—an easy way to set up an automatic tickler file. But Tines should quit cleanly when there are no commands to execute.

larrykollar commented 6 years ago

This should now be fixed in the dev branch. Please test!

larrykollar commented 3 years ago

Nearly three years with no objections… I think we can close this.