Move contributed note for Mac users to the proper place.
@@ -1,12 +1,9 @@
|
|||||||
Mac users: There is a "Homebrew":http://mxcl.github.com/homebrew/ package for todo.txt - install using <code>brew install todo-txt</code>.
|
|
||||||
|
|
||||||
***
|
|
||||||
|
|
||||||
Here's how to install and run the Todo.txt CLI:
|
Here's how to install and run the Todo.txt CLI:
|
||||||
|
|
||||||
0. (Windows only:) "Download and install Cygwin":http://cygwin.com/install.html. Cygwin provides a Unix-environment for Windows; Todo.txt needs just the Bash shell and some common Unix tools, so a minimal installation will do just fine.
|
0. (Windows only:) "Download and install Cygwin":http://cygwin.com/install.html. Cygwin provides a Unix-environment for Windows; Todo.txt needs just the Bash shell and some common Unix tools, so a minimal installation will do just fine.
|
||||||
|
|
||||||
1. "Download the latest stable release of Todo.txt CLI":http://github.com/ginatrapani/todo.txt-cli/downloads (available as a ZIP or TAR archive) and extract it.
|
1. "Download the latest stable release of Todo.txt CLI":http://github.com/ginatrapani/todo.txt-cli/downloads (available as a ZIP or TAR archive) and extract it.
|
||||||
|
Mac users: There is a "Homebrew":http://mxcl.github.com/homebrew/ package for todo.txt - install using <code>brew install todo-txt</code>.
|
||||||
|
|
||||||
2. Open a command window. On Windows, this is _Cygwin Bash Shell_ (_not_ Command Prompt!); elsewhere, this is often called _Terminal_. It usually presents you with a @$@ prompt. @cd@ into the directory where you extracted todo.sh. Make the todo.sh script executable:
|
2. Open a command window. On Windows, this is _Cygwin Bash Shell_ (_not_ Command Prompt!); elsewhere, this is often called _Terminal_. It usually presents you with a @$@ prompt. @cd@ into the directory where you extracted todo.sh. Make the todo.sh script executable:
|
||||||
|
|
||||||
@@ -38,6 +35,6 @@ Note: If you define an alias (e.g. @t@) to todo.sh, you need to explicitly enabl
|
|||||||
$ complete -F _todo t
|
$ complete -F _todo t
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
5. Want more? See the full list of configuration tweaks, enhancements and recommendations on the "Tips and Tricks":Tips-and-Tricks page.
|
5. Want more? See the full list of configuration tweaks, enhancements and recommendations on the "Tips and Tricks":Tips-and-Tricks page.
|
||||||
|
|
||||||
6. Something missing? Todo.txt is extensible; many users have already written "custom add-ons":Todo.sh-Add-on-Directory.
|
6. Something missing? Todo.txt is extensible; many users have already written "custom add-ons":Todo.sh-Add-on-Directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user