{"id":51516740,"url":"https://github.com/nikoksr/sx","last_synced_at":"2026-07-08T12:30:28.581Z","repository":{"id":362936793,"uuid":"1261348583","full_name":"nikoksr/sx","owner":"nikoksr","description":"Universal search tool for the terminal. An interactive fzf-driven interface that combines file search, content search, and search across PDFs, documents, and archives into one unified experience.","archived":false,"fork":false,"pushed_at":"2026-06-06T15:25:59.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-06T17:14:05.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/nikoksr.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-06T15:09:35.000Z","updated_at":"2026-06-06T15:26:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/nikoksr/sx","commit_stats":null,"previous_names":["nikoksr/sx"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/nikoksr/sx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikoksr%2Fsx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikoksr%2Fsx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikoksr%2Fsx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikoksr%2Fsx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikoksr","download_url":"https://codeload.github.com/nikoksr/sx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikoksr%2Fsx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35265380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-08T02:00:06.796Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2026-07-08T12:30:27.734Z","updated_at":"2026-07-08T12:30:28.572Z","avatar_url":"https://github.com/nikoksr.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sx\n\nUniversal search tool for the terminal. An interactive fzf-driven interface that combines file search, content search, and search across PDFs, documents, and archives into one unified experience.\n\n## How It Works\n\nsx wraps several CLI tools into a single interface:\n\n- **[fd](https://github.com/sharkdp/fd)**: file discovery\n- **[ripgrep](https://github.com/BurntSushi/ripgrep)**: content search\n- **[ripgrep-all](https://github.com/phiresky/ripgrep-all)**: content search in PDFs, documents, archives (optional)\n- **[fzf](https://github.com/junegunn/fzf)**: interactive filtering and selection\n- **[bat](https://github.com/sharkdp/bat)**: syntax-highlighted file previews\n\nResults appear in an fzf window. Text files open in `$EDITOR`, everything else\nopens with the system handler (`xdg-open`, `open`, or `wslview`). Requires\nBash 4+ and fzf \u003e= 0.52.\n\n## Installation\n\n### Quick Install\n\n    curl -fsSL https://raw.githubusercontent.com/nikoksr/sx/main/install.sh | bash\n\n### From Source\n\n    git clone https://github.com/nikoksr/sx.git\n    cd sx\n    ./install.sh\n\n### Dependencies\n\nsx requires [fd](https://github.com/sharkdp/fd), [ripgrep](https://github.com/BurntSushi/ripgrep), [fzf](https://github.com/junegunn/fzf) \u003e= 0.52, and [bat](https://github.com/sharkdp/bat).\nOptional: [ripgrep-all](https://github.com/phiresky/ripgrep-all) for searching PDFs, documents, and archives.\n\nRun `sx --version` to verify the installation.\n\n**Arch Linux:**\n\n    sudo pacman -S fd ripgrep fzf bat\n\nOptional:\n\n    paru -S ripgrep-all   # or your preferred AUR helper\n\n**Debian / Ubuntu:**\n\n    sudo apt install fd-find ripgrep fzf bat\n\nNote: Debian's fzf package may be older than 0.52. Check with `fzf --version`.\nIf needed, install a newer version from https://github.com/junegunn/fzf.\n\nOptional:\n\n    # ripgrep-all is not packaged for Debian. See:\n    # https://github.com/phiresky/ripgrep-all#debian-based\n\n**macOS:**\n\n    brew install fd ripgrep fzf bat\n\nOptional:\n\n    brew install ripgrep-all\n\n## Development\n\nFormat and lint checks require `shfmt` and `shellcheck`:\n\n    make check\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikoksr%2Fsx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikoksr%2Fsx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikoksr%2Fsx/lists"}