Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-percol

(VERY ALPHA) Port of percol to Go

Installation

go get github.com/lestrrat/percol/cmd/percol/

(Go by default compiles binaries based on the directory name -- that's why the repo name is the same as the original percol version :/)

The repo name may change in the near future

TODO

Test it. In doing so, we may change the repo structure

Break things up into separate goroutines to handle terminal drawing and user-input handling

Notes

Much code stolen from https://github.com/mattn/gof Currently can only search by entering characters, and then when you have 1 entry, you can press enter to print the selected line, which you can feed to another command

Example:

ps aux | percol

Then try typing the PID of some running process, then press enter.

About

(VERY ALPHA) Port of percol to Go

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors