Skip to content

hannenz/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo

This is a todo.txt app for elementary OS.

It is using elementary's granite library.

Build

$ cd todo
$ mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/ ../
$ make
# make install

Usage

After todo has been properly installed it is available from the applications menu (slingshot). Alternatively launch todo from the command line. Open up a terminal window and type

$ todo [file]

Todo doesn't have any options but you may specify a filename.

Todo will look for an existing todo.txt file in the following order and will open the first existing file, it encounters:

  • Filename given as command line argument

  • $HOME/Dropbox/todo/todo.txt

  • $HOME/Dropbox/todo.txt

  • $HOME/todo.txt

About

Todo.txt application for elementary OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published