[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
howtos:general_admin:taskwarrior [2013/01/07 02:22 (UTC)] – general cleanup mfillpothowtos:general_admin:taskwarrior [2013/01/09 08:39 (UTC)] – [TaskWarrior and i3] Typo fixed in a file path. sycamorex
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
 howtos:general_admin:taskwarrior ()