https://github.com/rm-hull/follow
Color code and prefix multiple simultaneous running programs output
https://github.com/rm-hull/follow
python
Last synced: over 1 year ago
JSON representation
Color code and prefix multiple simultaneous running programs output
- Host: GitHub
- URL: https://github.com/rm-hull/follow
- Owner: rm-hull
- License: mit
- Created: 2018-09-22T17:15:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T20:52:15.000Z (over 6 years ago)
- Last Synced: 2024-10-03T12:17:48.209Z (almost 2 years ago)
- Topics: python
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WOLLOF
A command line utility to start some programs running simultaneously so that
their output is interleaved on the console with each programs output prefixed
by a colour and timestamp.

## Setup
Install from pypi with:
sudo -H pip install -U wollof
## TODO
* Add -r switch which if passed, it instead converts existing timestamps in the
input to relative times, such as "15m5s ago".
* Add -f FILE argument which will read commands from the supplied file
* Add xargs style handling to run a single command with different arguments
* Silence traceback info when interrupting with Ctrl-C
* Build python package ✅
* Install as executable in `/bin` ✅
* Selectable colour palette - muted/pastel colors
* Documentation
* Publish to PyPi
* Incorporate PYTHONUNBUFFERED (if necessary)
## License
### The MIT License (MIT)
Copyright (c) 2018 Richard Hull
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.