rfp 0.1.0

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.
Documentation
[[bin]]
name = "rfp"
path = "src/main.rs"

[dependencies.crossterm]
features = ["use-dev-tty"]
version = "0.28.1"

[dependencies.env_logger]
version = "0.11"

[dependencies.is-terminal]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.regex]
version = "1"

[lib]
name = "rfp"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "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."
edition = "2024"
homepage = "https://github.com/psyclaudeZ/rfp/"
keywords = ["cli"]
license = "MIT"
name = "rfp"
readme = "README.md"
repository = "https://github.com/psyclaudeZ/rfp/"
version = "0.1.0"