summary refs log tree commit diff stats
path: root/examples/cross_todo/nimrod_commandline/readme.txt
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-02-15 00:05:16 +0100
committerdef <dennis@felsin9.de>2015-02-15 00:06:57 +0100
commitd19a4ca827ab04edc5b497b73132e3f40369e1a8 (patch)
tree11e70d0efc327e9d53607ff8c9a2a99f458be75c /examples/cross_todo/nimrod_commandline/readme.txt
parent6244cc2e4fb7aaabd14352a21add5236220a8198 (diff)
downloadNim-d19a4ca827ab04edc5b497b73132e3f40369e1a8.tar.gz
Fix cross_todo example
Diffstat (limited to 'examples/cross_todo/nimrod_commandline/readme.txt')
-rw-r--r--examples/cross_todo/nimrod_commandline/readme.txt19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/cross_todo/nimrod_commandline/readme.txt b/examples/cross_todo/nimrod_commandline/readme.txt
deleted file mode 100644
index ca4b67521..000000000
--- a/examples/cross_todo/nimrod_commandline/readme.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-This directory contains the Nim commandline version of the todo cross
-platform example.
-
-The commandline interface can be used only through switches, running the binary
-once will spit out the basic help. The commands you can use are the typical on
-such an application: add, check/uncheck and delete (further could be added,
-like modification at expense of parsing/option complexity). The list command is
-the only one which dumps the contents of the database. The output can be
-filtered and sorted through additional parameters.
-
-When you run the program for the first time the todo database will be generated
-in your user's data directory. To cope with an empty database, a special
-generation switch can be used to fill the database with some basic todo entries
-you can play with.
-
-Compilation is fairly easy despite having the source split in different
-directories. Thanks to the Nim.cfg file, which adds the ../Nim_backend
-directory as a search path, you can compile and run the example just fine from
-the command line with 'nim c -r nimtodo.nim'.