fzwiki
A command with fzf-like UI to quickly search Wikipedia articles and open it in your browser.
Usage
- Run the command by specifying a search query.
- Press the
<Tab>
key to select item(s), then press<Enter>
key to confirm the selection. - 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
Contributing
Welcome!