TASKWARRIOR-INSTALLATION
Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home ~ previous

vim ~/.config/fish/functions/gtaskwarrior-installation.fish
function gtaskwarrior-installation --description 'taskwarrior-installation'
clear; echo
echo '=========================================================================='
echo ' TASKWARRIOR - INSTALLATION & CONFIGURATION '
echo ' ~/.taskrc '
echo '=========================================================================='
echo ' '
echo '--------------------------------------------------------------------------'
echo 'installation '
echo '--------------------------------------------------------------------------'
echo ' '
echo ' $ apt-cache search taskwarrior timewarrior vit '
echo ' # apt install taskwarrior tasksh timewarrior vit '
echo ' $ apt-cache show taskwarrior timewarrior vit '
echo ' '
echo '--------------------------------------------------------------------------'
echo 'configuration '
echo '--------------------------------------------------------------------------'
echo ' '
echo ' $ vim ~/.taskrc '
echo ' '
echo ' $ ls -l ~/.timewarrior '
echo ' $ cp /usr/local/share/doc/timew/ext/on-modify.timewarrior ~/.task/hooks/ '
echo ' $ chmod +x ~/.task/hooks/on-modify.timewarrior '
echo ' $ vim ~/.timewarrior/timewarrior.cfg '
echo ' define exclusions: '
echo ' monday = <9:00 12:30-13:00 >17:00 '
echo ' tuesday = <9:00 12:30-13:00 >17:00 '
echo ' wednesday = <9:00 12:30-13:00 >17:00 '
echo ' thursday = <9:00 12:30-13:00 >17:00 '
echo ' friday = <9:00 12:30-13:00 >17:00 '
echo ' saturday = >0:00 '
echo ' sunday = >0:00 '
echo ' '
echo '=========================================================================='
echo
end
SOURCES
homepage ........................................................... taskwarrior.org
documentation I ............................................... taskwarrior.org/docs
documentation II .................................. taskwarrior.org/docs/timewarrior
man-pages ................................................................$ man task
tutorial I ...................................... taskwarrior.org/docs/30second.html
tutorial II ..........................taskwarrior.org/docs/timewarrior/tutorial.html
fish ......................................... fishshell.com/docs/current/index.html
picture ....................................... screenshoot by me ~ my gnome-desktop