Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
dd7be1b0
Commit
dd7be1b0
authored
Nov 25, 2014
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README and URL.
parent
21ae0aaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
27 deletions
+1
-27
README.md
README.md
+0
-26
bin/topydo.conf
bin/topydo.conf
+1
-1
No files found.
README.md
View file @
dd7be1b0
...
...
@@ -18,32 +18,6 @@ are:
Consult the
[
wiki
][
4
]
for more information about the features and on how to
use topydo.
Motivation
----------
I rewrote the CLI from scratch for multiple reasons.
First, in the long term I'd like to write the perfect todo client. The perfect
todo client is free, open source, flexible and available wherever I am.
todo.txt is the perfect format, since it's simple and plain text and not bound
to a particular tool.
Second, the current (CLI) interface is handy, but has its limits when dealing
with large swaths of todo items. The CLI and a GUI should complement each
other.
Third, the original todo.txt CLI is a huge Bash script. In my opinion it's the
wrong language to write a serious application with it. It may behave
differently on other operating systems (or sometimes it's plain broken). The
todo.txt-tools that extend the CLI were (quickly) written in Perl. It doesn't
have a proper test suite and it sometimes doesn't play very well when a user
inputs something funny.
In order to achieve the long term vision of a perfect todo list, I need a solid
foundation in a solid language. Hence the rewrite in Python, sprinkeled with
unit tests.
[
1
]:
https://github.com/ginatrapani/todo.txt-cli/wiki/The-Todo.txt-Format
[
2
]:
https://github.com/ginatrapani/todo.txt-cli
...
...
bin/topydo.conf
View file @
dd7be1b0
;
See
https
://
github
.
com
/
bram85
/
topydo
/
wiki
/
How
-
to
-
use
for
more
info
;
See
https
://
github
.
com
/
bram85
/
topydo
/
wiki
/
Configuration
for
more
info
[
topydo
]
default_command
=
ls
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment