Skip to content

Instantly share code, notes, and snippets.

taskwarrior ascii logo
by djp
released under MIT
.-'"""'-.
.' .---. '.
/ / _ _ \ \
; |( V )| ;
; | ) ( | ;
\ `.| |.' /
djp@tigger:~/tmp/task-2.2.0$ sudo make install
[sudo] password for djp:
[ 35%] Built target task
[ 57%] Built target columns
[ 99%] Built target commands
[100%] Built target task_executable
Install the project...
-- Install configuration: ""
-- Up-to-date: /usr/local/share/doc/task/NEWS
-- Up-to-date: /usr/local/share/doc/task/ChangeLog
@linuxcaffe
linuxcaffe / gist:5068616
Created March 1, 2013 22:55
tasky crashy This is the output/ traceback after trying to "f" change the filter
djp@tigger:~/tmp/Tasky-master$ tasky.py proj:tw
Traceback (most recent call last):
File "/home/djp/bin/tasky.py", line 155, in <module>
Tasky()
File "/home/djp/bin/tasky.py", line 46, in __init__
loop.run()
File "/usr/lib/python2.7/dist-packages/urwid/main_loop.py", line 274, in run
self.screen.run_wrapper(self._run)
@linuxcaffe
linuxcaffe / gist:5067010
Created March 1, 2013 19:15
task-web install errors running updated debian wheezy
djp@tigger:~$ gem install taskwarrior-web
Fetching: rinku-1.7.2.gem (100%)
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /var/lib/gems/1.9.1 directory.
djp@tigger:~$ sudo !!
sudo gem install taskwarrior-web
[sudo] password for djp:
Building native extensions. This could take a while...
ERROR: Error installing taskwarrior-web:
ERROR: Failed to build gem native extension.
@linuxcaffe
linuxcaffe / .vitrc
Last active December 10, 2015 13:33
### vit rc file
GistID: e9364360044f42f4cc9f
map \mn=:!wr needs
#map \cn=:!wr tasknote %TASKID<Return>
# When Ctrl + n is pressed, runs the command 'tasknote <ID>', where <ID> is the ID of the task that is currently selected in
# VIT.
map c=:! task %TASKID rc.defaultwidth:200 | grep -o -P -m 1 (ftp|http)s?:// | tr -d '0 | xsel -b<Return>
# Copies the first link it finds to the clipboard.
djp@transit:~/.vim/bundle/unite-taskwarrior$ tw long
Unknown error. Please report.
djp@transit:~/.vim/bundle/unite-taskwarrior$ tw rc.debug=on long
Timer Config::load (/home/djp/.task/djp.rc) 0.000683 sec
Timer Config::load (/home/djp/.task/hooks/tw-agenda-hook/agenda.rc) 0.000227 sec
Timer Config::load (/home/djp/.task/hooks/tw-needs-hook/needs.rc) 0.000163 sec
Timer Config::load (/home/djp/.task/rc.tmp) 0.000064 sec
Timer Config::load (/home/djp/.task/scripts/tw-alias-candy/alias-candy.rc) 0.000140 sec
Timer Config::load (/home/djp/.task/themes/djp/dark-256.theme) 0.000333 sec
Timer Config::load (/home/djp/.task/themes/theme.tmp) 0.000372 sec

taskwiki -- projects -- areas


Index Name :: index.wiki Description :: top taskwiki index page Created :: Aug31, 2015 Manager :: djp Files :: ~/.task/wiki/

Taskwiki Index

== area == Description

@linuxcaffe
linuxcaffe / on-add_inline_tags.py
Last active September 4, 2015 05:53 — forked from wbsch/on-add_inline_tags.py
Proof of concept for a Taskwarrior on-add hook that allows for "inline tags" when adding tasks
#!/usr/bin/env python
#
# PoC for "inline tags", as described in TW-1357
# https://bug.tasktools.org/browse/TW-1357
#
# Turns
# $ task add I saw @bob in the @garden
# Into the equivalent of
# $ task add I saw bob in the garden +bob +garden
.-'""'-.
.' .---. '.
/ / _ _ \ \
; |( V )| ;
; | ) ( | ;
\ `.| |.' /
'. .'
'-....-'
_ _ v0.8
_ _ _ __ (_) |_ ___ .-'""'-.
| | | | '_ \| | __/ _ \ A unite.vim interface .' .---. '.
| |_| | | | | | || __/ to taskwarrior / / _ _ \ \
\__,_|_| |_|_|\__\___| _ ; |( V )| ;
| |_ __ _ ___| | ____ ____ _ _ __ _ __(_) ___ _ __ ; | ) ( | ;
| __/ _` / __| |/ /\ \ /\ / / _` | '__| '__| |/ _ \| '__| \ `.| |.' /
| || (_| \__ \ < \ V V / (_| | | | | | | (_) | | '. .'
\__\__,_|___/_|\_\ \_/\_/ \__,_|_| |_| |_|\___/|_| '-....-'