0
I Use This!
Low Activity

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 12 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
ENH: Add file completion for move. More... over 13 years ago
ENH: Add file completion for addto and listfile. More... over 13 years ago
FIX: Support $HOME and $TODOTXT_ACTIONS_DIR containing spaces. More... over 13 years ago
Add recently added "shorthelp" built-in command. More... over 13 years ago
ENH: Append task text as shell comment when completing task number. More... over 13 years ago
Avoid leaking internal variables into the shell + robustness against add-ons. More... over 13 years ago
Add shebang line and check for Bash. More... over 13 years ago
Do not automatically complete for guessed aliases. More... over 13 years ago
Add todo_completion to todo.txt distribution. More... over 13 years ago
Include todo Bash completion from the todo.txt Wiki. More... over 13 years ago
Merge pull request #49 from inkarkat/bug-disable-filter-not-propagating More... over 13 years ago
Merge pull request #48 from inkarkat/bug-unrestrained-pri-matching More... over 13 years ago
Revert to safer POSIX AWK regexp. More... over 13 years ago
Revert to safer POSIX AWK regexp. More... over 13 years ago
FIX: Handle special shell characters when filtering TERM. More... over 13 years ago
Implement listproj with factored out filtercommand() function. More... over 13 years ago
Accept filters for lsprj More... over 13 years ago
shorthelp consistency More... over 13 years ago
Restructure help text to put built-in and add-on actions together. More... over 13 years ago
TODOTXT_DISABLE_FILTER missing from help text. More... over 13 years ago
BUG: Option -x isn't propagated to custom actions. More... over 13 years ago
BUG: Pattern "(X) " anywhere hidden with -P. More... over 13 years ago
BUG: Pattern "(X)" anywhere highlighted as prioritized. More... over 13 years ago
nobacktick test: Use literal backtick * Fix sed error on Mac OS, also ignore entire commented lines. * With proper quoting, the non-POSIX \d96 escape isn't necessary, and the check should work also on Mac OS. More... almost 14 years ago
Re-applying the listpri stuff still missing from the pull requests. More... almost 14 years ago
Add test to enforce use of $(...) code style in todo.sh. More... almost 14 years ago
Perform cleaninput() filtering without tr. More... about 14 years ago
BUG: Multiple whitespace was condensed, CR/LF not turned to space. More... about 14 years ago
Expose cleaninput() for use in addons. More... about 14 years ago
Perform cleaninput() escaping without sed. More... about 14 years ago