Skip to content
/ fzwiki Public
forked from sheepla/fzwiki

๐Ÿš€ A command with fzf-like UI to quickly search Wikipedia articles and open it in your browser

License

Notifications You must be signed in to change notification settings

mattn/fzwiki

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

fzwiki

A command with fzf-like UI to quickly search Wikipedia articles and open it in your browser.

Usage

  1. Run the command by specifying a search query.
  2. Press the <Tab> key to select item(s), then press <Enter> key to confirm the selection.
  3. 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.
Usage:
  fzwiki [OPTIONS] QUERY...

Application Options:
  -o, --open  open URL with webbrowser
  -l, --lang= wikipedia language

Help Options:
  -h, --help  Show this help message

Installation

Build from source

git clone https://github.com/sheepla/fzwiki.git
cd fzwiki
go install

Binary

TODO

LICENSE

MIT

About

๐Ÿš€ A command with fzf-like UI to quickly search Wikipedia articles and open it in your browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Go 100.0%