All Projects → gvalkov → wtee

gvalkov / wtee

Licence: other
Webview for piped data

Programming Languages

python
139335 projects - #7 most used programming language
typescript
32286 projects
CSS
56736 projects
HTML
75241 projects
Makefile
30231 projects

Wtee

The wtee tool does two things:

  • Duplicates standard input to standard output.
  • Starts a local http server on which the piped data can be viewed.

In other words, much like the unix tee utility, wtee duplicates standard input to standard output, while also making the piped data viewable on a web page. For example:

tail -f /var/log/debug | wtee | nl
Documentation:
http://wtee.readthedocs.io/en/latest/
Development:
https://github.com/gvalkov/wtee
Package:
http://pypi.python.org/pypi/wtee
Changelog:
http://wtee.readthedocs.io/en/latest/changelog.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].