Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/testdouble/least
A pager that can dynamically filter log lines
https://github.com/testdouble/least
Last synced: 3 months ago
JSON representation
A pager that can dynamically filter log lines
- Host: GitHub
- URL: https://github.com/testdouble/least
- Owner: testdouble
- License: mit
- Created: 2017-03-06T13:36:24.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2021-05-06T15:06:15.000Z (over 3 years ago)
- Last Synced: 2024-04-13T07:12:09.208Z (9 months ago)
- Language: Ruby
- Size: 14.6 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Least
A pager that can dynamically filter log lines## Description
## Usage
`$ long_running_process.sh | least` will tail the output of a process and allow you to filter it.
`$ least log_file` will watch the file and allow you to filter it.Once inside least, you have the following command keys:
* `?` - Display these commands
* `Ctrl-c` - Quit
* `/` - Start filtering on a given pattern
* `` - Pause/Resume
* `Page up`/`Ctrl-u` - Going up a page
* `Page down`/`Ctrl-d` - Going down a page
* `Ctrl-p`/`k` - Go up one line
* `Ctrl-n`/`j` - Go down one line## Installation