All Projects → d630 → Fzf Fs

d630 / Fzf Fs

[Discontinued] 🌸 Simple file browsing/navigation with https://github.com/junegunn/fzf

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Fzf Fs

Git Stack
Compare against master branch with fzf
Stars: ✭ 6 (-95.16%)
Mutual labels:  fzf
Base16 Fzf
base16 colorschemes for fzf
Stars: ✭ 76 (-38.71%)
Mutual labels:  fzf
Fzf
🌸 A command-line fuzzy finder
Stars: ✭ 40,965 (+32936.29%)
Mutual labels:  fzf
.scripts
~/.scripts - Ready-to-Eat Command Line Scripts.
Stars: ✭ 12 (-90.32%)
Mutual labels:  fzf
Dotfiles
Workstation configuration, provisioning and tools
Stars: ✭ 67 (-45.97%)
Mutual labels:  fzf
Fzf Mru.vim
Vim plugin that is using fzf.vim to display your most recently used files.
Stars: ✭ 79 (-36.29%)
Mutual labels:  fzf
Fzf Tab
Replace zsh's default completion selection menu with fzf!
Stars: ✭ 761 (+513.71%)
Mutual labels:  fzf
Ytfzf
A posix script to find and watch youtube videos from the terminal. (Without API)
Stars: ✭ 2,212 (+1683.87%)
Mutual labels:  fzf
Fzf Widgets
ZLE widgets of fzf
Stars: ✭ 72 (-41.94%)
Mutual labels:  fzf
Iterfzf
Pythonic interface to fzf, a CLI fuzzy finder
Stars: ✭ 106 (-14.52%)
Mutual labels:  fzf
Notational Fzf Vim
Notational velocity for vim.
Stars: ✭ 975 (+686.29%)
Mutual labels:  fzf
Dotfiles
My dotfiles 🚀. Includes configs for neovim, tmux, zsh, alacritty and more.
Stars: ✭ 47 (-62.1%)
Mutual labels:  fzf
Fzf.kak
FZF for Kakoune
Stars: ✭ 90 (-27.42%)
Mutual labels:  fzf
Dotfiles
Configurations for the tools I use every day
Stars: ✭ 898 (+624.19%)
Mutual labels:  fzf
Forgit
💤 A utility tool powered by fzf for using git interactively.
Stars: ✭ 1,823 (+1370.16%)
Mutual labels:  fzf
Fzf.vim
fzf ❤️ vim
Stars: ✭ 7,435 (+5895.97%)
Mutual labels:  fzf
Fzf Filemru
File MRU with fzf.vim
Stars: ✭ 76 (-38.71%)
Mutual labels:  fzf
1pass
A caching wrapper for the 1Passworld CLI
Stars: ✭ 117 (-5.65%)
Mutual labels:  fzf
Nvim Lspfuzzy
A Neovim plugin to make the LSP client use FZF
Stars: ✭ 107 (-13.71%)
Mutual labels:  fzf
Fmui
fzf mpd user interface
Stars: ✭ 93 (-25%)
Mutual labels:  fzf

"fzf-fs" "1" "Thu Apr 16 11:09:48 UTC 2015" "0.2.2" "README"

README

fzf-fs acts like a very simple and configurable file browser/navigator for the command line by taking advantage of the general-purpose fuzzy finder fzf. Although coming without Miller columns, fzf-fs is inspired by tools like lscd and deer, which both follow the example set by ranger.

BUGS & REQUESTS

Get in touch with fzf-fs by reading the USAGE text file and have also a look at the TODO document. Feel free to open an issue or put in a pull request on https://github.com/D630/fzf-fs

GIT

To download the very latest source code:

git clone https://github.com/D630/fzf-fs

If you want to use the latest tagged version, do also something like this:

cd ./fzf-fs
git checkout $(git describe --abbrev=0 --tags)
NOTICE

fzf-fs follows the Utilities portion of the POSIX specification and has been written in GNU bash on Debian GNU/Linux 8 (jessie) with these programs/packages:

  • GNU bash 4.3.30(1)-release
  • GNU coreutils 8.23: basename, echo, ls, md5sum, mkdir, mkfifo, paste, printf, rm, sort, uname
  • GNU findutils 4.4.2: find
  • GNU nano version 2.2.6
  • GNU sed 4.2.2
  • MIRBSD KSH R50 2014/10/19 Debian-5
  • XTerm(312)
  • fzf 0.9.8 (Go version)
  • less 458 (GNU regular expressions)
  • ncurses 5.9.20140913: tput
  • zsh 5.0.7

mksh and zsh users are not excluded from fzf-fs. I have been trying to keep sight of portability.

LICENCE

Same license like in fzf. fzf-fs contains a (modified) function, that is part of liquidprompt.

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