git://boxin.space
/
tootsh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de39ff3
)
Add readme with example commands
author
Mira Ayre
<mi@boxin.space>
Mon, 9 Mar 2020 21:39:06 +0000
(21:39 +0000)
committer
Mira Ayre
<mi@boxin.space>
Fri, 9 Jul 2021 19:44:47 +0000
(20:44 +0100)
README
[new file with mode: 0644]
patch
|
blob
diff --git a/README
b/README
new file mode 100644
(file)
index 0000000..
b602403
--- /dev/null
+++ b/
README
@@ -0,0
+1,11
@@
+Send a toot:
+
+ toot Hello this is my toot
+
+Toot the output of a command (remember max character counts though):
+
+ ls -l | toot
+
+Generate a new systemd unit name every hour and toot them all automatically:
+
+ systemd-tootd | while read line ; do toot "$line" ; done