Skip to content

babarot/cli-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

📁 A command-line finder with fzf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages