{"id":13481003,"url":"https://github.com/sheepla/fzwiki","last_synced_at":"2025-04-30T10:31:06.082Z","repository":{"id":38386444,"uuid":"443257996","full_name":"sheepla/fzwiki","owner":"sheepla","description":"🚀 A command line tool with fzf-like UI to search Wikipedia articles and open it in your browser quickly","archived":false,"fork":false,"pushed_at":"2022-06-10T12:16:00.000Z","size":48,"stargazers_count":83,"open_issues_count":1,"forks_count":5,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-30T14:42:57.959Z","etag":null,"topics":["fuzzy-finder","go","go-cli","wikipedia","wikipedia-api"],"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/sheepla.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-12-31T05:06:39.000Z","updated_at":"2024-06-03T00:14:17.000Z","dependencies_parsed_at":"2022-08-18T23:01:38.132Z","dependency_job_id":null,"html_url":"https://github.com/sheepla/fzwiki","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwiki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwiki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwiki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sheepla%2Ffzwiki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sheepla","download_url":"https://codeload.github.com/sheepla/fzwiki/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224208314,"owners_count":17273674,"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":["fuzzy-finder","go","go-cli","wikipedia","wikipedia-api"],"created_at":"2024-07-31T17:00:47.503Z","updated_at":"2024-11-12T02:40:09.639Z","avatar_url":"https://github.com/sheepla.png","language":"Go","readme":"\u003cdiv align=\"right\"\u003e\n\n![CI](https://github.com/sheepla/fzwiki/actions/workflows/ci.yml/badge.svg)\n![Relase](https://github.com/sheepla/fzwiki/actions/workflows/release.yml/badge.svg)\n\n\u003ca href=\"https://github.com/sheepla/fzwiki/releases/latest\"\u003e\n\n![Latest Release](https://img.shields.io/github/v/release/sheepla/fzwiki?style=flat-square)\n\n\u003c/a\u003e\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\u003ch1\u003efzwiki\u003c/h1\u003e\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\nA command line tool with fzf-like UI to search Wikipedia articles and open it in your browser quickly.\n\n![](https://img.shields.io/static/v1?label=Language\u0026message=Go\u0026color=blue\u0026style=flat-square)\n![](https://img.shields.io/static/v1?label=License\u0026message=MIT\u0026color=blue\u0026style=flat-square)\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"https://user-images.githubusercontent.com/62412884/148652520-0dcfafa3-f7e4-4a3d-b9e7-ed93ae74bab4.gif\" /\u003e\n\u003c/div\u003e\n\n## Usage\n\n1. Run the command by specifying a search query.\n2. Press the `\u003cTab\u003e` key to select item(s), then press `\u003cEnter\u003e` key to confirm the selection.\n3. The pages URL of the selected items will output. If you specify the `-o`, `--open` flag, it will open the page in your default browser.\n\n### Help message\n\n```\nfzwiki [OPTIONS] QUERY...\n\nApplication Options:\n  -V, --version  Show version\n  -o, --open     Open URL in your web browser\n  -l, --lang=    Language for wikipedia.org such as \"en\", \"ja\", ...\n\nHelp Options:\n  -h, --help     Show this help message\n```\n\n### Key bindings\n\n|Key              |Description           |\n|-----------------|----------------------|\n|type some text   |narrow down candidates|\n|`\u003cC-j\u003e` / `\u003cC-n\u003e`|move focus down       |\n|`\u003cC-k\u003e` / `\u003cC-p\u003e`|move focus up         |\n|`\u003cTab\u003e`          |select the item       |\n|`\u003cEnter\u003e`        |confirm the selection |\n\n## Installation\n\n### Build from source\n\n```bash\ngit clone https://github.com/sheepla/fzwiki.git\ncd fzwiki\ngo install\n```\n\n### Download executable binary\n\nYou can download executable binaries from the release page.\n\n\u003e [Latest Release](https://github.com/sheepla/fzwiki/releases/latest)\n\n### Use GitHub release installer tools\n\nThese tools make it easy to install executable binaries from GitHub Release.\n\nwith [ghg](https://github.com/Songmu/ghg):\n\n```bash\nghg get sheepla/fzwiki  # Install\nls -l $(ghg bin)/fzwiki # It will exists executable\n```\n\nwith [relma](https://github.com/jiro4989/relma):\n\nCopy download link URL from [Latest Release](https://github.com/sheepla/fzwiki/releases/latest) page, then run below.\n\n\n```bash\nrelma init                           # Setup\nrelma install {{DOWNLOAD_LINK_URL}}  # Install\nls -l $(ghg bin)/fzwiki              # It will exists executable\n```\n\nwith [gh-install](https://github.com/redraw/gh-install)\n\n```bash\ngh install sheepla/fzwiki # Install\nls -l ~/.local/bin/fzwiki # It will exists executable\n```\n\n## Configuration\n\nTo change the default language for Wikipedia, set a value in the environment variable `FZWIKI_LANG` .\n\n```bash\nFZWIKI_LANG=\"ja\" fzwiki ... # --\u003e search from ja.wikipedia.org instead of en.wikipedia.org\n```\n\nTo make the setting persistent, add the following line to your rc file of the shell.\n\n\n- **bash** (`~/.bashrc`) or **zsh** (`~/.zshrc`):\n\n```bash\nexport FZWIKI_LANG=\"ja\"\n```\n\n- **fish** (`~/.config/fish/config.fish`):\n\n```fish\nset -Ux FZWIKI_LANG ja\n```\n\n## LICENSE\n\n[MIT](./LICENSE)\n\n## Contributing\n\nWelcome! 💕\n\n## Author\n\n[Sheepla](https://github.com/sheepla)\n","funding_links":[],"categories":["Go","Other"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Ffzwiki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsheepla%2Ffzwiki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsheepla%2Ffzwiki/lists"}