Commit Graph

  • 7900ad7e1b Added sed line to allow priorities to be added on the command line with auto add date enabled. Inserted test for this case in the t1010-add-date.sh test case. Tom Scogland 2011-03-09 12:00:15 -05:00
  • e24777fa2c Changed backquotes to use $() instead. Archimedes Trajano 2011-02-16 03:37:04 -05:00
  • ef9c48d7ef Perform cleaninput() filtering without tr. archive/cleaninput-escaping Ingo Karkat 2011-05-31 17:03:30 +02:00
  • 3134e8f51a BUG: Multiple whitespace was condensed, CR/LF not turned to space. Ingo Karkat 2011-05-31 16:41:21 +02:00
  • 0e3c8eb29b Expose cleaninput() for use in addons. Ingo Karkat 2011-05-31 15:46:14 +02:00
  • e5d13150a9 Perform cleaninput() escaping without sed. Ingo Karkat 2011-05-31 15:28:46 +02:00
  • 267e771ba8 Escape the substitution separator in cleaninput(). Ingo Karkat 2011-05-31 15:10:55 +02:00
  • 99dc4dce9f Simplified check for done task. archive/simplification Ingo Karkat 2011-05-12 14:17:05 +02:00
  • a97144d0e8 FIX: cleaninput() for sed-replacement needs more escaping and unique separator. Ingo Karkat 2011-05-11 16:12:03 +02:00
  • 41dba2d636 Configure cleaninput() sed-escaping via argument instead of magic words. Ingo Karkat 2011-05-11 15:48:22 +02:00
  • 4643dce698 Remove no-op passing of $input to cleaninput(). Ingo Karkat 2011-05-11 15:32:31 +02:00
  • 631b2fbcc3 Made replace test sessions independent from each other. Ingo Karkat 2011-05-11 15:07:33 +02:00
  • 617d377b01 ENH: Allow listpri filtering via TERM. archive/listpri-filter-term Ingo Karkat 2011-05-10 15:54:50 +02:00
  • c429b062cf BUG: listpri picked up non-priority patterns. archive/listpri-filter-error Ingo Karkat 2011-05-10 15:20:29 +02:00
  • a830f18dd5 Split off dedicated tests for listpri. Ingo Karkat 2011-05-10 14:54:59 +02:00
  • 56bd927747 Consistency: Also use /[A-Z]/ instead of /[[:upper:]]/. archive/consistency Ingo Karkat 2011-05-10 14:40:38 +02:00
  • 8f92cb6f66 Consistency: Use /(.)/ as generic pattern for priority in replaceOrPrepend(). Ingo Karkat 2011-05-10 13:04:53 +02:00
  • e6136e14b8 pri: Check for existing priority and adapt message. archive/pri Ingo Karkat 2011-05-10 12:44:34 +02:00
  • 5605c4b1b9 Split off reprioritization from pri test. Ingo Karkat 2011-05-10 12:17:39 +02:00
  • c6467d90aa Cosmetics: Add TODO: prefix to todo.txt do message on already done task. archive/cosmetics Ingo Karkat 2011-05-10 12:07:50 +02:00
  • ddd3e9711b depri: Check for unprioritized task and print message. archive/depri Ingo Karkat 2011-05-10 11:52:38 +02:00
  • dae6f2bcaf Environment variables override config, flags override environment variables * Added more flags to give action developers more control over commands that are leveraged inside their actions. * Writing a better message for the help screen Devon Jones 2011-02-09 14:55:28 -05:00
  • 0c5bdf3b0a Added quotes to dirname call. Archimedes Trajano 2011-02-10 15:20:12 -05:00
  • 5afd734dcb Change the default TODO_DIR so that it's the same as the todo.sh dir. Matt Henkel 2011-02-01 11:08:29 -07:00
  • 990bc293ba Todo.sh will now check for the config in the same directory as the script--if it's not specified or found in HOME. Matt Henkel 2011-02-01 10:26:18 -07:00
  • 8e4364f5e1 Fix erroneously removing pipe chars from input Nick Wilson 2011-01-31 21:07:35 -08:00
  • 77ef1c64ae Replaced screencast with Vimeo embed Gina Trapani 2011-01-23 21:07:23 -08:00
  • 7a662d5cda Todo.txt Touch site update * Updated icon/favicon * Removed menu sidebar * Updated header and description * Added John Rowley design credit * Added Android app section to front page * Updated link to contributors * Updated Copyright (2011) Gina Trapani 2011-01-23 20:36:49 -08:00
  • f1d339a537 Fix substitution for hiding contexts/projects Nick Wilson 2011-01-23 15:40:13 -08:00
  • 82c8349499 Merge branch 'inkarkat/master' Gina Trapani 2011-01-20 10:24:20 -08:00
  • 9a5668a51c Cosmetics: Corrected inconsistent indentation. Ingo Karkat 2011-01-20 16:08:20 +01:00
  • a82fd58363 Skipping 'nonexecutable action' test on Cygwin. Ingo Karkat 2011-01-20 15:34:46 +01:00
  • 819a8285cc Factored out generation of custom action scripts. Ingo Karkat 2011-01-20 15:07:47 +01:00
  • 2df5f9fee9 Fixed test environment for escaped test output. Ingo Karkat 2011-01-20 13:23:06 +01:00
  • 07baa2c1bd Added GPL license Gina Trapani 2011-01-18 20:32:23 -08:00
  • a117b7cb3c MINOR: Removed unnecessary empty & reference in sed substitution. Ingo Karkat 2010-12-30 23:19:57 +01:00
  • 9760ee23c7 Avoiding todo.sh help error when .todo.actions.d contains subdirs. Ingo Karkat 2010-10-21 12:27:30 +02:00
  • ce501c5362 BUG: interpretation of \033 escape sequences in task Ingo Karkat 2010-10-21 11:30:31 +02:00
  • 824101defd BUG: task listing aborted on embedded \c escape sequence Ingo Karkat 2010-10-21 10:11:40 +02:00
  • 194a062c2d BUG: tr: extra operand `d' error caused by missing quoting Ingo Karkat 2010-08-09 08:06:09 +02:00
  • 94325f57cd Improved color map instructions. v2.7.0 v2.7 Ingo Karkat 2010-07-17 21:29:55 +02:00
  • 938bbc1ec2 Aligned PRI_X comment with updated one in config. Ingo Karkat 2010-07-17 09:47:39 +02:00
  • 99f8911c8f Added fallback for $TODO_DIR/${FILE}.txt. Ingo Karkat 2010-07-16 16:15:45 +02:00
  • f5d4249078 ENH: Added highlighting of done (but not yet archived) tasks. Ingo Karkat 2010-07-15 16:14:46 +02:00
  • 9b7f85bea1 Config file addendum to generalization of PRI_X color support. Ingo Karkat 2010-07-15 14:04:30 +02:00
  • a7afc7917d Minor: aligned capitalization in fatal error message. Ingo Karkat 2010-07-15 13:52:09 +02:00
  • 4d29e68e89 Aligned "no such task" error message with verbose messages. Ingo Karkat 2010-07-15 13:48:24 +02:00
  • b383b1f0c5 Aligned verbose message output of tasks with normal task output. Ingo Karkat 2010-07-14 18:01:39 +02:00
  • 8a95a66749 Using die() for some more error messages. Ingo Karkat 2010-07-14 17:31:11 +02:00
  • 83053fd0c1 Better verbose messages for 'replace' and 'del TERM'. Ingo Karkat 2010-07-14 17:18:57 +02:00
  • 74fa07d26a Aligned implementations of verbose output. Ingo Karkat 2010-07-14 16:47:03 +02:00
  • 3e597ce20e Merge commit 'upstream/master' Ingo Karkat 2010-07-13 18:15:54 +02:00
  • da466c9361 Improved 'move' command. Ingo Karkat 2010-07-13 18:11:05 +02:00
  • 72caab8bbd Added test for del preserving line numbers. Ingo Karkat 2010-07-13 17:49:40 +02:00
  • 7501b225c2 ENH: Improved 'del ITEM# TERM' command. Ingo Karkat 2010-07-13 17:18:31 +02:00
  • bcbf93ebe4 Fixed todo.sh del usage and exit code. Ingo Karkat 2010-07-13 16:18:02 +02:00
  • cea6d07735 Merge branch 'inkarkat/master' Gina Trapani 2010-07-13 01:07:24 -07:00
  • 2f4ba26994 ENH: Sentence delimiters for append action. Ingo Karkat 2010-07-05 13:49:58 +02:00
  • 5e44868261 ENH: 'prepend' and 'replace' actions keep prepended date. Ingo Karkat 2010-07-05 11:24:19 +02:00
  • 2f6d9ae329 Factored out 'prepend' and 'replace' actions. Ingo Karkat 2010-07-05 09:38:10 +02:00
  • d46a12f14a Merge branch 'inkarkat/master' Gina Trapani 2010-06-29 10:50:58 -07:00
  • 95919765f7 Merge branch 'master' of git@github.com:ginatrapani/todo.txt-cli Gina Trapani 2010-06-29 10:12:56 -07:00
  • 2d0efff9a8 Also exporting the die() function; it's often useful in custom actions. Ingo Karkat 2010-06-29 12:52:56 +02:00
  • c58317258e Refactoring: Moved cleanup() calls from individual actions to end of script. Ingo Karkat 2010-06-29 11:26:07 +02:00
  • 38e2b8847f BUG: Failure of custom actions is not reflected in todo.sh exit status. Ingo Karkat 2010-06-29 11:07:40 +02:00
  • f72c1034ee Added tests for custom actions (TODO_ACTIONS_DIR). Ingo Karkat 2010-06-29 10:43:53 +02:00
  • 37fcc53b26 BUG: test_todo_session with error exit doesn't work Ingo Karkat 2010-06-29 08:00:24 +02:00
  • e7b5841721 Generalizes the PRI_X color support to all priorities. Glyn Faulkner 2010-06-21 15:25:42 +02:00
  • 0b16bae2e8 Merge commit 'upstream/master' Ingo Karkat 2010-06-21 12:41:24 +02:00
  • 8b7e2e6aad Replace colorization sed scripts with ones that are more compatible with OSX sed and NLS todo items. They're also more consistent with other internal usage of sed. Ed Blackman 2010-06-09 03:31:56 +08:00
  • 9f03cf6847 Made verbose message of _addto() consistent with other task messages. Ingo Karkat 2010-06-04 22:50:09 +08:00
  • 821b9d2795 Bugfix: _list() cannot handle filter TERM starting with space. Ingo Karkat 2010-06-04 22:22:15 +08:00
  • c52d9c33af Removed unnecessary echo within echo. Ingo Karkat 2010-06-04 04:13:17 +08:00
  • 70b2c4ca40 Made verbose message of _addto() consistent with other task messages. Ingo Karkat 2010-06-04 16:50:09 +02:00
  • 69e756a2cd Bugfix: _list() cannot handle filter TERM starting with space. Ingo Karkat 2010-06-04 16:22:15 +02:00
  • 52b9db310f Removed unnecessary echo within echo. Ingo Karkat 2010-06-03 22:13:17 +02:00
  • 26bee144bd Merge branch 'inkarkat/master' Gina Trapani 2010-05-30 19:09:58 -07:00
  • 8ff3a7ce4a Cleaned up terms in command error messages. Ingo Karkat 2010-05-27 15:48:37 +02:00
  • 8bddb08196 Cleaned up terms in help. Ingo Karkat 2010-05-27 15:11:33 +02:00
  • 391064e4f0 Replaced "NUMBER" with "ITEM#" in help and shorthelp. Ingo Karkat 2010-05-27 14:49:07 +02:00
  • d52a1a7bd2 Bugfix: Doubled help output on TTY with PAGER. Ingo Karkat 2010-05-25 13:42:04 +02:00
  • 15084aa4d7 Allow passing multiple items to depri, like for the do command. Ingo Karkat 2010-05-25 13:27:28 +02:00
  • 5876cc0437 Bugfix: depri first checks validity of item argument syntax before searching for todo. Ingo Karkat 2010-05-25 13:08:27 +02:00
  • 370abbbf36 Aligned short help for "do" with correct long help text. Ingo Karkat 2010-05-25 10:23:07 +02:00
  • 97eaa24b06 Corrected typo in comment. Ingo Karkat 2010-05-25 10:15:53 +02:00
  • 9e5e6aef39 Printing usage message if no ITEM# given to "todo.sh do". Ingo Karkat 2010-05-25 10:10:09 +02:00
  • edac86a94d Aligned "todo.sh do" usage message with existing support of passing multiple numbers. Ingo Karkat 2010-05-25 09:37:18 +02:00
  • 948686a501 Merge branch 'master' of git@github.com:ginatrapani/todo.txt-cli Gina Trapani 2010-05-14 18:37:43 -07:00
  • 2a65615c7a Added a case for the fixed replace command. v2.6.0 v2.6 Yujie Wu 2010-05-01 00:50:40 +08:00
  • d7e194b09d Fixed bug for replace command. Yujie Wu 2010-05-01 00:49:47 +08:00
  • fd10678257 Added a case for the fixed replace command. Yujie Wu 2010-04-30 12:50:40 -04:00
  • 77327f190f Added .gitattributes to allow for git archive use on releases. v1.0.0 v1.0 Jared Cordasco 2010-04-23 21:00:00 -05:00
  • a4ab8a808a Tab fixes. Jared Cordasco 2010-04-13 23:36:31 +08:00
  • 654c0c6d79 Merged done_functionality into git_integration. Jared Cordasco 2010-04-14 04:22:21 +00:00
  • d3c14201a5 Initial version of done functionality w/ basic test. Jared Cordasco 2010-04-13 10:38:01 -05:00
  • 5a5f3bd24d Tab fixes. Jared Cordasco 2010-04-13 10:36:31 -05:00
  • e395ac78d8 Fix line endings Gina Trapani 2010-03-26 12:55:55 -07:00
  • 6fc2d81919 Bugfix: Old versions of bash do not have =~ Paul Mansfield 2010-02-23 23:05:03 +00:00
  • 868dad6d5c First stab at git integration. Jared Cordasco 2010-01-14 01:27:51 -05:00
  • b6467eaa64 Updated _list() output to match updated addto. Adjusted tests to match. Jared Cordasco 2010-01-12 14:42:02 -05:00