Quickly filter your logs from any command.
The below assumes you have added an alias (DOSKEY for windows) for LogSift, otherwise, replace references to logsift
with python -m logsift
.
logsift npm run somecommand
logsift tail -f /var/log/syslog
The documentation is available over in docs.md (/src/logsift/docs/docs.md) or within LogSift itself, simply run logsift
and then hit shift+h
to read the docs.
pip install logsift
I am still looking into these bugs and hoping to get them fixed asap.
npm run
can sometimes hang on second run. Running something likekillall node
after exiting LogSift works as a temporary workaround.
- Uses the built in
pbcopy
command
- Assumes that you have
xclip
installed and configured to implement copy behaviour. (maybe replace with a library?)
- Copy behaviour not currently implemented.