From 9c3f5f551e4396cf46d27e7871e8eb3a2e2a30ed Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Thu, 5 Jul 2018 22:57:35 -0500 Subject: [PATCH] textile to markdown --- Home.md | 39 +++++++++++++++++++++++++++++++++++++++ Home.textile | 39 --------------------------------------- 2 files changed, 39 insertions(+), 39 deletions(-) create mode 100644 Home.md delete mode 100644 Home.textile diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..d6d2ee4 --- /dev/null +++ b/Home.md @@ -0,0 +1,39 @@ +# TODO.TXT Command Line Interface + +If you’ve got a file called `todo.txt` on your computer right now, you’re in the right place. Countless software applications and websites can manage your to-do list with all sorts of bells and whistles. But if you don’t want to depend on someone else’s data format or on someone else’s server, a plain text file is the way to go. + +Problem is, you don’t want to launch a full-blown text editor every time you need to add an item to your to-do list or mark one that’s already there as complete. With a simple but powerful shell script called `todo.sh`, you can interact with `todo.txt` at the command line for quick and easy, Unix-y access. + +## [Downloads](http://github.com/todotxt/todo.txt-cli/releases) + +[Download the latest stable release](https://github.com/todotxt/todo.txt-cli/releases) for use on your desktop or server. + +## Documentation + +- [[User Documentation]] - Find out how to install and use Todo.txt CLI, and get tips and tricks. +- [[Developer Documentation]] - Contribute to Todo.txt CLI and build your own custom add-ons. + +## [Mailing List](http://groups.yahoo.com/group/todotxt/) + +Get support and ask questions on [the mailing list](http://groups.yahoo.com/group/todotxt/). + +## Platform Compatibility + +`todo.sh` has been tested on: + +- Cygwin for Windows +- Mac OS X 10.4+ Terminal +- Ubuntu 5.10 / `sed` 4.1.4 / `grep` 2.5.1 / `cat` 5.2.1 / `wc` 5.2.1 +- Arch Linux + +[Let us know](http://groups.yahoo.com/group/todotxt/) if you’re using `todo.sh` successfully anywhere else. + +## Quick Links + +- Original anemic release by [Gina Trapani](http://ginatrapani.org) on 5/11/2006. +- Raised to great heights by [brainy and dedicated volunteers](http://github.com/ginatrapani/todo.txt-cli/network). +- Licensed under the [GPL](http://www.gnu.org/copyleft/gpl.html) +- [[Todo.sh Add-on Directory]] +- [Known Bugs](http://github.com/ginatrapani/todo.txt-cli/issues) +- [[Todo.sh Changelog]] +- [[Other Todo.txt Projects]] \ No newline at end of file diff --git a/Home.textile b/Home.textile deleted file mode 100644 index f221940..0000000 --- a/Home.textile +++ /dev/null @@ -1,39 +0,0 @@ -h1. TODO.TXT Command Line Interface - -If you've got a file called @todo.txt@ on your computer right now, you're in the right place. Countless software applications and web sites can manage your to-do list with all sorts of bells and whistles. But if you don't want to depend on someone else's data format or someone else's server, a plain text file is the way to go. - -Problem is, you don't want to launch a full-blown text editor every time you need to add an item to your to-do list, or mark one that's already there as complete. With a simple but powerful shell script called @todo.sh@, you can interact with @todo.txt@ at the command line for quick and easy, Unix-y access. - -h2. "Downloads":http://github.com/ginatrapani/todo.txt-cli/downloads - -"Download the latest stable release":https://github.com/todotxt/todo.txt-cli/releases for use on your desktop or server. - -h2. Documentation - -* [[User Documentation]] - Find out how to install and use Todo.txt CLI, and get tips and tricks. -* [[Developer Documentation]] - Contribute to Todo.txt CLI and build your own custom add-ons. - -h2. "Mailing List":http://groups.yahoo.com/group/todotxt/ - -Get support and ask questions on "the mailing list":http://groups.yahoo.com/group/todotxt/. - -h2. Platform Compatibility - -@todo.sh@ has been tested on: - -* Cygwin for Windows -* Mac OS X 10.4+ Terminal -* Ubuntu 5.10 / Sed 4.1.4 / Grep 2.5.1 / Cat 5.2.1 / wc 5.2.1 -* Arch linux - -"Let us know":http://groups.yahoo.com/group/todotxt/ if you're using @todo.sh@ successfully anywhere else. - -h2. Quick Links - -* Original anemic release by "Gina Trapani":http://ginatrapani.org on 5/11/2006. -* Raised to great heights by "brainy and dedicated volunteers":http://github.com/ginatrapani/todo.txt-cli/network. -* Licensed under the "GPL":http://www.gnu.org/copyleft/gpl.html -* [[Todo.sh Add-on Directory]] -* "Known Bugs":http://github.com/ginatrapani/todo.txt-cli/issues -* [[Todo.sh Changelog]] -* [[Other Todo.txt Projects]]