
Percol
Interactive filtering tool for the traditional pipe concept of UNIX shell (pip installable).
- Free • Open Source
- Terminal Emulator
- Mac
- Linux
What is Percol?
Percol is an interactive grep tool in your terminal, commonly used with | (pipe concept on UNIX).
percol
- receives input lines from stdin or a file,
- lists up the input lines,
- waits for your input that filter/select the line(s),
- and finally outputs the selected line(s) to stdout.
Since percol just filters the input and output the result to stdout, it can be used in command-chains with | in your shell (UNIX philosophy!).
Percol Screenshots
Percol Features
Percol information
Supported Languages
- English
GitHub repository
- 3,230 Stars
- 148 Forks
- 40 Open Issues
- Updated
Comments and Reviews
No comments or reviews, maybe you want to be first?
Post a comment/reviewTags
- bash
- Terminal Emulator
- unix
- Python