8000 Tags · genericbrandx/todo.txt-cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: genericbrandx/todo.txt-cli

Tags

v2.10

Toggle v2.10's commit message
Version 2.10

archive/fix-shorthelp-custom-config

Toggle archive/fix-shorthelp-custom-config's commit message
ENH: Handle -h, shorthelp and help when a Fatal Error happens.

The user may need the help to solve any fatal error that appears while todo.sh isn't properly set up. As the help actions do not depend on any setting that the fatal errors check, we can still invoke them.

Factor out dieWithHelp() and use that for printing the fatal errors.

upstream

Toggle upstream's commit message
Merge pull request todotxt#89 from inkarkat/individual-help-enhancement

Individual help enhancement

list

Toggle list's commit message
Merge pull request todotxt#89 from inkarkat/individual-help-enhancement

Individual help enhancement

archive/individual-help-enhancement

Toggle archive/individual-help-enhancement's commit message
FIX: Built-in action help for OS X.

POSIX sed doesn't support regex branches; I don't want to switch to modern regexp (via -E), since that makes more characters special. Rather, expand the alternatives into two sed commands.

archive/complete-tasks-date-fix

Toggle archive/complete-tasks-date-fix's commit message
completion: Add recommendation about where to put alias customization.

There was a discussion on the mailing list about upgrades and where to put it.

archive/testlib-parse-enh

Toggle archive/testlib-parse-enh's commit message
FIX: test-lib: Print differences when test_expect_output fails.

When the command-under-test fails with a non-zero exit code, neither the different exit code nor any output differences are printed. Also, there's a lot of duplication between test_expect_output and test_expect_code_and_output. So, let's fix both by delegating the first to the latter.

archive/complete-bash31-fix

Toggle archive/complete-bash31-fix's commit message
FIX: todo_completion problem with Bash 3.1

Regexp matching changed from 3.1 to 3.2. Make it work for Bash 3.1 by using an intermediate variable, as in 394c4c7.
Cp. http://tech.groups.yahoo.com/group/todotxt/message/4211

archive/allow-post-filter-override

Toggle archive/allow-post-filter-override's commit message
Allow use of post_filter_command for listall and listpri, too.

For ls / _list(), custom add-ons can use post_filter_command for additional filtering before the highlighting is applied. Let's allow that for listall and listpri, too, although they employ post_filter_command themselves.

archive/replace-fixes

Toggle archive/replace-fixes's commit message
Minor: Move cleaninput call closer to sed command.

0