We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5ff45c commit e564702Copy full SHA for e564702
README.md
@@ -153,6 +153,16 @@ tl access.log* --merge
153
154
In the app, press **f1** for additional help.
155
156
+### Piping
157
+
158
+In addition to specifying files, you can also pipe directly into `tl`.
159
+This means that you can tail data that comes from another process, and not neccesarily a file.
160
+Here's an example of piping output from the `tree` command in to Toolong:
161
162
+```bash
163
+tree / | tl
164
+```
165
166
## Who?
167
168
This [guy](https://github.com/willmcgugan). An ex web developer who somehow makes a living writing terminal apps.
0 commit comments