Skip to content

Installation

Avindra Goolcharan edited this page Jan 23, 2021 · 14 revisions

There a few ways to obtain dirp right now:

Go

go get -u github.com/avindra/dirp

Dependencies

  • fzf
    • dirp respects the author intent to keep fzf a standalone program
    • Binding fzf directly is possible with a small patch, but again it goes against the will of the fzf creator
    • fzf is a useful package to have standalone, so that you can compose additional filters
  • find
    • Part of coreutils, generally included widely on various base systems

Install from a package manager

A Linux RPM for openSUSE Tumbleweed is available now, with Fedora 33 soon and others on the way.

Clone this wiki locally