{"id":32678662,"url":"https://github.com/0xsecaas/quickfind","last_synced_at":"2026-04-07T17:31:03.017Z","repository":{"id":317350417,"uuid":"1067016604","full_name":"0xsecaas/quickfind","owner":"0xsecaas","description":"Instant file search CLI","archived":false,"fork":false,"pushed_at":"2025-09-30T19:50:36.000Z","size":60,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-11T22:37:48.144Z","etag":null,"topics":["commandline-tool","file-search","quick-search","tui"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/quickfind","language":"Rust","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/0xsecaas.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-30T09:14:25.000Z","updated_at":"2026-03-11T06:17:29.000Z","dependencies_parsed_at":"2025-09-30T11:38:08.242Z","dependency_job_id":null,"html_url":"https://github.com/0xsecaas/quickfind","commit_stats":null,"previous_names":["0xsecaas/quickfind"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xsecaas/quickfind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsecaas%2Fquickfind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsecaas%2Fquickfind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsecaas%2Fquickfind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsecaas%2Fquickfind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xsecaas","download_url":"https://codeload.github.com/0xsecaas/quickfind/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xsecaas%2Fquickfind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31522190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["commandline-tool","file-search","quick-search","tui"],"created_at":"2025-11-01T08:01:43.413Z","updated_at":"2026-04-07T17:31:02.987Z","avatar_url":"https://github.com/0xsecaas.png","language":"Rust","readme":"# quickfind\n\n**Search files instantly: configurable, interactive, Rust-powered.**\n\n[![asciicast](https://asciinema.org/a/dLkoml2XselK9G31oqEtv3O0J.svg)](https://asciinema.org/a/dLkoml2XselK9G31oqEtv3O0J)\n\nRemember part of a filename? Find it instantly in milliseconds, open it in your default app or jump straight into `vim`.\n\n## Install Quickly\n\n```bash\n$ cargo install quickfind\n```\n\n\u003cdetails\u003e \u003csummary\u003eUsage\u003c/summary\u003e\n\n## 1. Index once\n\n```bash\n$ quickfind index\n```\n\n## 2. Search any moment\n\n```bash\n$ quickfind \u003cyour-query\u003e\n\n# OR\n\n$ quickfind\n```\n\u003c/details\u003e \n\n---\n\n\n\u003cdetails\u003e \u003csummary\u003eWhy quickfind?\u003c/summary\u003e\n\nSince I started using Linux, I always felt one essential tool was missing: a fast, reliable file finder like _Everything Search_ on Windows.  \nSo I built **quickfind** in Rust. Its configurable indexing and interactive TUI make finding files fast, reliable, and effortless.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e \u003csummary\u003eFeatures\u003c/summary\u003e\n\n- **Configurable:** Customize search locations, ignored paths, and search depth via a simple config file.\n- **Efficient Indexing:** Traverses directories once and stores paths in a local database for lightning-fast searching.\n- **Interactive Interface:** Browse results with a minimal TUI, open files in default apps or `vim`.\n\n\u003c/details\u003e\n\n\u003cdetails\u003e \u003csummary\u003eInstall from Source\u003c/summary\u003e\n1. Clone the repository:\n\n```bash\n$ git clone https://github.com/0xsecaas/quickfind\n```\n\n2. Build the project:\n\n```bash\n$ cd quickfind\n$ cargo build --release\n```\n\n3. Run the application:\n\n```bash\n$ ./target/release/quickfind\n\n# OR\n\n$ cargo run \n```\n\n\u003c/details\u003e \n\n\u003cdetails\u003e \u003csummary\u003eConfiguration\u003c/summary\u003e\n\nConfig file: `~/.quickfind/config.toml`\n\n```toml\ninclude = [\n    \"/path/to/your/directory\",\n    \"/another/path/to/search\"\n]\nignore = \"**/node_modules/**\"\ndepth = 10\neditor = \"vim\" # \"vi\" or \"code\" or \"subl\" or any editor of your choice\n```\n\n- `include`: Absolute paths to directories you want to index.\n- `ignore`: Glob patterns for paths to exclude.\n- `depth`: Maximum directory depth to traverse.\n\u003c/details\u003e \n\n\u003cdetails\u003e \u003csummary\u003eInteractive Mode\u003c/summary\u003e\n\n- `Tab`: Switch between search input and results\n- `Arrow Keys`: Navigate results\n- `Enter`: Open selected file/directory with default app\n- `v`: Open selected file with vim\n- `d`: Open containing directory\n- `Esc`: Exit interactive mode\n\n\u003c/details\u003e \n\n\u003cdetails\u003e \u003csummary\u003eArchitecture\u003c/summary\u003e\n\n- `main.rs`: CLI parsing and orchestration\n- `config.rs`: Loads and manages user configs (~/.quickfind/config.toml)\n- `db.rs`: Handles persistent file indexing storage\n- `indexing.rs`: Traverses directories and populates the database\n- `tui.rs`: Interactive Text User Interface\n\n\u003c/details\u003e \n\n\u003cdetails\u003e \u003csummary\u003eFuture Plans\u003c/summary\u003e\n\n- **Background Sync**: Automatically update the index as files change\n\n\u003c/details\u003e \n\n\u003cdetails\u003e \u003csummary\u003eContributing\u003c/summary\u003e\n\nOpen issues, submit PRs, or suggest features.\n\n\u003c/details\u003e \n\n\u003cdetails\u003e \u003csummary\u003eLicense\u003c/summary\u003e\n\nMIT License\n\n\u003c/details\u003e\n","funding_links":[],"categories":["Rust"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsecaas%2Fquickfind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xsecaas%2Fquickfind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xsecaas%2Fquickfind/lists"}