0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ラズパイでもtodo txt cli導入できた

Posted at

ラズパイに導入する方法

WSLかどっかから(もちろんgithub siteでもOK)

  • todo.sh
  • todo.cfg
  • todo_completion

もってきて、ホームディレクトリにコピーする。

私の場合は、tフラグをつかいたかったので、.todo.actions.dというディレクトリーの中にfutureTasksというファイルがはいったものもコピーした。

あとは ここをみてください.

chmod +x todo.sh

.bashrcのどっかにsource todo_completionと書き込んでください。

cd .todo.actions.d
chmod +x futureTasks

これでいけるはずです。それではハッピーラズパイライフを

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?