Showing 18 open source projects for "fzf"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    fzf

    fzf

    A command-line fuzzy finder

    fzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc. fzf will launch an interactive finder, read the list from STDIN, and write the selected item to STDOUT. Without STDIN pipe, fzf will use find command to fetch the list of files excluding hidden ones.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    fzf.vim

    fzf.vim

    Things you can do with fzf and Vim

    fzf.vim integrates the blazing-fast fzf fuzzy finder into Vim and Neovim, turning common navigation tasks into instant searches. With commands like :Files, :Buffers, :Rg, and :Commands, you can jump to files, lines, symbols, commits, or help tags using incremental fuzzy matching. It embraces Vim’s philosophy by composing with registers, marks, quickfix, and mappings, letting you build powerful flows from small pieces.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    zoxide

    zoxide

    A smarter cd command, supports all major shells

    It remembers which directories you use most frequently, so you can "jump" to them in just a few keystrokes. zoxide works on all major shells. zoxide is a smarter cd command, inspired by z and auto jump. fzf is a command-line fuzzy finder, used by zoxide for interactive selection. zoxide supports fzf v0.21.0+. Environment variables can be used for configuration. They must be set before zoxide init is called.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    rga

    rga

    rga: ripgrep, but also search in PDFs, E-Books, Office documents, etc.

    rga is a line-oriented search tool that allows you to look for a regex in a multitude of file types. rga wraps the awesome ripgrep and enables it to search in PDF, docx, sqlite, JPG, movie subtitles (mkv, mp4), etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    forgit

    forgit

    A utility tool powered by fzf for using git interactively

    ...Forgit will use the default configured pager from git (core.pager, pager.show, pager.diff) but can be altered with several environment variables. You can add default fzf options for forgit, including keybinds, layout, etc. (No need to repeat the options already defined.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    kubectx

    kubectx

    Faster way to switch between clusters and namespaces in kubectl

    ...Since kubectx/kubens are written in Bash, you should be able to install them to any POSIX environment that has Bash installed. If you want kubectx and kubens commands to present you an interactive menu with fuzzy searching, you just need to install fzf in your PATH.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    z.lua

    z.lua

    A new cd command that helps you navigate faster

    ...An enhanced matching algorithm takes you to where ever you want precisely. Allow updating database only if $PWD changed with "$_ZL_ADD_ONCE" set to 1. Interactive selection enables you to choose where to go before cd. Integrated with FZF (optional) for interactive selection and completion. Quickly go back to a parent directory instead of typing "cd ../../..". Corresponding experience in different shells and operating systems. 10x times faster than fasd and autojump, 3x times faster than z.sh.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    telescope.nvim

    telescope.nvim

    Find, Filter, Preview, Pick. All lua, all the time

    ...Community-driven builtin pickers, sorters and reviewers. We also suggest you install one native telescope sorter to significantly improve sorting performance. Take a look at either telescope-fzf-native.nvim or telescope-fzy-native.nvim. For more information and performance, benchmark take a look at the Extensions wiki. It is suggested to either use the latest release tag or our release branch (which will get consistent updates) 0.1.x. Make sure you call :checkhealth telescope after installing telescope to ensure everything is set up correctly. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    navi

    navi

    An interactive cheatsheet tool for the command-line

    ...Suggested values for arguments are dynamically displayed in a list. it will spare you from knowing CLIs by heart. It will spare you from copy-pasting output from intermediate commands. It will make you type less. It will teach you new one-liners. It uses fzf, skim, or Alfred under the hood and it can be either used as a command or as a shell widget (à la Ctrl-R). There are multiple ways to use navi. For example, by typing navi in the terminal, which you have access to all possible subcommands and flags, or as a shell widget for the terminal, the shell history is correctly populated (i.e. with the actual command you ran instead of navi) and you can edit the command as you wish before executing it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 10
    FuzPad

    FuzPad

    A minimalistic note management solution. Powered by fzf

    FuzPad is a minimalistic note management solution powered by `fzf`. It is implemented entirely in Shell script, making it lightweight and efficient for users who prefer command-line interfaces. The project supports creating, managing, and searching notes with ease, leveraging the power of `fzf` for fuzzy finding capabilities. This repository does not include a graphical user interface, instead focusing on providing a streamlined experience for users comfortable with terminal-based applications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    codebuntu

    a debian (ubuntu) iso for coders

    .... --- ## ✅ What's included - **VS Code** — GUI code editor - **Neovim** — terminal editor - **Git + GitHub CLI** — version control - **Python 3** + pip + venv - **Node.js** + npm - **Rust** via rustup - **Alacritty** — GPU accelerated terminal - **btop, fzf, ripgrep, tmux** — terminal utilities - **codefetch** — custom system info tool - **JetBrains Mono** font (NOTE ALL THIS INCLUDED STUFF ISNT GUARENTEED DUE TO ERRORS WHEN MAKING)
    Downloads: 37 This Week
    Last Update:
    See Project
  • 12
    AgarimOS

    AgarimOS

    AgarimOS is a respin of Void Linux

    AgarimOS is created using void-mklive: https://github.com/void-linux/void-mklive It includes a minimum set of applications (all included in the official repositories) so you can build your system on your own. KDE Plasma is the main desktop. Like in the official Void Linux ISO, there are two users: anon root In both cases, the password is voidlinux Installation: Like a regular Void Linux install, type sudo void-installer in a terminal. Demonstration:...
    Leader badge
    Downloads: 379 This Week
    Last Update:
    See Project
  • 13
    DistroHopper

    DistroHopper

    Quickly download, create and run VM of any#TODO operating system.

    ...quickly create and run VMs As a base excellent quickemu you can download new distro with few clicks of a mouse ## GUI using yad or command line?... ## TUI using fzf ## .Desktop file generator It will simple generate .desktop files for every supported and downloaded VM in quickemu. So you can copy it anywhere..
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    CliFM

    CliFM

    The command line file manager

    A file manager for the Unix terminal. Unlike most file managers out there, based on the TUI, CliFM is entirely based on command-line. It is also ultra-lightweight, lightning fast, extensible, and written in C.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 15
    Fearless Geek OS

    Fearless Geek OS

    A re-spin of MX Linux-XFCE Edition

    A re-spin of MX Linux XFCE edition. This Linux distribution/MX Linux Re-spin is geared towards developers as well as content creators. It was envisioned and created while living in the homeless shelter and looking for work that I can manage with autism spectrum disorder. I do intend making this a full distribution eventually. Support Fearless Geek OS financially. We have a Patreon we’re setting up. If you’ve signed up for our e-mail list on Sourceforge, you will be informed...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    The Fish Cookbook

    The Fish Cookbook

    From Shell to Plate: Savor the Zest of Fish

    The Fish Cookbook is a curated collection of practical recipes, tutorials, and user-contributed examples for the Fish shell, designed to help both beginners and intermediate users get the most out of Fish’s powerful and expressive scripting environment. Instead of treating Fish as a niche or simple alternative shell, this cookbook showcases real solutions for common shell tasks such as prompt customization, tab completion, scripting patterns, task automation, environment configuration, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    fzpkg_add

    A fuzzy search tool inside OpenBSD ports

    This tool combine fzf (fuzzy search tool) with the OpenBSD list of packages. This allow to search easily in all ports, then to install the selected packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    thoughtbot dotfiles

    thoughtbot dotfiles

    A set of vim, zsh, git, and tmux configuration files

    After the initial installation, you can run rcup without the one-time variable RCRC being set (rcup will symlink the repo's rcrc to ~/.rcrc for future runs of rcup). This command will create symlinks for config files in your home directory. Setting the RCRC environment variable tells rcup to use standard configuration options. Exclude the README.md, README-ES.md and LICENSE files, which are part of the dotfiles repository but do not need to be symlinked in. Give precedence to personal...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB