Ubuntu 24.04LTS へ peco をインストールする
peco は Python で書かれた percol をベースに、同じコンセプトを Go 言語で実装したもの、だそうです。 percol も peco もかなり歴史があり、開発されてから 10 年程度経過しているようです。 peco の GitHub には以下のように書かれています。
peco
(pronounced peh-koh) is based on a python tool, percol.percol
was darn useful, but I wanted a tool that was a single binary, and forget about python.peco
is written in Go, and therefore you can just grab the binary releases and drop it in your $PATH.
peco
can be a great tool to filter stuff like logs, process stats, find files, because unlike grep, you can type as you think and look through the current results.For basic usage, continue down below. For more cool elaborate usage samples, please see the wiki, and if you have any other tricks you want to share, please add to it!
今回は peco を Ubuntu 24.04LTS へインストールする手順をメモしておきます。