{"id":21691255,"url":"https://github.com/lc/pfzf","last_synced_at":"2025-10-25T02:40:21.546Z","repository":{"id":261545662,"uuid":"884433068","full_name":"lc/pfzf","owner":"lc","description":"fzf for yanking code/workspace context for LLM workflows.","archived":false,"fork":false,"pushed_at":"2025-01-26T22:09:21.000Z","size":32,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T14:52:34.902Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-06T18:35:50.000Z","updated_at":"2025-01-26T22:09:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"44c11192-8c89-487e-9668-c6b888d2885c","html_url":"https://github.com/lc/pfzf","commit_stats":null,"previous_names":["lc/pfzf"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc%2Fpfzf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc%2Fpfzf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc%2Fpfzf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lc%2Fpfzf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lc","download_url":"https://codeload.github.com/lc/pfzf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550240,"owners_count":21122928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-25T17:37:03.699Z","updated_at":"2025-10-25T02:40:21.467Z","avatar_url":"https://github.com/lc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pfzf\n\nInteractively generate structured context files from your codebase, designed for LLM pair programming workflows. \n\nKind of inspired by `fzf`. I put 0 effort in, not responsible for anything.\n\n\u003e ⚠️ **Alpha Status**: This project is in early development, written mostly with Claude because I was lazy and needed this quickly. APIs and features may change significantly.\n\u003e \n\n\n## Features (if you want to even call them that)\n\n- Interactive file preview and selection with fuzzy search\n- Fast and memory-efficient processing\n- Multiple output formats (XML, JSON, YAML)\n- Terminal UI with customizable themes (sort of works lol)\n\n## Installation\n\n```bash\ngo install github.com/lc/pfzf@latest\n```\n\n## Quick Start\n\n```bash\n# Basic usage (outputs to pfzf_*.xml by default)\npfzf\n\n# Specify output format\npfzf -format json\n\n# Use custom config file\npfzf -config ~/.config/pfzf/config.json\n```\n\n## Configuration\npfzf can be configured via a JSON configuration file located at `$HOME/.pfzf/config.json`\n\nYou can specify a custom config location using the `-config` flag:\n\n\n**Note**: a lot of the keys are not implemented yet, but they are there for future use.\n\n```bash\npfzf -config /path/to/config.json\n```\n\n```json\n{\n  \"scanner\": {\n    \"ignorePatterns\": [\".git\", \"node_modules\"],\n    \"maxFileSize\": 1048576,\n    \"maxFiles\": 1000\n  },\n  \"processor\": {\n    \"maxChunkSize\": 4096,\n    \"chunkOverlap\": 200,\n    \"maxTokens\": 2000,\n    \"stripComments\": false,\n    \"detectLanguage\": true\n  },\n  \"writer\": {\n    \"outputPath\": \"\",\n    \"format\": \"xml\",\n    \"prettyPrint\": true\n  },\n  \"ui\": {\n    \"previewWidth\": 50,\n    \"theme\": \"default\",\n    \"keyBindings\": {\n      \"quit\": \"q\",\n      \"select\": \"space\",\n      \"toggle_preview\": \"p\",\n      \"help\": \"?\",\n      \"focus_search\": \"/\",\n      \"clear_search\": \"esc\"\n    }\n  }\n}\n```\n\n## Key Bindings\n\n- `Space`: Select/deselect file\n- `↑/↓`: Navigate files\n- `/`: Focus search\n- `ESC`: Clear search\n- `p`: Toggle preview\n- `q`: Quit\n- `?`: Show help\n\n## Output Formats\n\npfzf supports three output formats:\n\n- XML (default)\n- JSON\n- YAML\n\nEach format includes:\n- Directory context (current working directory and tree structure)\n- Selected file contents with metadata\n- Language-specific processing results (when enabled)\n\n## Development Status\n\nThis is an alpha release. While the core functionality is working, you may encounter:\n- API changes\n- Feature additions/removals\n- Performance optimizations\n- Bug fixes\n\nPlease report issues and feature requests via GitHub issues.\n\n## Contributing\n\nContributions are welcome! Please read our contributing guidelines before submitting pull requests.\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flc%2Fpfzf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flc%2Fpfzf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flc%2Fpfzf/lists"}