Dev Todo: 从命令行管理待做事项清单

Dev Todo 是一个颇为好用的 Todo 管理工具,笔者发现它时真的有一种相见恨晚的感觉。使用 Dev Todo,你可以从命令行对待做事项清单进行管理。Dev Todo 支持多级任务,能够设定任务优先级(按不同颜色显示)和完成状态,可以方便的转换成其他格式(如 HTML)。

Dev Todo

Dev Todo 使用起来也很简单,通过 tda 添加新的任务,当任务完成时,执行 tdd,如果你需要修订原来的任务,那么则可以使用 tde

Dev Todo 目前最新版本为 0.1.20,可从以下地址获取。

Dev Todo

Read More:

21 Comments

  1. 1 又一个啊 Commented @ 2009-02-19 11:02Reply to this comment

    前一段的todo.txt刚用顺手,又来一个命令行的todo工具。不过这个看起来更强大。

  2. 2 zer4tul Commented @ 2009-02-19 11:31Reply to this comment

    赞,dev todo很好

  3. 3 dwwwlf Commented @ 2009-02-19 11:33Reply to this comment

    http://code.google.com/p/doneyet/

    这个也不错。

  4. 4 dwwwlf Commented @ 2009-02-19 11:41Reply to this comment

    但是doneyet 不支持中文。如果只用英文还好了。

  5. 5 aiezue Commented @ 2009-02-19 11:53Reply to this comment

    相见恨晚,我也有这种感觉

  6. 6 aiezue Commented @ 2009-02-19 11:58Reply to this comment

    ps: gentoo portage 里就有 ,这么好的东西怎么从来没见人说过呢?赞一下toy

  7. 7 albert748 Commented @ 2009-02-19 12:33Reply to this comment

    觉得还是org-mode好用得多,可以看这里:

    http://cookinglinux.cn/emacs-org-mode-attack.html

  8. 8 vern Commented @ 2009-02-19 12:50Reply to this comment

    如果你用 zsh 的话,可以把这段加入 ~/.zshrc

    cd() { if builtin cd "$@"; then if [ -f which devtodo ]; then devtodo -s; fi fi }

    当你进入某个目录时,如果该目录存在 todo list,zsh 会帮你自动列出来

  9. 9 Marcus Commented @ 2009-02-19 13:02Reply to this comment

    一直用Hiveminder,也有命令行的界面http://hiveminder.com/tools

  10. 10 John.H Commented @ 2009-02-19 14:42Reply to this comment

    好东西,看上去比todo.txt更好用些

  11. 11 恶臭的 Commented @ 2009-02-19 15:07Reply to this comment

    我还是用web的算了。

  12. 12 Toy Commented @ 2009-02-19 17:48Reply to this comment

    @dwwwlf, @albert748, @Marcus: 感谢推荐。

    @vern: 好提示,谢谢。

  13. 13 lxlxdw Commented @ 2009-02-19 19:03Reply to this comment

    toy用的什么shell啊, 怎么那么花哨??? 那么多种颜色

  14. 14 Toy Commented @ 2009-02-19 19:20Reply to this comment

    @lxlxdw: zsh.

  15. 15 YCF.name Commented @ 2009-02-19 21:01Reply to this comment

    @lxlxdw 准确地说,图上看不来是什么shell吧,主要是配色问题!

    @Toy 能分享下你的.xinitrc的颜色部分吗? 我用的是urxvt+zsh 不知你的的是那个终端 :-)

  16. 16 seenxu Commented @ 2009-02-19 21:22Reply to this comment

    如果能和诸如gmail task之类的网络服务同步就更有用了。

  17. 17 Toy Commented @ 2009-02-19 21:28Reply to this comment

    @YCF.name:

    ! Tangoesque scheme
    
    *background:                    #111111
    *foreground:                    #babdb6
    ! Black
    *color0:                        #000000
    *color8:                        #555753
    ! Red
    *color1:                        #ff6565
    *color9:                        #ff8d8d
    ! Green
    *color2:                        #93d44f
    *color10:                       #c8e7a8
    ! Yellow
    *color3:                        #eab93d
    *color11:                       #ffc123
    ! Blue
    *color4:                        #204a87
    *color12:                       #3465a4
    ! Mangenta
    *color5:                        #ce5c00
    *color13:                       #f57900
    ! Cyan 
    *color6:                        #89b6e2
    *color14:                       #46a4ff
    ! White
    *color7:                        #cccccc
    *color15:                       #ffffff
    

    我是放于 .Xdefaults 中。也用 URxvt。

  18. 18 leeight的马甲 Commented @ 2009-02-19 22:37Reply to this comment

    恩,感觉不错。 弄了一个PKGBUILD http://aur.archlinux.org/packages.php?ID=24030

  19. 19 Rainux Commented @ 2009-02-20 17:05Reply to this comment

    @vern: 原来 built-in 是可以被 override 的啊,多谢提醒!

  20. 20 zhuqin Commented @ 2009-02-21 12:20Reply to this comment

    推荐org-mode。

  21. 21 lxlxdw Commented @ 2009-03-04 10:44Reply to this comment

    @YCF.name
    主要是那个 Todo 太花眼了. 心里就想当然了