This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"id":190,"description":"( ) test with context","entry":"20150827T211438Z","modified":"20150827T211438Z","project":"tw","status":"pending","tags":["test"],"uuid":"e22176ab-c8f7-4fd7-a99a-964627460b32","urgency":-5.2}, | |
{"id":191,"description":"( ) test2 with context","entry":"20150827T211545Z","modified":"20150827T211545Z","project":"tw","status":"pending","tags":["test"],"uuid":"b9c31262-c8c0-421c-bf1e-0fd1dd5600e1","urgency":-5.2}, | |
{"id":192,"description":"test3 with context","entry":"20150827T211611Z","modified":"20150827T211611Z","project":"tw","status":"pending","tags":["test"],"uuid":"28855295-544b-4356-99a7-291a4619f3d4","urgency":-5.2}, | |
{"id":193,"description":"( ) test4 with context","entry":"20150827T212110Z","modified":"20150827T212110Z","project":"tw","status":"pending","tags":["test"],"uuid":"62548caf-a877-405c-9d8a-8edcb83a6e40","urgency":-5.2}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
task 2.4.5 | |
Platform: Linux | |
Compiler | |
Version: 4.7.2 | |
Caps: +stdc +stdc_hosted +c8 +i32 +l32 +vp32 +time_t32 | |
Compliance: C++11 | |
Build Features |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Unite taskwarrior options | |
command! Tw :Unite taskwarrior | |
let g:unite_taskwarrior_filter = ['status.not:deleted', 'status.not:completed'] | |
let g:unite_taskwarrior_note_directory = '~/.task/notes' | |
let g:unite_taskwarrior_note_suffix = 'tasknote.wiki' | |
let g:unite_taskwarrior_define_mappings = 1 | |
let g:unite_taskwarrior_projects_abbr = '' | |
let g:unite_taskwarrior_tags = '+' | |
command! -nargs=* -range=0 Tw | |
\ call s:call_taskwarrior(<q-args>) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
report.active.sort start- | |
report.agenda.sort scheduled+,due+,until+,description+ | |
report.all.sort entry- | |
report.blocked.sort due+,priority-,start-,project+ | |
report.blocking.sort urgency-,due+,entry+ | |
report.completed.sort entry+ | |
report.dates.sort due+ | |
report.dot.sort modified- | |
report.list.sort start-,due+,area+,project+,urgency-,description+,entry+ | |
report.long.sort modified- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"id":7,"area":"it","description":"feature, task any command regex, searches","entry":"20100823T022907Z","modified":"20150820T133234Z","need":"4","priority":"L","project":"tw.core","status":"pending","tags":["feature"],"until":"20150903T040000Z","uuid":"0faabea9-0c89-3fb4-aa27-d278d2f6b55b","annotations":[{"entry":"20130123T021116Z","description":"Notes: RFE search all fields"},{"entry":"20150508T032411Z","description":"a test of unite"}],"urgency":2.5}, | |
{"id":24,"area":"it","description":"test url http:\/\/taskwarrior.org","duration":"3600","entry":"20131020T185228Z","modified":"20150820T134032Z","need":"4","phase":"1","project":"tw.to","status":"pending","until":"20150910T040000Z","uuid":"ed210a2a-5dde-46cb-8cc6-abc6e03ced1a","annotations":[{"entry":"20140527T183056Z","description":"devsite: http:\/\/tasktools.org"},{"entry":"20140527T183118Z","description":"devsite: http:\/\/tasktools.org"}],"urgency":3.9}, | |
{"id":53,"area":"it","description":"look for dependency date-order errors","due":"20150908T040000Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# desired outcome for agenda; | |
# task rc.report.agenda.sort=none 84 159 131 78 92 106 7 55 105 59 24 54 102 83 agenda | |
report.agenda.description=agenda -- sched, due, until | |
report.agenda.labels=ID,Area,Project,Tags,Sched,Due,Until,Description | |
report.agenda.columns=id,area,project,tags.count,scheduled,due,until,description.count | |
report.agenda.filter= ( status:pending or status:waiting ) and ( schedule.any: or due.any: or until.any: or proj.has:tw ) | |
report.agenda.sort=scheduled+,due+,until+,description+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"id":182,"area":"$.work","description":"7:30 clean St Petes downstairs","due":"20150812T050000Z","duration":"30min","entry":"20150811T215530Z","imask":31,"modified":"20150804T032755Z","need":"2","parent":"54970203-8725-45a8-a700-aeecac453250","recur":"weekly","status":"pending","tags":["StP","time"],"uuid":"43dd7a4e-cc2c-42e1-ad5a-303a38e71640","urgency":10.9581} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
djp@transit:~/tmp/tasklib$ sudo pip install git+git://github.com/tbabej/tasklib@develop | |
[sudo] password for djp: | |
Traceback (most recent call last): | |
File "/usr/bin/pip", line 9, in <module> | |
load_entry_point('pip==1.1', 'console_scripts', 'pip-2.7')() | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 337, in load_entry_point | |
return get_distribution(dist).load_entry_point(group, name) | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2279, in load_entry_point | |
return ep.load() | |
File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in load |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
timelog snippet: | |
i 2015/02/26 15:34:13 tw stop screwing around with taskwarrior! | |
o 2015/02/26 15:42:18 ; :next:test: uuid: 1c5f75ac-8fa6-4913-9305-3f63d21dcde5 | |
i 2015/02/26 18:39:52 tw stop screwing around with taskwarrior! | |
o 2015/02/26 18:40:46 ; :next:test: uuid: 1c5f75ac-8fa6-4913-9305-3f63d21dcde5 | |
i 2015/02/26 17:42:29 tw stop screwing around with taskwarrior! | |
o 2015/02/26 18:43:51 ; :next:test: uuid: 1c5f75ac-8fa6-4913-9305-3f63d21dcde5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[32 of 32] Compiling Hledger ( Hledger.hs, dist/build/Hledger.o ) | |
/usr/bin/ld: cannot find -lHSpretty-show-1.6.8-ghc7.8.4 | |
collect2: error: ld returned 1 exit status | |
Failed to install hledger-lib-0.25 | |
cabal: Error: some packages failed to install: | |
hledger-0.25 depends on hledger-lib-0.25 which failed to install. | |
hledger-lib-0.25 failed during the building phase. The exception was: | |
ExitFailure 1 |