Ali Karbassi
d61299ef9f
Merge branch 'makefile-fix' of github.com:onovy/todo.txt-cli into onovy-makefile-fix
...
* 'makefile-fix' of github.com:onovy/todo.txt-cli:
Don't ignore errors in tests.
Clean tests and version file in Makefile.
2017-08-23 10:17:39 -05:00
Ali Karbassi
8fed2da86f
Merge pull request #154 from ad1217/master
...
add support for $XDG_CONFIG_HOME config file/actions location
2017-08-23 07:11:01 -05:00
Adam Goldsmith
34b6135415
add support for $XDG_CONFIG_HOME config file/actions location
2017-08-22 23:24:23 -04:00
Ali Karbassi
21f3a9da36
Merge pull request #215 from todotxt/feature/contributing
...
CONTRIBUTING.md rewrite
2017-08-19 21:21:55 -05:00
Ali Karbassi
6e1003b51e
Draft of CONTRIBUTING.md updates.
...
Using https://github.com/nayafia/contributing-template/ as a template.
2017-08-18 21:06:56 -05:00
Ali Karbassi
3c2ad85b47
Merge pull request #197 from rajaravivarma-r/typo-fix
...
Typo fix.
2017-08-18 21:02:01 -05:00
RajaRaviVarma
095bdb380a
Typo fix.
...
* 'from' was misspelled as 'fron', corrected it.
2016-12-06 13:32:10 +05:30
Gina Trapani
66634da336
Merge pull request #155 from ashleyblackmore/patch-1
...
Update todo.cfg
2016-02-01 16:29:08 -05:00
Gina Trapani
a510598998
Merge pull request #173 from jish/patch-1
...
Update links to use https
2016-02-01 16:26:11 -05:00
Josh Lubaway
98141a6e36
Update links to use https
...
If the links in the comment at the top support https, prefer https.
2015-12-31 09:48:31 -08:00
Ashley Blackmore
2c279b65b1
Update todo.cfg
...
The script doesn't seem to expand the tilde for a user's home directory, and instead needs an absolute path. I have added a comment to help new users avoid the same pitfall.
2015-03-09 21:21:35 +01:00
onovy
5bee9c88a4
Don't ignore errors in tests.
2014-11-29 17:25:09 +01:00
onovy
f4ea40d677
Clean tests and version file in Makefile.
2014-11-29 17:24:25 +01:00
Gina Trapani
837ce22937
Add new config vars enabled in 07b50a07e0
v2.10.0
v2.10
2013-12-06 00:38:32 -08:00
nthorne
7c92f46c25
Allow for placing addons in subfolders.
...
Addons can be placed in subfolders with the same name as the action,
in order to be able to e.g. clone git repos into the TODO_ACTIONS_DIR
rather than having to download addons and manage updates manually.
Closes #120
2013-12-05 23:47:16 -08:00
Matt Wozniski
07b50a07e0
Allow coloring contexts and projects independently
...
Because @contexts and +projects are metadata as much as they are text,
it can be nice to highlight them independently of the coloring of the line
that contains them. This is tough to do correctly in
a TODOTXT_FINAL_FILTER because doing it at that layer requires
re-parsing the text of the line to find the appropriate PRI_$x color to
reset to after coloring the word, or trying to reverse engineer where
the color codes inserted by todo.sh end and the user's text begins (and
vice versa).
Closes #119
2013-12-05 23:23:25 -08:00
Gina Trapani
745f5d5179
Merge pull request #111 from mgarrido/global_opts
...
Allow the use of a global config file
2013-12-05 23:06:37 -08:00
Gina Trapani
236069c519
Update build status
2013-12-05 21:16:21 -08:00
Gina Trapani
e60c14ab2b
Merge pull request #123 from joshmoore/24pr-travis-yml
...
Enable Travis-CI
2013-12-05 20:35:31 -08:00
jmoore
33eb234048
Add Build Status to README
2013-12-03 20:13:42 +01:00
jmoore
42e7a079f8
Add .travis.yml
...
`make dist && sudo make install` are used
to install to /usr/local. `make test` then
verifies the changes.
2013-12-03 20:10:28 +01:00
Gina Trapani
1f410e4066
Merge pull request #116 from inkarkat/enh-allow-null-files
...
Allow configuring null data files and then don't create them.
2013-11-19 14:08:01 -08:00
Gina Trapani
d8ceb46364
Merge pull request #117 from pdclark/master
...
Fix changelog link in readme
2013-11-08 13:14:49 -08:00
Paul Clark
0d139d2027
Fix changelog link in readme
2013-11-05 23:26:14 +00:00
Ingo Karkat
07821f9cff
Simplify empty data file creation.
...
No need to use the external cp command; shell redirection will create an
empty file for us.
2013-11-05 13:05:38 +01:00
Ingo Karkat
2faf072cf7
ENH: Allow configuring null data files and then don't create them.
...
Request from exatto (http://article.gmane.org/gmane.comp.diary.todotxt/4699 ), who doesn't want to use done.txt and report.txt.
Also consider character devices (-c; /dev/null is one) in the file existence checks so that no empty file is then created.
2013-11-05 13:02:40 +01:00
Manuel J. Garrido
ce365df67c
Allow the use of global config file
...
If not found elsewhere, look for the config file in /etc/todo/config.
`make install` installs a global config file, setting TODO_DIR=~/.todo.
todo.sh creates TODO_DIR if it doesn't exist.
2013-06-24 13:39:50 +02:00
Manuel J. Garrido
93d8e16d50
Install using 'install' instead of 'cp'. Install 'todo.sh' instead of 'todo'
2013-06-24 09:49:32 +02:00
Gina Trapani
111afe6958
Merge pull request #101 from Thann/grep_options_fix
...
ensure GREP_OPTIONS doesn't break listproj output
2013-06-15 20:55:22 -07:00
Gina Trapani
92f7b724e6
Merge pull request #90 from danohuiginn/master
...
Make install
2013-06-15 20:51:23 -07:00
Jon Knapp
629a301d43
Added test case for GREP_OPTIONS
2013-02-02 16:15:29 -08:00
Gina Trapani
4a7dd852a6
Merge pull request #99 from benjaminoakes/master
...
Add CONTRIBUTING for GitHub integration
2013-02-01 19:43:54 -08:00
Jon Knapp
ec9613e19e
ensure GREP_OPTIONS doesn't break listproj output
2013-02-01 11:03:24 -08:00
Benjamin Oakes
79845c8eb1
Also include title
2013-01-27 17:02:58 -06:00
Benjamin Oakes
b853198c3a
Add CONTRIBUTING based on #15
...
https://github.com/ginatrapani/todo.txt-cli/issues/15
2013-01-27 17:01:11 -06:00
Gina Trapani
e1d6b91fa3
Merge pull request #94 from inkarkat/fix-shorthelp-custom-config
...
Fix shorthelp custom config
2012-08-30 10:31:16 -07:00
Ingo Karkat
8ff79102a5
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.
archive/fix-shorthelp-custom-config
2012-08-30 13:16:02 +02:00
Ingo Karkat
8d8ef812a2
FIX: Short help -h inaccessible when custom config is used.
...
When short-circuiting the option parsing, the OPTIND must be adapted, too, so that the getopts processing loop is quit correctly.
2012-08-30 12:38:54 +02:00
Ingo Karkat
50aea1e4f0
Tests: Add basic coverage of -h / shorthelp.
...
For a start, this is basically an adapted version of tests/t2100-help.sh.
2012-08-30 12:20:09 +02:00
Gina Trapani
da683366f4
Merge pull request #89 from inkarkat/individual-help-enhancement
...
Individual help enhancement
upstream
list
2012-05-12 09:59:44 -07:00
Ingo Karkat
e48ad81ecc
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/individual-help-enhancement
2012-05-11 21:18:43 +02:00
Gina Trapani
7b5c983bb6
Merge pull request #83 from inkarkat/testlib-parse-enh
...
Testlib parse enhancements
2012-05-11 09:58:23 -07:00
Gina Trapani
f67f630466
Merge pull request #82 from inkarkat/listcon-filters
...
Accept filters for listcon, too.
2012-05-11 09:41:56 -07:00
Gina Trapani
fe27b10765
Merge pull request #84 from inkarkat/config-backtick-check
...
Config backtick check
2012-05-11 09:23:45 -07:00
Ingo Karkat
c0c93c8c0c
FIX: Adapt test for OS X.
...
POSIX sed doesn't understand the \w atom; use [A-Z] instead; it's also more precise.
2012-05-11 09:05:44 +02:00
Gina Trapani
137140a542
Merge pull request #85 from inkarkat/replace-fixes
...
FIX: Replacement with priority and date doesn't replace existing date.
2012-05-10 20:55:15 -07:00
Gina Trapani
322c6b95d6
Merge pull request #87 from inkarkat/complete-bash31-fix
...
FIX: todo_completion problem with Bash 3.1
2012-05-10 16:58:40 -07:00
Gina Trapani
28e8a4cd8b
Merge pull request #88 from inkarkat/allow-post-filter-override
...
Allow use of post_filter_command for listall and listpri, too.
2012-05-10 16:41:51 -07:00
Gina Trapani
7f1bdbf3d9
Merge pull request #91 from inkarkat/complete-tasks-date-fix
...
BUG: completion of task number didn't remove add date.
2012-05-10 16:19:32 -07:00
Ingo Karkat
a5481990fd
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/complete-tasks-date-fix
2012-05-08 11:10:22 +02:00