{"id":20275638,"url":"https://github.com/solidiquis/fsac","last_synced_at":"2025-10-14T09:18:28.143Z","repository":{"id":57576157,"uuid":"357028208","full_name":"solidiquis/fsac","owner":"solidiquis","description":"⚡   fast fuzzy search terminal application that queries what you're looking for and provides the result to a custom command.","archived":false,"fork":false,"pushed_at":"2021-04-12T05:45:19.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T01:31:28.746Z","etag":null,"topics":["concurrent-programming","fuzzy-search","go","golang","terminal-app"],"latest_commit_sha":null,"homepage":"","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/solidiquis.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}},"created_at":"2021-04-12T02:02:44.000Z","updated_at":"2023-07-25T14:45:08.000Z","dependencies_parsed_at":"2022-08-28T18:01:01.416Z","dependency_job_id":null,"html_url":"https://github.com/solidiquis/fsac","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/solidiquis/fsac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidiquis%2Ffsac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidiquis%2Ffsac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidiquis%2Ffsac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidiquis%2Ffsac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/solidiquis","download_url":"https://codeload.github.com/solidiquis/fsac/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/solidiquis%2Ffsac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018499,"owners_count":26086383,"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","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"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":["concurrent-programming","fuzzy-search","go","golang","terminal-app"],"created_at":"2024-11-14T13:10:23.601Z","updated_at":"2025-10-14T09:18:28.112Z","avatar_url":"https://github.com/solidiquis.png","language":"Go","readme":"# fsac\n\u003ca href=\"https://pkg.go.dev/github.com/solidiquis/fsac\"\u003e\n  \u003cimg src=\"https://godoc.org/github.com/golang/gddo?status.svg\" alt=\"GoDoc\"\u003e\n\u003c/a\u003e\n\n\u003ca href=\"https://github.com/solidiquis/fsac/actions\"\u003e\n  \u003cimg src=\"https://github.com/solidiquis/fsac/workflows/Go/badge.svg\" alt=\"Build Status\"\u003e\n\u003c/a\u003e\n\nLightning fast scrollable (**f**)uzzy (**s**)earch utility for the terminal, the result of which can be easily provided as an (**a**)rgument to a custom (**c**)ommand - comes with tab autocomplete! This repo is intended to contain a collection of applications that make use of **fsac**, so contributing is highly encouraged :] \n\n\u003cimg height=\"auto\" width=\"75%\" src=\"https://github.com/solidiquis/solidiquis/blob/master/assets/fsac_demo.gif\"\u003e\n\n## How to install an fsac program\n\nMake sure you have \u003ca href=\"https://golang.org/dl/\"\u003eGo\u003c/a\u003e installed.\n\n**Option 1**:\n`git clone` this repo and from the project's root directory:\n```\n$ make compile_dirsearch dest=path/to/my/bin_name\n```\nMake sure that the executable is in your `$PATH`.\n\n**Option 2**:\nMake sure you `$GOPATH` is set, then run: \n```\n$ go get github.com/solidiquis/fsac/cmd/dirf\n``` \n\n## Wish to contribute by making an fsac program?\nAgain, this repo will contain a collection of programs which can be compiled independently. Here are the steps to follow if you wish to contribute:\n1. Make a new directory in `cmd/` named after your program.\n2. Make your program and give it a short catchy name, kind of like `grep`, which is short for `global regular expression print`.\n3. Add something like this to the top of your `main.go`:\n```\n// Installation:\n// go get github.com/solidiquis/fsac/cmd/dirf\n\n// Name:\n// dirf -\u003e (dir)ectory (f)ind\n\n// Utility:\n// Searches through directory tree from working directory and\n// copies selection to clipboard.\n```\n4. Add three new targets to the `Makefile`, using `dirf` as a template: `run`, `debug`, \u0026 `compile`.\n5. Make a pull request :]\n\n## Libraries used\n- https://github.com/sahilm/fuzzy: Awesome string matching algorithm.\n- https://github.com/solidiquis/ansigo: Convenient Go-wrapper for various ANSI escapes + keypress detection.\n\n## License\n\u003ca href=\"https://github.com/solidiquis/fsac/blob/master/LICENSE\"\u003eMIT\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidiquis%2Ffsac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsolidiquis%2Ffsac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsolidiquis%2Ffsac/lists"}