taskwarrior.org
Taskwarrior - What's next?
http://taskwarrior.org/docs/tutorials/start.html
Taskwarrior manages your TODO list from your command line. It is flexible, fast, efficient, unobtrusive, does its job then gets out of your way. Taskwarrior scales to fit your workflow. Use it as a simple app that captures tasks, shows you the list, and removes tasks from that list. Leverage its capabilities though, and it becomes a sophisticated data query tool that can help you stay organized, and get through your work. Five good reasons to use Taskwarrior. Use the Pomodoro technique. It uses human-rea...
patricktanzilli.net
Installation de task sous Linux - Le Blog de Patrick Tanzilli
https://patricktanzilli.net/Installation-de-task-sous-Linux
Le Blog de Patrick Tanzilli. Linux et autres geekeries. Installation de task sous Linux. Un gestionnaire de taches simple sous Linux. Installation de task sous Linux. Vendredi 28 novembre 2014. Tout d’abord, petite information à propos de Taskwarrior. Inutile de chercher une interface web ou de jolis boutons à cliquer, il n’y en a pas . Allez, c’est parti :. Installation du gestionnaire de taches " taskwarrior. À partir des sources. Sudo apt-get install build-essentail cmake libgnutls-dev uuid-dev. On va...
steve0hh.github.io
Task Warrior Sync Gnutls Support Error | Yet another programmer
http://steve0hh.github.io/2014/09/09/task-warrior-sync-GNUTLS-support-error.html
Task Warrior Sync Gnutls Support Error. Recently I just came across this command-line todo manager called Taskwarrior. Everything was working fine until I tried to sync my task lists. I got this error:. Taskwarrior was built without GnuTLS support. Sync is not available. This was because I installed it via homebrew. And did not install one of their dependencies installed. Well Luckily for me, it’s one easy error to solve. To install GnuTLS via homebrew, just run:. After that, just run.
scottgoings.com
Computing – Scott Goings
http://scottgoings.com/computing
Teaching, thinking, being. Book(s) I’m Reading:. Books I’ve Recently Read. What I'm Listening To:. This Amp Goes to 11. Standing on the Shoulders (of Average Sized People). As the Doctor Talks. When moving my music files around some times the directory doesn’t delete. This leaves empty directories I need to get rid of. This code works well for that. Not too difficult. Find / -type d -empty -exec rmdir {} ;. September 1, 2016. September 1, 2016. Leave a comment on Finding empty directories. July 21, 2016.
scottgoings.com
data – Scott Goings
http://scottgoings.com/tag/data
Teaching, thinking, being. Book(s) I’m Reading:. Books I’ve Recently Read. What I'm Listening To:. This Amp Goes to 11. Standing on the Shoulders (of Average Sized People). As the Doctor Talks. I have had a txt file being read by Conky display on my desktop for the past few weeks. It was kind of cool, I could see a To Do list of things I needed to get done. I wanted to be able to add to it from my phone though. As I write this I just realized I could just store a file in Dropbox. Run the PPA and install.
scottgoings.com
code – Scott Goings
http://scottgoings.com/tag/code
Teaching, thinking, being. Book(s) I’m Reading:. Books I’ve Recently Read. What I'm Listening To:. This Amp Goes to 11. Standing on the Shoulders (of Average Sized People). As the Doctor Talks. When moving my music files around some times the directory doesn’t delete. This leaves empty directories I need to get rid of. This code works well for that. Not too difficult. Find / -type d -empty -exec rmdir {} ;. September 1, 2016. September 1, 2016. Leave a comment on Finding empty directories. Which does in ...