Skip to content
wiru edited this page May 22, 2024 · 2 revisions

Welcome to the reqtui wiki!

Getting started

For a normal installation, reqTUI will use a default configuration thats baked into the binary, this config should be usable out-of-the-box by simply running the program.

Note

If you have already created a configuration file, reqTUI will load that.

Running the app

By default, just running rqt on your terminal should present you with a screen displaying an empty message, this is a good sign, we are just telling you that there aren't any saved collections yet:

image

Tip

you can see cli arguments and a few other things by using

rqt -h
# TODO: insert output of help command

Creating a collection

Once you are on the initial empty screen, you can create your first collection by pressing n:

Tip

you can press ? to check all the keymaps for this screen

image

Once you create a collection, it will be saved on either on the defined path on your configuration file, or from $HOME/.local/share/reqtui/collections if you are on a linux machine, but you can check this through the cli command:

rqt --data-dir
Clone this wiki locally