You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,14 @@ Find your user ID by running in server mode:
64
64
65
65
`telegrammer --server`
66
66
67
+
Send a request via STDIN:
68
+
69
+
`echo "foo" | telegrammer`
70
+
71
+
or with both:
72
+
73
+
`echo "foo" | telegrammer "bar"`
74
+
67
75
## Contributing
68
76
69
77
Contributions to Telegrammer are welcome! Please submit a pull request or create an issue if you have any features you'd like to add or bugs you've found.
0 commit comments