Florian Tham
19dde076cf
remove accidentally commited swap file
2018-11-06 11:08:01 +01:00
Florian Tham
3bc3616651
optionally colorized date extensions (due, threshold and again)
2018-11-06 10:58:18 +01:00
kh80
d589fd0570
Add 'done' option as alias of 'do' ( #169 )
2018-04-11 13:34:19 -05:00
tpikonen
7a30199fe0
Cleanup ( #247 )
...
- Fixed: Reduce shellcheck warnings.
- Fixed: Remove trailing whitespace.
- Fixed: Double quote to prevent globbing and word splitting. [SC2086]
- Fixed: Invalid flags are not handled. [SC2220]
- Fixed: Cleaned up string replaces.
2018-04-04 19:33:09 -05:00
tpikonen
867ade5701
new: Add default priority variable TODOTXT_PRIORITY_ON_ADD. ( #246 )
...
Adds the config / env variable `TODOTXT_PRIORITY_ON_ADD`, which when set to one of the capital letters `A` to `Z` is given as a priority to a new task, if a priority is not given on command line.
2018-03-28 16:58:48 -05:00
Anton Ermolenko
14f5de1579
interpreter reference update to be portable ( #160 )
2018-03-28 16:09:07 -05:00
Guilherme Reis
7ec2a1263e
Read the task's name and uses as default ( #249 )
...
Read the task's name and uses as default, so the user can read the previous task's name.
Thanks @guifeliper
2018-03-26 13:23:27 -05:00
Ali Karbassi
e40e76fb07
Release version 2.11.0 ( #236 )
...
Read CHANGELOG.md
v2.11.0
2018-03-26 11:09:35 -05:00
AJ Jordan
8b35c5fdae
Set the executable bit when preparing releases ( #156 )
2018-03-26 10:51:33 -05:00
Adam Goldsmith
8ec3bab53c
Make Makefile more standard ( #239 )
2017-12-04 08:57:27 -06:00
R. Francis Smith
4a7626a8cb
fixed typo within Contributing section ( #240 )
2017-11-20 14:42:31 -06:00
Ali Karbassi
9c390a84cb
fix: Update url in code. ( #237 )
2017-10-23 14:20:37 -05:00
Ali Karbassi
643dafeafd
Create PULL_REQUEST_TEMPLATE.md ( #234 )
2017-10-23 14:18:46 -05:00
Ali Karbassi
8d3ea7971b
change: Moved USAGE out of README. ( #238 )
...
The usage was making the README extremely long and unruly. Let's move it
out to it's own file so it can be updated quickly as well.
2017-10-17 13:00:42 -05:00
Alberto Fanjul
64f9c8295d
new: Configurable config dir ( #223 )
...
- Configurable config dir
- Describe Makefile options
2017-10-16 10:01:47 -05:00
Simon M
b7fb2ac2be
fix: Make text input more user-friendly ( #208 )
...
The use of the default read command will not allow the user to use arrow keys and shortcuts to enter the data when doing a replace or entering any input, which can be frustrating. Besides, backslashed are interpreted and can be mangled.
- Using the `-e` option will trigger the use of the readline library: you can then, as expected in bash, use the arrow keys and all shortcuts to move around the line before pressing enter.
- Using the `-r` option will prevent the interpretation of the "" and insert them as typed, useful when pasting code:
2017-10-13 16:32:13 -05:00
Ali Karbassi
1d64ba59ca
Create ISSUE_TEMPLATE.md ( #235 )
2017-10-11 10:19:09 -05:00
Ali Karbassi
4df0f15ad8
fix: Use git tags for version numbers. ( #233 )
2017-10-11 10:10:59 -05:00
Gutierri Barboza
a43d664fe9
README ( #219 )
...
- Updated badges, links, and install instructions.
- Added usage, flags, and commands.
2017-10-10 14:07:36 -05:00
Gutierri Barboza
953506dc6b
Create Changelog ( #218 )
...
- Complete history from wiki page
- Matches keepachangelog standards via http://keepachangelog.com/en/1.0.0/
2017-10-10 13:04:55 -05:00
Ali Karbassi
cbca5d2ff6
Create CODE_OF_CONDUCT.md ( #217 )
2017-10-10 09:20:26 -05:00
Daniel St.Jacques
94e1c6e406
Updated add command to accept lowercase priority ( #230 )
...
- Updated add command to accept lowercase priority
- Added testcase for add with lowercase priority
2017-10-10 09:10:34 -05:00
Ali Karbassi
eeb5703728
Merge pull request #228 from cori/patch-1
...
Updates to Downloads
2017-10-01 21:29:57 -05:00
cori schlegel
a6cf0c0fc2
Updates to Downloads
...
Update Downloads links to point at the Releases page, because it seems like the files from @ginatrapani's project (which these linked to) didn't make it to the new org's files, so the links on the redirected page are no good.
2017-10-01 16:30:05 -05:00
Ali Karbassi
b52929b396
Merge branch 'karbassi-feature/completion-suppress-errormsgs'
...
* karbassi-feature/completion-suppress-errormsgs:
Suppress todo.sh error messages when invoked during completion (#8 )
2017-08-23 12:24:05 -05:00
Ali Karbassi
0e833e4e9d
Merge branch 'master' into feature/completion-suppress-errormsgs
2017-08-23 12:23:06 -05:00
Ali Karbassi
52d47a4d80
Merge branch 'onovy-makefile-fix'
...
* onovy-makefile-fix:
Don't ignore errors in tests.
Clean tests and version file in Makefile.
2017-08-23 10:18:28 -05:00
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
Ingo Karkat
efea0faf78
Suppress todo.sh error messages when invoked during completion ( #8 )
...
Redirect any stderr output from todo.sh during completion to /dev/null, as it gets in the way. The error will be seen later after building and executing the command-line, anyway.
Signed-off-by: Ali Karbassi <ali@karbassi.com >
2017-08-23 10:10:50 -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