All Projects → rockandska → fzf-obc

rockandska / fzf-obc

Licence: other
fzf over bash complete

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to fzf-obc

dotfiles
mac OS, Arch Linux, and Debian/Ubuntu
Stars: ✭ 286 (+741.18%)
Mutual labels:  fzf
cdhist
Linux shell cd history.
Stars: ✭ 40 (+17.65%)
Mutual labels:  fzf
pmy
🚀 General purpose context-aware zsh completion engine powered by fuzzy finder.
Stars: ✭ 119 (+250%)
Mutual labels:  fzf
jq-zsh-plugin
jq zsh plugin
Stars: ✭ 155 (+355.88%)
Mutual labels:  fzf
fzf-docker
🐳 Docker completion in zsh using fzf 🌸
Stars: ✭ 41 (+20.59%)
Mutual labels:  fzf
cmake4vim
Vim plugin for CMake projects
Stars: ✭ 89 (+161.76%)
Mutual labels:  fzf
bash.env
Bash.env is a cascading Bash environment system for those who work on different hardware and OS environments. Similar to oh-my-zsh but for Bash, and special sauce for those who work 'ssh' on remote machines.
Stars: ✭ 50 (+47.06%)
Mutual labels:  bash-completion
sysz
An fzf terminal UI for systemctl
Stars: ✭ 1,258 (+3600%)
Mutual labels:  fzf
fern-mapping-fzf.vim
fern.vim plugin for fzf.
Stars: ✭ 22 (-35.29%)
Mutual labels:  fzf
fzfx
fzfX delivers the power of finding, previewing, editing and managing any file in few key strokes.
Stars: ✭ 71 (+108.82%)
Mutual labels:  fzf
fzf-zsh-plugin
ZSH plugin to enable fzf searches of a lot more stuff - docker, tmux, homebrew and more.
Stars: ✭ 117 (+244.12%)
Mutual labels:  fzf
fish
Fish config with awesome flexible prompt, unicode symbols, better fzf integration and lot of handy functions.
Stars: ✭ 27 (-20.59%)
Mutual labels:  fzf
bkt
bkt is a subprocess caching utility, available as a command line binary and a Rust library.
Stars: ✭ 117 (+244.12%)
Mutual labels:  fzf
dotfiles
i3, Vim, Bash, Ruby, Typescript & React, Elixir, Golang & more!
Stars: ✭ 22 (-35.29%)
Mutual labels:  fzf
vim-agriculture
🚜 Vim plugin to improve project searching with tools like ag and rg
Stars: ✭ 119 (+250%)
Mutual labels:  fzf
ps-bash-completions
Bridge to enable bash completions to be run from within PowerShell.
Stars: ✭ 61 (+79.41%)
Mutual labels:  bash-completion
dotfiles
shell, git, vim, tmux .etc dotfiles, managed via gnu stow
Stars: ✭ 20 (-41.18%)
Mutual labels:  fzf
vim-flow-outline
Outline for JS modules with Flow
Stars: ✭ 16 (-52.94%)
Mutual labels:  fzf
fzf-hoogle.vim
(neo)vim plugin that uses fzf for previewing hoogle search results
Stars: ✭ 37 (+8.82%)
Mutual labels:  fzf
Dotfiles
Well documented awesome dotfiles 😍 Many neovim lua configs, handy zsh/bash functions, fzf functions + more
Stars: ✭ 64 (+88.24%)
Mutual labels:  fzf

FZF-OBC (FzF Over Bash Complete)

demo

Description

A bash completion script intend to add fzf over all known bash completion functions on your system with minimal modifications on original completion scripts.
It is a replacement to the completion script natively provided by fzf who replace original completion functions with its own (and create some behavior originally well implemented into original completion scripts).

Functionalities

  • Fully customizable
  • Compatible with almost all linux complete script ( git, docker, ls, cd, vim ....)
  • Recursive path search for completion scripts who use _filedir / _filedir_xspec
  • Colorized paths with completion scripts who use _filedir / _filedir_xspec (ls, cd, vi, ....)
  • Multiple selection capability (select multiple containers, select multiple options)
  • Modifications of the default complete results
  • etc ....

Manual

More informations on https://fzf-obc.readthedocs.io/

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