• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..05-Dec-2017-

Makefile.amH A D17-Aug-2017445 139

Makefile.inH A D05-Dec-201722.7 KiB730643

READMEH A D16-Mar-2016524 1712

XmdTodo.adH A D16-Mar-20162.2 KiB7866

actions.cH A D16-Mar-201612.6 KiB439348

example.todoH A D16-Mar-2016294 3736

io.cH A D16-Mar-20168.3 KiB335258

page.hH A D16-Mar-20161.4 KiB5824

todo.cH A D16-Mar-201610 KiB363278

todo.helpH A D16-Mar-20161 KiB3524

todo.manH A D16-Mar-20162.5 KiB8149

README

1/* $XConsortium: README /main/3 1996/07/15 14:09:23 drk $ */
2                               ToDo
3                               ----
4
5ToDo is a simple list organizer.  It uses an XmNotebook widget with tabs
6to help organize your lists of tasks.  It has no fancy features and
7by default stores its database in the single file .todo in your home
8directory.
9
10You can use the example.todo file in this directory to see some of
11the features.  Just type "./todo -todoFile example.todo" to start
12this way.
13
14Regards,
15
16Douglas Rand
17