180 lines
12 KiB
HTML
180 lines
12 KiB
HTML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Todo.txt: Future-proof task tracking in a file you control</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/bootstrap-responsive.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/style.css"/>
|
|
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,600,700" rel="stylesheet" type="text/css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Track your tasks and projects in a plain text file, todo.txt. A todo.txt is software and operating system agnostic; it's searchable, portable, lightweight and easily manipulated." />
|
|
<meta name="keywords" content="Todo.txt, To do list" />
|
|
<meta name="robots" content="all,follow" />
|
|
<meta name="author" content="Gina Trapani" />
|
|
<link rel="shortcut icon" href="favicon.png" />
|
|
</head>
|
|
|
|
<body id="body">
|
|
<div class="above-footer">
|
|
<div class="hero-unit">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="span8">
|
|
<a href="" title="Todo.txt"><img src="images/todotxt_logo_2011.png" alt="Todo.txt" width="100" style="float:left;margin-right:10px"/></a>
|
|
<h1><a href="">Todo.txt</a></h1>
|
|
<h2>If you want to get it done, first write it down.</h2>
|
|
<br style="clear:both">
|
|
</div>
|
|
<span class="hidden-phone">
|
|
<div class="span2">
|
|
<a href="http://itunes.apple.com/us/app/todo.txt-touch/id491342186?ls=1&mt=8" title="Available on the App Store"><img src="images/app-store-available.png" alt="Available on the App Store" style="margin-bottom:5px" width="170"></a>
|
|
</div>
|
|
<div class="span2">
|
|
<a href="https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch&hl=en" title="Android app on Google Play"><img src="images/app-store-google-available.png" alt="Android app on Google Play" style="margin-bottom:5px" width="170"></a>
|
|
</div>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="container content">
|
|
<div class="section">
|
|
<div class="row">
|
|
<div class="span12">
|
|
<span class="hidden-phone"><img src="images/todotxt-apps_lrg.png" alt="Todo.txt apps" width="768" style="float:right;margin-bottom:5px"/></span>
|
|
<h3>If you have a file called todo.txt on your computer right now, you're in the right place.</h3>
|
|
<p>So many power users try dozens of complicated todo list software applications, only to go right back to their trusty todo.txt file.</p>
|
|
|
|
<p>But it's not easy to open todo.txt, make a change, and save it—especially on your touchscreen device and at the command line. Todo.txt apps solve that problem.</p>
|
|
|
|
<h3>Simplicity is todo.txt's core value.</h3>
|
|
|
|
<p>You're not going to find many checkboxes, drop-downs, reminders, or date pickers here.</p>
|
|
|
|
<p>Todo.txt apps are minimal, todo.txt-focused editors which help you manage your tasks with as few keystrokes and taps possible.</p></div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="row">
|
|
<div class="span4">
|
|
<h2>On Your Phone and Tablet</h2>
|
|
<span class="hidden-phone"><p><img src="images/mobileappsheader.png" alt="Todo.txt mobile apps" /></p></span>
|
|
<p>Your todo.txt file isn't useful if it's not always at your fingertips. The Todo.txt mobile apps make it easy to view and update your tasks on the go.</p>
|
|
<p>Currently connected to <a href="http://dropbox.com">Dropbox</a>, Todo.txt Touch helps you manage your todo.txt on your touchscreen mobile device and automatically syncs your changes to all your computers.</p>
|
|
<h4>iPhone, iPod touch, and iPad users:</h4>
|
|
<p><a href="http://itunes.apple.com/us/app/todo.txt-touch/id491342186?ls=1&mt=8" title="Available on the App Store"><img src="images/app-store-available.png" alt="Available on the App Store" style="margin-bottom:5px" width="170"></a></p>
|
|
<h4>Android users:</h4>
|
|
<p><a href="https://play.google.com/store/apps/details?id=com.todotxt.todotxttouch&hl=en" title="Android app on Google Play"><img src="images/app-store-google-available.png" alt="Android app on Google Play" style="margin-bottom:5px" width="170"></a></p>
|
|
<p>Also available in <a href="http://www.amazon.com/o/ASIN/B004MNQTVU/ref=nosim/lifehackerboo-20">the Amazon Appstore</a>.
|
|
</div>
|
|
<div class="span4">
|
|
<h2>At the Command Line</h2>
|
|
<p>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.</p>
|
|
<p><span class="hidden-phone"><iframe src="http://player.vimeo.com/video/3263629?byline=0&portrait=0" width="100%" height="320" frameborder="0" webkitAllowFullScreen allowFullScreen></iframe></span></p>
|
|
<p>The Todo.txt CLI supports archiving completed tasks to done.txt and priority/context tab autocompletion.</p><br>
|
|
<p><a href="http://github.com/ginatrapani/todo.txt-cli/downloads" class="btn-large btn-success" title="Download Todo.txt CLI">Download Todo.txt CLI »</a></p><br>
|
|
<p>Find out more:</p>
|
|
<p><ul>
|
|
<li><a href="http://wiki.github.com/ginatrapani/todo.txt-cli">Documentation</a>—everything you need to know about how to use Todo.txt CLI</li>
|
|
<li><a href="http://groups.yahoo.com/group/todotxt/">Mailing List</a>—ask the Todo.txt community</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
<div class="span4">
|
|
<h2>In Any Text Editor</h2>
|
|
<p>Countless productivity apps and sites store your tasks in their own proprietary database and file format. But you can work with your todo.txt file in every text editor ever made, regardless of operating system or vendor.</p>
|
|
<p>The todo.txt format is <a href="https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format">a simple set of rules</a> that make todo.txt both human and machine-readable. The format supports priorities, creation and completion dates, projects and contexts. That's all you need to be productive. <a href="todo.txt">See an example Todo.txt file</a>.</p><br>
|
|
<span class="hidden-tablet">
|
|
<h3>What Users Are Saying</h3>
|
|
<p>
|
|
<blockquote class="twitter-tweet"><p>Several months in and I don't know how I got anything done before my @<a href="https://twitter.com/todotxt">todotxt</a> + @<a href="https://twitter.com/geektool">geektool</a> + @<a href="https://twitter.com/Dropbox">Dropbox</a> task tracking system.</p>— Barron Bichon (@egra) <a href="https://twitter.com/egra/status/84262111273955328" data-datetime="2011-06-24T14:10:27+00:00">June 24, 2011</a></blockquote>
|
|
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
</p>
|
|
<p>
|
|
<blockquote class="twitter-tweet"><p>Found @<a href="https://twitter.com/todotxt">todotxt</a>. Synch todo.txt with unix script, dropbox and an android app. Supports GTD contexts & projects. Nerdtastic!</p>— chris r (@nespera) <a href="https://twitter.com/nespera/status/112821371339415552" data-datetime="2011-09-11T09:34:45+00:00">September 11, 2011</a></blockquote>
|
|
<script src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
|
|
</p>
|
|
</span>
|
|
<h3>Developers</h3>
|
|
<p>Todo.txt CLI and Todo.txt Touch are proudly open source. Browse the source code for the <a href="https://github.com/ginatrapani/todo.txt-cli">CLI</a>, <a href="https://github.com/ginatrapani/todo.txt-touch-ios">iOS</a>, and <a href="https://github.com/ginatrapani/todo.txt-touch">Android</a>.</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="row">
|
|
<div class="span12">
|
|
<h2>Community Apps: Todo.txt on <em>your</em> favorite device or platform.</h2>
|
|
<p>In addition to the official Todo.txt apps, community members have built more apps and add-ons that work with Todo.txt.</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="span3">
|
|
<h3>Mobile</h3>
|
|
<h4><a href="http://www.windowsphone.com/en-US/apps/50b1ca07-7e23-4963-a0ba-1536e6913543">Todo.txt for Windows Phone 7</a></h4>
|
|
<p>Todo.txt for Windows Phone 7 is a task manager based on the todo.txt file format, by <a href="https://github.com/hartez">E.Z. Hart</a>.</p>
|
|
<h4><a href="https://developer.palm.com/appredirect/?packageid=com.monkeystew.todotxtenyo.beta">Todo.txt Enyo</a></h4>
|
|
<p>A webOS application for managing your todo.txt file written using the EnyoJS framework, by <a href="https://github.com/thrrgilag">thrrgilag</a>.</p>
|
|
</div>
|
|
<div class="span3">
|
|
<h3>Desktop</h3>
|
|
<h4><a href="http://benrhughes.com/todotxt.net/">Todotxt.net</a></h4>
|
|
<p>A minimalist, keyboard-driven Windows GUI for your todo.txt file, by <a href="http://benrhughes.com/">Ben Hughes</a>.</p>
|
|
<h4><a href="https://github.com/ginatrapani/todo.txt-cli/wiki/Todo.sh-Add-on-Directory">Todo.sh Add-on Directory</a></h4>
|
|
<p>A collection of add-ons, custom actions, and filters that enhance the Todo.txt CLI script, authored by community members.</p>
|
|
</div>
|
|
<div class="span3">
|
|
<h3>Web</h3>
|
|
<h4><a href="https://github.com/infews/bulldog">Bulldog</a></h4>
|
|
<p>HTML5 task manager, built on todo.txt, by <a href="https://github.com/infews">Davis W. Frank</a>.</p>
|
|
<h4><a href="http://keenpin.com/">Keenpin</a></h4>
|
|
<p>A beautiful todo.txt web template engine.</p>
|
|
</div>
|
|
<div class="span3">
|
|
<h3>Developer Tools</h3>
|
|
<h4><a href="https://github.com/samwho/todo-txt-gem">Todo.txt Gem</a></h4>
|
|
<p>A RubyGem for parsing todo.txt files, by <a href="https://github.com/samwho">Sam Rose</a>.</p>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="span4 offset8" align="right">
|
|
<a href="https://twitter.com/todotxt" class="twitter-follow-button" data-show-count="true" data-lang="en">Follow @todotxt</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer">
|
|
<div class="fill">
|
|
<div class="container">
|
|
<div class="row">
|
|
<p>Unless otherwise noted, Todo.txt apps published herein are authored by <a href="http://ginatrapani.org/" title="Gina Trapani: The Official Site">Gina Trapani</a> in collaboration with <a href="https://github.com/ginatrapani/todo.txt-cli/contributors">Todo.txt</a> <a href="https://github.com/ginatrapani/todo.txt-touch-ios/contributors">community</a> <a href="https://github.com/ginatrapani/todo.txt-touch/contributors">members</a> and released under the <a href="http://www.gnu.org/copyleft/gpl.html">GNU General Public License</a>.</p>
|
|
<p>Todo.txt's icon designed by <a href="http://twitter.com/eJohnR">John Rowley</a>.</p>
|
|
<p>The first version of the Todo.txt CLI script was originally <a href="http://lifehacker.com/software/top/geek-to-live--readerwritten-todotxt-manager-173018.php">published in 2006 on Lifehacker</a>.</p>
|
|
|
|
<p>All software comes as is with no warranty. Do back up your todo.txt before you read another word. Support is available on the <a href="http://groups.yahoo.com/group/todotxt/">Todo.txt community mailing list</a>.</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="footer footer-btm">
|
|
<div class="fill">
|
|
<div class="container">
|
|
<div class="row">
|
|
<p>Copyright © 2006-2012, <a href="http://ginatrapani.org/" title="Gina Trapani">Gina Trapani</a>.<a style="visibility:hidden;" href="https://plus.google.com/113612142759476883204?rel=author">Gina Trapani</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
|
|
</script>
|
|
<script type="text/javascript">
|
|
_uacct = "UA-436966-1";
|
|
urchinTracker();
|
|
</script>
|
|
</body>
|
|
</html> |