Installation#
Tip
Most functionality is split into loadable plug-ins. Check them out!
Prerequisites#
You need either pkgcore or Portage at runtime to access package manager functionality, such as filtering by installed packages.
Gentoo#
find-work and its plugins are packaged for Gentoo in the GURU ebuild repository.
eselect repository enable guru
emaint sync -r guru
emerge dev-util/find-work
Manual installation#
pip install find-work --user
This way, plugins are not pulled automatically and you need to install them manually as well.