Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 755 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 755 Bytes

papis-fzf

Manage papis database with fzf. Add references, search, edit, delete, browse... Can be used from qutebrowser. Simple, fast, hackable.

! For now, use a fork of papis. But maybe soon papis will integrates the changes needed...

Install

git clone https://github.com/Twix53791/papis-fzf
cd papis-fzf
./install.sh

OR:

  • copy the papis-fzf anywhere (for example ~/.papis-fzf)
  • ln -s /your-papis-fzf-location papis-fzf
  • ln -s /the-fzf-bin-location fzf-papis *
  • copy the content of "config" anywhere and edit papis-fzf to set the use config location

* Used to distinguish the fzf process run by the papis-fzf main menu and refresh (kill) it when an update of the indexes is made in the background

more clues comming soon...