All Projects → wookayin → Fzf Fasd

wookayin / Fzf Fasd

Licence: mit
🌸 fzf + fasd integration

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Fzf Fasd

Z.lua
⚡ A new cd command that helps you navigate faster by learning your habits.
Stars: ✭ 2,164 (+4932.56%)
Mutual labels:  fzf, zsh
Ansible Role Zsh
Setup antigen with oh-my-zsh, powerlevel10k theme, fzf, autosuggestions, syntax-highlighting
Stars: ✭ 210 (+388.37%)
Mutual labels:  fzf, zsh
Twf
Standalone tree view file explorer, inspired by fzf.
Stars: ✭ 196 (+355.81%)
Mutual labels:  fzf, zsh
Forgit
💤 A utility tool powered by fzf for using git interactively.
Stars: ✭ 1,823 (+4139.53%)
Mutual labels:  fzf, zsh
fzf-gems
a few fzf bindings for shell convenience
Stars: ✭ 25 (-41.86%)
Mutual labels:  zsh, fzf
Fzf Tab Completion
Tab completion using fzf
Stars: ✭ 127 (+195.35%)
Mutual labels:  fzf, zsh
Black Void Zsh
🔮 Awesome, Customable Zsh Starter Kit 🌠🌠
Stars: ✭ 206 (+379.07%)
Mutual labels:  fzf, zsh
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (+9.3%)
Mutual labels:  fzf, zsh
dotfiles
rice repo
Stars: ✭ 71 (+65.12%)
Mutual labels:  zsh, fzf
zsh-config
Faster and enjoyable ZSH (maybe) !!!
Stars: ✭ 64 (+48.84%)
Mutual labels:  zsh, fzf
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+95167.44%)
Mutual labels:  fzf, zsh
Jarvis
Dotfiles for a powerful, web development-focused environment powered by Neovim, iTerm2, tmux, and zsh
Stars: ✭ 617 (+1334.88%)
Mutual labels:  fzf, zsh
Fzf Widgets
ZLE widgets of fzf
Stars: ✭ 72 (+67.44%)
Mutual labels:  fzf, zsh
Enhancd
🚀 A next-generation cd command with your interactive filter
Stars: ✭ 2,049 (+4665.12%)
Mutual labels:  fzf, zsh
Dotfiles
Workstation configuration, provisioning and tools
Stars: ✭ 67 (+55.81%)
Mutual labels:  fzf, zsh
Zoxide
A smarter cd command. Supports all major shells.
Stars: ✭ 4,422 (+10183.72%)
Mutual labels:  fzf, zsh
Dotfiles
🐧 Simple, fast, productivity-increaser dotfiles
Stars: ✭ 213 (+395.35%)
Mutual labels:  fzf, zsh
Dotbare
Manage dotfiles and any git directories interactively with fzf
Stars: ✭ 327 (+660.47%)
Mutual labels:  fzf, zsh
Fzf Tab
Replace zsh's default completion selection menu with fzf!
Stars: ✭ 761 (+1669.77%)
Mutual labels:  fzf, zsh
Ghb
Tools for GitHub
Stars: ✭ 21 (-51.16%)
Mutual labels:  zsh

fzf+fasd

A shell plugin that integrates fzf and fasd --- tab completion of z with fzf's fuzzy search!

Currently supports zsh only (TODO: bash), and the z command (TODO: d, and f,)

Usage

z [dir name slug]<TAB>

Configuration

To configure fzf height or any other options passed to fzf, tune FZF_TMUX_HEIGHT or FZF_DEFAULT_OPTS for all fzf widgets (e.g. CTRL-T), or FZF_FASD_OPTS for fzf-fasd only. For example:

export FZF_TMUX_HEIGHT='40%'    # default height is 40%
export FZF_DEFAULT_OPTS='--height 80%'
export FZF_FASD_OPTS='--prompt "fasd_cd> "'

Installation

Make sure that you have fzf and fasd installed.

zplug:

zplug "wookayin/fzf-fasd"

or use your favorite plugin manager.

See Also

  • fz, which inspired this plugin.

License

MIT License (c) 2017-2020 Jongwook Choi

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].