{"id":29556561,"url":"https://github.com/sharp0802/fsix","last_synced_at":"2025-07-18T10:36:50.724Z","repository":{"id":303547352,"uuid":"1013170161","full_name":"Sharp0802/fsix","owner":"Sharp0802","description":"FSIX is fast source indexer using ChromaDB, written with Rust","archived":false,"fork":false,"pushed_at":"2025-07-08T07:26:23.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-08T07:45:43.566Z","etag":null,"topics":["chromadb","indexer","rust"],"latest_commit_sha":null,"homepage":"","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/Sharp0802.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,"zenodo":null}},"created_at":"2025-07-03T13:17:07.000Z","updated_at":"2025-07-08T07:26:27.000Z","dependencies_parsed_at":"2025-07-08T07:45:51.417Z","dependency_job_id":"75406f9c-9c87-4630-a8da-2582d3c56ea5","html_url":"https://github.com/Sharp0802/fsix","commit_stats":null,"previous_names":["sharp0802/fsi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sharp0802/fsix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharp0802%2Ffsix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharp0802%2Ffsix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharp0802%2Ffsix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharp0802%2Ffsix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sharp0802","download_url":"https://codeload.github.com/Sharp0802/fsix/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sharp0802%2Ffsix/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265743099,"owners_count":23820972,"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":["chromadb","indexer","rust"],"created_at":"2025-07-18T10:36:49.317Z","updated_at":"2025-07-18T10:36:50.714Z","avatar_url":"https://github.com/Sharp0802.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FSIX : Fast Source Indexer\n\nFSIX is fast source indexer using ChromaDB, written with Rust.\n\n## Method\n\nSources are chunked function-by-function.\nAnd those chunked functions are stored into database.\n\nCurrently, Chunking is supported on only C/C++.\nIf a file is not written with C/C++,\nAny chunking mechanism will be disabled.\n\nBut, If a language can be parsed by tree-sitter crate,\nYou can add a support for that language easily.\n\n## Usage\n\n```\nfsix -i\nfsix --index\nfsix -q\nfsix --query\n```\n\n- `-i` | `--index` - Index sources\n\nReads files from `stdin` line-by-line until EOF.\nSo you can pipe files to `fsix`:\n\n```\nfind . -name '*.cxx' | fsix -i\n```\n\n- `-q` | `--query` - Query sources\n\nRead-to-end `stdin`, and use it as query.\nSame as indexing, you can also pipe query to `fsix`:\n\n```\ncat prompt.txt | fsix -q\nfsix -q \u003c prompt.txt\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharp0802%2Ffsix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsharp0802%2Ffsix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsharp0802%2Ffsix/lists"}