Skip to content
/ rfp Public

A Rust rewrite of [fpp](https://github.com/facebook/PathPicker) that lets you interactively select files from piped input and open them in your editor.

License

Notifications You must be signed in to change notification settings

psyclaudeZ/rfp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rfp - Rust File Picker

CI main License: MIT

A Rust rewrite of fpp that lets you interactively select files from piped input and open them in your editor.

Installation

macOS

brew tap psyclaudeZ/rfp
brew install rfp

Other platforms

cargo install rfp

Usage

Pipe any command output to rfp and it will parse out file paths for interactive selection:

find . -name "*.rs" | rfp
git grep -i 'TODO' | rfp
git ls-files | rfp

Press ? for help on motions and functions.

Acknowledgements

This project began as a learning exercise to explore Rust and is heavily inspired by Facebook PathPicker, a tool I've been using since it was born.

About

A Rust rewrite of [fpp](https://github.com/facebook/PathPicker) that lets you interactively select files from piped input and open them in your editor.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages