Skip to content

Commit

Permalink
docs: add key bindings (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mertssmnoglu authored May 24, 2024
1 parent e970ebc commit f8bcfa0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ flawz --feeds 2024 --query xz
- [Binary releases](#binary-releases)
- [Build from source](#build-from-source)
- [Usage](#usage)
- [Key bindings](#key-bindings)
- [Examples](#examples)
- [Themes](#themes)
- [Dracula (default)](#dracula-default)
Expand Down Expand Up @@ -149,6 +150,17 @@ flawz [OPTIONS]
-V, --version Print version
```

## Key bindings

Key |Action |Description
-------------|---------------|-----------
`q` |Quit |Exit the program
`k` / `Up` |Scroll Up |Scroll up the list
`j` / `Down` |Scroll Down |Scroll down the list
`Enter` |Select |View the selected CVE details
`/` |Search |Start a search
`Space` |Open In Browser|Open the first CVE reference in the browser

## Examples

To start with a specific search query:
Expand Down

0 comments on commit f8bcfa0

Please sign in to comment.