Usage
So you've installed wiki-tui, great! (if not, please check the installation guide) This page provides an overview of how to use wiki-tui. If you already feel comfortable with the program, check how you can configure wiki-tui to your needs.
Info
wiki-tui performs its actions synchronously. That means that you have to wait a few seconds after starting the search or opening an article until the window updates. Any keys you press in this wait time will be send after the action finishes
Startup and CLI
You can start wiki-tui by running the following command from you terminal
wiki-tui
This will run the program and you can start browsing wikipedia. If you want, you can use the CLI to fasten up your search.
Tip
You can always run wiki-tui --help
to get an overview of available arguments
Search Query Argument
wiki-tui <search-query>
Example
If you already know that you want to search for github
you can pass it in as a argument
wiki-tui github
It will open wiki-tui and already start the search so you don't have to type it into the search bar
Changing the language
wiki-tui --language <language-code>
Example
If you want to change the language to German, simply pass it in as a argument
wiki-tui --language de
wiki-tui --language german
wiki-tui --language deutsch
It will open wiki-tui with the language set to German
Tip
You can also use the short variant of this argument -l
to change the language
wiki-tui -l de
For more information about language changing, view this page of the docs
Keybindings and Controls
This is a list of all available actions and what the default keybinding for that action is. Configurable actions can be remapped in the config
Action | Default Keybinding | Configurable? |
---|---|---|
UP |
Up | |
DOWN |
Down | |
LEFT |
Left | |
RIGHT |
Right | |
NEXT TAB |
Tab | |
PREV TAB |
Shift+Tab | |
OPEN |
Enter | |
QUIT |
Q |
Created: June 30, 2022