2017/12/27

Recent entries from same category

  1. Go 言語プログラミングエッセンスという本を書きました。
  2. errors.Join が入った。
  3. unsafe.StringData、unsafe.String、unsafe.SliceData が入った。
  4. Re: Go言語で画像ファイルか確認してみる
  5. net/url に JoinPath が入った。

Twitter でだけで告知しててこっちで書いて無かったので。

私用の TODO 管理には Wunderlist を使っていたのだけど、Wunderlist は Microsoft に買収され Microsoft To-Do が出来た。機能に差があり慣れないと移行しづらかったけど、いつ無くなるか分からない Wunderlist を使い続けるのもアレだったので移行した。その際にデータ移行で使ったりコマンドラインから追加したりしたかったので CLI 書いた。

GitHub - mattn/to-do

Dismiss Join GitHub today GitHub is home to over 20 million developers working together to host and ...

https://github.com/mattn/to-do

使い方はシェル操作好きそうな人向け。

NAME:
   to-do - Microsoft To-Do client

USAGE:
   to-do [global options] command [command options] [arguments...]

VERSION:
   0.0.1

COMMANDS:
     add, a     Add new to-do item
     delete, x  Delete specified to-do item
     done, d    Done the specified to-do item
     list, l    Show to-do items
     show, s    Show specified to-do item
     help, h    Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

list コマンドには --json もあるので jq 等のコマンドと連携も出来る。

Posted at by