diff --git a/journal/2021-01-17.md b/journal/2021-01-17.md index f28493993..21f13d2f4 100644 --- a/journal/2021-01-17.md +++ b/journal/2021-01-17.md @@ -19,8 +19,9 @@ - [[toot]] - [[live tooting]] - [[effective altruism]] -- [[push]] [[toot]] +- [[push]] [[toot]] [[toot-cli]] - [[cli]]: https://social.coop/web/statuses/105572441097683358 + - [[installed]] [//begin]: # "Autogenerated link references for markdown compatibility" [2021-01-16]: 2021-01-16 "2021-01-16" diff --git a/toot-cli.md b/toot-cli.md new file mode 100644 index 000000000..8cd21c447 --- /dev/null +++ b/toot-cli.md @@ -0,0 +1,13 @@ +# Toot Cli + +- [[pull]] [[mastodon-cli]] +- [[go]] https://github.com/ihabunek/toot +- On unix-like OSs you can probably just run: + - ```pip3 install toot```. + - ```toot login``` + - ```toot post "first toot"``` + +[//begin]: # "Autogenerated link references for markdown compatibility" +[pull]: pull "Pull" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file