The Wiki has moved to new hardware, and the old server died.
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
howtos:general_admin:taskwarrior [2013/01/07 02:22 (UTC)] mfillpot general cleanup |
howtos:general_admin:taskwarrior [2019/12/26 02:41 (UTC)] (current) ricardson [Todo Lists in TaskWarrior] |
||
---|---|---|---|
Line 2: | Line 2: | ||
<!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> | <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> | ||
====== Todo Lists in TaskWarrior ====== | ====== Todo Lists in TaskWarrior ====== | ||
- | [[http://taskwarrior.org/projects/show/taskwarrior|Taskwarrior]] is a | + | [[http://taskwarrior.org|Taskwarrior]] is a |
powerful command-line todo list manager which can be installed from | powerful command-line todo list manager which can be installed from | ||
[[http://slackbuilds.org/office/task/|SlackBuilds.org]]. Please note | [[http://slackbuilds.org/office/task/|SlackBuilds.org]]. Please note | ||
Line 28: | Line 28: | ||
create a shell alias. If you use Bash, please edit (or create) the | create a shell alias. If you use Bash, please edit (or create) the | ||
following file ''${HOME}/.bashrc'': | following file ''${HOME}/.bashrc'': | ||
- | <file sh .bashrc> | + | <file sh /${HOME}/.bashrc> |
alias t=task | alias t=task | ||
</file> | </file> | ||
Line 263: | Line 263: | ||
You can enable one of the colour themes in ''~/.taskrc'' by uncommenting | You can enable one of the colour themes in ''~/.taskrc'' by uncommenting | ||
one of the lines: | one of the lines: | ||
- | <file sh .taskrc> | + | <file - /${HOME}/.taskrc> |
# Color theme (uncomment one to use) | # Color theme (uncomment one to use) | ||
#include /usr/share/doc/task/rc/light-16.theme | #include /usr/share/doc/task/rc/light-16.theme | ||
Line 292: | Line 292: | ||
calendar. Additionally you can enable the display of holidays by | calendar. Additionally you can enable the display of holidays by | ||
specifying a country in ''~/.taskrc'': | specifying a country in ''~/.taskrc'': | ||
- | <file sh .taskrc> | + | <file - /${HOME}/.taskrc> |
include /usr/local/share/doc/task/rc/holidays-GB.rc | include /usr/local/share/doc/task/rc/holidays-GB.rc | ||
</file> | </file> | ||
Line 312: | Line 312: | ||
2. Assign basic keybindings. | 2. Assign basic keybindings. | ||
- | <file sh display_tasks.sh> | + | <file bash display_tasks.sh> |
#!/bin/sh | #!/bin/sh | ||
task ls | task ls | ||
Line 318: | Line 318: | ||
''~/.i3/config'': | ''~/.i3/config'': | ||
- | <code sh config> | + | <code - ${HOME}/.i3/config> |
... | ... | ||
for_window [title="taskwin"] floating enable | for_window [title="taskwin"] floating enable |