All Projects → ficoos → pass-fzf

ficoos / pass-fzf

Licence: MIT License
Fuzzy finder for pass

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to pass-fzf

read-medium-extension
Chrome extension for reading Medium for free without leaving the page.
Stars: ✭ 55 (+175%)
Mutual labels:  extension
Bridge
🌉 New tab. For devs. F*ck you.
Stars: ✭ 25 (+25%)
Mutual labels:  extension
hstore-extension
The encoder/decoder and set of the doctrine functions for the postgresql type `hstore`
Stars: ✭ 14 (-30%)
Mutual labels:  extension
Pinboard-Plus
Pinboard.in Chrome extension, not official.
Stars: ✭ 133 (+565%)
Mutual labels:  extension
vscode-open-in-github
Visual Studio Code Extension — Open file in GitHub
Stars: ✭ 35 (+75%)
Mutual labels:  extension
omegleip
Shows the IP and Geolocation of the stranger. Written in Javascript as a Extension
Stars: ✭ 33 (+65%)
Mutual labels:  extension
super-encourager
vscode插件: 超级鼓励师 奖励下努力工作的你!
Stars: ✭ 42 (+110%)
Mutual labels:  extension
git-commands
Fuzzy search git commands with fzf
Stars: ✭ 18 (-10%)
Mutual labels:  fzf
b2ntp
Kanban style New Tab Page extension with your bookmarks and powerful search
Stars: ✭ 50 (+150%)
Mutual labels:  extension
nekocap
Browser extension for creating & uploading community captions for YouTube, niconico and other video sharing sites.
Stars: ✭ 27 (+35%)
Mutual labels:  extension
gitlab-job-log-viewer
Browser extension for code highlighting raw logs in Gitlab CI
Stars: ✭ 21 (+5%)
Mutual labels:  extension
youtube-audio
Disable videos on youtube and save battery and bandwidth / data
Stars: ✭ 110 (+450%)
Mutual labels:  extension
blur-my-shell
Extension that adds a blur look to different parts of the GNOME Shell, including the top panel, dash and overview
Stars: ✭ 516 (+2480%)
Mutual labels:  extension
apps
daily.dev application suite
Stars: ✭ 253 (+1165%)
Mutual labels:  extension
vsc
☢️ A fresh-looking, neon theme for Visual Studio Code Almost radioactive.
Stars: ✭ 24 (+20%)
Mutual labels:  extension
notion-enhancer.github.io
the notion-enhancer project's website
Stars: ✭ 24 (+20%)
Mutual labels:  extension
talkie
Text-to-speech browser extension button. Select text on any web page, and have the computer read it out loud for you by simply clicking the Talkie button.
Stars: ✭ 43 (+115%)
Mutual labels:  extension
vscode-odoo-snippets
Develop Odoo modules faster and with no Typing Errors.
Stars: ✭ 20 (+0%)
Mutual labels:  extension
fzwal
A pywal theme picker with live preview based on fzf.
Stars: ✭ 27 (+35%)
Mutual labels:  fzf
millennials-to-snake-people
🐍 Chrome extension that replaces occurrences of 'Millennials' with 'Snake People'
Stars: ✭ 187 (+835%)
Mutual labels:  extension

pass-fzf

An extension for pass that allows fuzzy finding in the store.

requires fzf to be installed in the system.

Installation

Installation is done through pass extensions.

mkdir -p $PASSWORD_STORE_DIR/.extensions/
wget https://raw.githubusercontent.com/ficoos/pass-fzf/master/fzf.bash -O $PASSWORD_STORE_DIR/.extensions/fzf.bash
chmod +x $PASSWORD_STORE_DIR/.extensions/fzf.bash
PASSWORD_STORE_ENABLE_EXTENSIONS=true pass fzf

Usage

$ pass fzf

Alias

$ alias passs='PASSWORD_STORE_ENABLE_EXTENSIONS=true pass fzf'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].