%title taskextras index
_a site for Taskwarrior-related projects and resources_
- 2014-03-05 22:52:31*
- archives from (the old) taskwarrior.org
Searching for ghc in path. | |
Found ghc at /usr/local/bin/ghc | |
("/usr/local/bin/ghc",["--numeric-version"]) | |
/usr/local/bin/ghc is version 7.8.4 | |
looking for tool ghc-pkg near compiler in /usr/local/bin | |
found ghc-pkg in /usr/local/bin/ghc-pkg | |
("/usr/local/bin/ghc-pkg",["--version"]) | |
/usr/local/bin/ghc-pkg is version 7.8.4 | |
("/usr/local/bin/ghc",["--supported-languages"]) | |
("/usr/local/bin/ghc",["--info"]) |
Urgency 2.4 | |
project 1 * 1 = 1 | |
priority 0.3 * 6 = 1.8 | |
annotations 0.8 * 1 = 0.8 | |
tags 0.8 * 1 = 0.8 | |
age 1 * 2 = 2 | |
UDA duration 1 * 1 = 1 | |
Area idea | |
Dur 2w | |
djp@tigger:~$ tw proj:tw mod area:it | |
+task proj:tw mod area:it | |
- Area will be set to 'it'. | |
Modify task 61 'make selection bar color inverse, not white om blue'? (yes/no/all/quit) all | |
Modifying task 61 'make selection bar color inverse, not white om blue'. | |
Modifying task 64 'look for tag or projects which have same word but case-variations'. | |
Modifying task 65 'look for out of range past and future dates'. | |
Modifying task 66 'look UUID dupes'. | |
Modifying task 71 'update reports oldest and newest'. | |
Modifying task 99 'stop screwing around with taskwarrior!'. |
djp@tigger:~/tmp/task_tools$ git remote show origin | |
Enter passphrase for key '/home/djp/.ssh/id_rsa': | |
* remote origin | |
Fetch URL: [email protected]:nasoym/task_tools.git | |
Push URL: [email protected]:nasoym/task_tools.git | |
HEAD branch: master | |
Remote branch: | |
master tracked | |
Local branch configured for 'git pull': | |
master merges with remote master |
with this timelog file; | |
i 2015/02/23 15:34:21 co munity:subproj call Keren Hollis about a thing | |
o 2015/02/23 15:35:46 ; :tag1:tag2:tag3 uuid: 874865465765764576547655 | |
i 2015/02/23 16:55:29 no project email NB | |
o 2015/02/23 16:56:27 ; uuid: 8763876837638763 | |
i 2015/02/24 12:01:01 community call Keren Hollis |
12x73 | |
|a add new task |D delete |:report <filter> |:N move to N | | |
|d mark as done |N prev match |<CR> task info |@ change context | | |
|e edit task |P priority |= task info |:h [pat|cat] help | | |
|f filter |Q exit |/ search fwd |h quick ref | | |
|m modify |:q exit |? search back | (this file) | | |
|n next match |ZZ exit |:![rw] execute |^l refresh | | |
|p project |gg first line |:%s/OLD/NEW/ | | | |
|q exit y/n? |0 first line |:s/OLD/NEW/ | | | |
|s sync |G last line |<PgDn> page down | vit | |
======== vit help ======== see also: 'man vit' and 'man vitrc' | |
cmd a STRING add a new task | |
cmd d mark the current task done (status:completed) | |
cmd e edit the current task details in vim | |
cmd f FILTER filter the current report with FILTER | |
cmd m STRING modify the current task (see: 'man task') | |
cmd n move to the next match when searching | |
cmd p <tab> set the current task's project using tab completion | |
cmd p STRING set the current task's project to STRING | |
cmd p STRING<tab> set the current project to STRING using tab completion |
### 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. |