All Projects → b4b4r07 → cli-finder

b4b4r07 / cli-finder

Licence: other
📁 A command-line finder with fzf

Programming Languages

shell
77523 projects

cli-finder

cli-finder is a simple CLI tool that provides the finder like Mac on the command-line.

Description

DEMO:

DEMO

Features

  • Interactive
  • Tree style (or list style)
  • Many kinds of keybinds

Usage

$ finder [path]

Keymap

These are extended keybinds below.

Keys Actions
Enter Outputs the path undert the cursor to your terminal
Ctrl-R Toggle cli-finder mode (default to $CLI_FINDER_MODE)
Ctrl-L Quick view with $PAGER (using pygmentize if available)
Ctrl-V Edit with $EDITOR

And about more keybinds see man fzf.

Installation

Using Antigen

$ antigen bundle b4b4r07/cli-finder

Antigen-free install

To install this tool without Antigen:

$ sudo sh -c "curl https://raw.githubusercontent.com/b4b4r07/cli-finder/master/bin/finder -o /usr/local/bin/finder && chmod +x /usr/local/bin/finder"

cli-finder is a shell script, so put it somewhere and make sure it's added to your $PATH.

Prerequisite

License

MIT © BABAROT (a.k.a. b4b4r07)

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