-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Avindra Goolcharan edited this page Jan 25, 2021
·
16 revisions
There a few ways to obtain dirp right now:
go get -u github.com/avindra/dirp-
fzf
-
dirprespects the author intent to keep fzf a standalone program - Binding
fzfdirectly is possible with a small patch, but again it goes against the will of the fzf creator -
fzfis a useful package to have standalone for composing bespoke filters in your scripts
-
-
find- Part of coreutils, generally included widely on various base systems
After installing dirp, you'll want to configure it next.
dirp was created on and for Linux. There are some development repos where you can grab it right now:
- openSUSE Tumbleweed RPM for openSUSE Tumbleweed
- Fedora 33 and other ports possible by reusing
.specfile
On MacOS, dirp was tested using go to produce a binary and was determined to be compatible.
No homebrew package exists at this time.