Skip to main content

Posts

Showing posts with the label todo

ToDo Liste und Timer Linux Ubuntu

ToDo Liste und Timer Linux Ubuntu Ein sehr kleines und sehr n�tzliches Tool, was jeder mal gebrauchen kann... Wir starten das Terminal und f�hren diese drei Befehle aus (Anleitung): [1] sudo add-apt-repository ppa:mank319/go-for-it [2] sudo apt-get update [3] sudo apt-get install go-for-it Nach der Installation Nach Go For it! suchen und aufrufen. Es gibt drei Bereiche: Ganz Links eure To-Do -Liste, in der Mitte der Timer und unter Done finden wir erledigte Punkte. Wer sich bedanken m�chte oder gar ein paar Euronen an den Entwickler spenden m�chte, der kann das auf der Homepage tun. Sollte es eine Android App geben - mit Sync - dann w�rde ich sogar daf�r zahlen. download  file  now

Taskwarrior A Brilliant Command Line TODO App for Linux

Taskwarrior A Brilliant Command Line TODO App for Linux Taskwarrior is a simple, straight-forward command-line based TODO app for Ubuntu/Linux. This open-source app has to be one of the easiest of all CLI based apps Ive ever used. Taskwarrior helps you better organize yourself, and without installing bulky new apps which sometimes defeats the whole purpose of TODO apps. Taskwarrior: A Simple CLI based TODO App That gets the Job Done! Taskwarrior is an open-source and cross-platform, command-line based TODO app, which lets you manage your to-do lists right from the Terminal. The app lets you add tasks, shows you the list, and removes tasks from that list with much ease. And whats more, its available within your default repositories, no need to fiddle with PPAs. In Ubuntu 16.04 LTS and similar, do the following in Terminal to install Taskwarrior.  sudo apt-get install task A simple use case can be as follows: $ task add Read a book Created task 1. $ task add priority:H Pay the b...

ToDo List

ToDo List Stephan hat einen tollen ToDo List Manager gefunden. Ja, ich brauch kein Twitter um kurze Postings zu machen... download  file  now

Todo Indicator Fork Adds Context Filtering Quick Update

Todo Indicator Fork Adds Context Filtering Quick Update Todo Indicator is an AppIndicator to for todo.txt-style todo lists. The indicator displays the list of tasks from a todo.txt file and lets you mark tasks as done directly from the indicator. The original Todo Indicator was last updated back in May, 2014, so WebUpd8 reader William decided to fork it and add a new feature: filtering based on a specific context or project. Furthermore, indicator was updated to work with either Python 2 or Python 3. To filter todo items, run Todo Indicator as follows: todo-indicator -f @filter ~/todo.txt Were "@filter" is the context or project. For example, running Todo Indicator with "-f @work" will only display todo items that contain the "@work" context. For more about the Todo.txt format, see THIS page. For those not familiar with todo.txt, this is a minimalist todo list format for which the data is stored in a simple text file. Because it uses a simple text file, ...