Table of Contents
conics
is a simple console todo manager inspired by [devtodo]. Main
feautures are
Up-to-date version of this manual is located at http://grid.pp.ru/wiki/conics.
Feel free to contact me (Pavel Shramov <shramov_at_mexmat.net>) if You have suggestions.
Reason is very simple — I've not found any console tool compatible with GUI tools like Mozilla or korganizer. One of the best tools [devtodo] lacks many features like compatibility and remote lists. Also it's very hard to improve it since it's written in C++ . So goal was to reimplement devtodo's functionality (at least part of it) in python with iCalendar backend.
Links are implemented as extension of VTODO
nodes of calendar. X-REMOTE-URI
property if found is treated as link to another file. This scheme was
chosen so other iCal tools show this as simple todo task. link
command also
sets description equal to X-REMOTE-URI
field. Since link is a todo item all
operations with it are possible — changing priority, description, etc.
Install conics
apt-get install conics
or pickup last version from http://grid.pp.ru/egg/conics/
Add task
conics add --prio veryhigh 'Sample task' Long description (end with ^D): some description
Add conics todo list from git
conics link --title 'conics todo' \ 'http://grid.pp.ru/git/?p=psha/conics/.git;a=blob_plain;f=.todo.ics;hb=master'
or watch it directly
conics show \ 'http://grid.pp.ru/git/?p=psha/conics/.git;a=blob_plain;f=.todo.ics;hb=master'
Watch what you've got
conics
show
is default action when nothing else is specified or when first arg is
option. Other commands may be found with conics help
. Options for each command
are available with -h
flag e.g. conics link -h
.
Current todo list is available from git repo at http://grid.pp.ru/git/?p=psha/conics/.git;a=blob_plain;f=.todo.ics;hb=master
or in text form at http://grid.pp.ru/git/?p=psha/conics/.git;a=blob_plain;f=TODO;hb=HEAD
Available from
[devtodo] http://swapoff.org/DevTodo/
[icalendar] http://codespeak.net/icalendar/
[rfc2445] http://www.ietf.org/rfc/rfc2445.txt