ContextFind
A tool to find and display file contents in a directory using fzf, with optional markdown conversion.
Prerequisites
Installation
Install directly via Go (binary named cf):
go install github.com/nuuner/contextfind/cmd/cf@latest
Or clone and install locally:
git clone https://github.com/nuuner/contextfind.git
cd contextfind/cmd/cf
go install
Ensure $GOPATH/bin is in your $PATH (e.g., add export PATH=$PATH:$(go env GOPATH)/bin to ~/.zshrc or ~/.bash_profile).
Usage
Run cf [directory] to select and display files.
cf | pbcopy will copy the selected files to your clipboard.