百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
D

doing

> 编程语言
开源

正在开发一个命令行工具,用于记录你正在做什么,并追踪你已经完成的工作。如果你是像我一样少数的人之一,那么你可能会发现……

1.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

正在开发一个命令行工具,用于记录你正在做什么,并追踪你已经完成的工作。如果你是像我一样少数的人之一,那么你可能会发现……

doing

A command line tool for remembering what you were doing and tracking what you've done.

If you're one of the rare people like me who find this useful, feel free to buy me some coffee.

The current version of doing is 2.1.122.

Find all of the documentation in the doing wiki.

See what's new in Doing 2.0.

Check out some craziness with Doing in the iTerm status bar and the Mac Touch Bar/menu bar.

What and why

doing is a basic CLI for adding and listing "what was I doing" reminders in a TaskPaper-formatted text file. It allows for multiple sections/categories and flexible output formatting.

While I'm working, I have hourly reminders to record what I'm working on, and I try to remember to punch in quick notes if I'm unexpectedly called away from a project. I can do this just by typing doing now tracking down the CG bug.

If there's something I want to look at later but doesn't need to be added to a task list or tracker, I can type doing later check out the pinboard bookmarks from macdrifter. When I get back to my computer --- or just need a refresher after a distraction --- I can type doing last to see what the last thing on my plate was. I can also type doing recent (or just doing) to get a list of the last few entries. doing today gives me everything since midnight for the current day, making it easy to see what I've accomplished over a sleepless night.

Doing has over 30 commands for tracking your status, recording your time, and analyzing the results.

Recent CLI conveniences:

  • Totals output now supports --by grouping (for example --by tags and/or --by section, repeatable for ordering).
  • Totals output now supports --totals_format (for example clock, hmclock, and averages) with totals_format config fallback.
  • The averages totals format appends summary stats like (h min, h/day) to Total tracked.
  • Long flags with underscores also accept dashes (for example --only_timed or --only-timed).
  • Underscored subcommands also accept dashed aliases (for example doing tag_dir or doing tag-dir).

See the wiki for installation and usage instructions.

Launchbar/Alfred

The LaunchBar action requires that doing be available in /usr/local/bin/doing. If it's not (because you're using RVM or similar), you'll need to symlink it there. Running the action with Return will show the latest 9 items from Currently, along with any time intervals recorded, and includes a submenu of Timers for each tag.

Pressing Spacebar and typing allows you to add a new entry to currently. You an also trigger a custom show command by typing "show [section/tag]" and hitting return. Include any command line flags at the end of the string, and if you add text in parenthesis, it will be processed as a note on the entry.

Point of interest, the LaunchBar Action makes use of the -o json flag for outputting JSON to the action's script for parsing.

See the doing project on BrettTerpstra.com for the download.

Evan Lovely has created an Alfred workflow as well.

Contributing

If you create a plugin, custom command, or hook you can share, please let me know. If I get a few plugin contributions, I'll set up a second repository for them.

Feel free to fork the repository on GitHub and make pull requests with changes. Please target the develop branch with pull requests.


PayPal link: paypal.me/ttscoff

Changelog

See CHANGELOG.md

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

Ruby

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言