flawz(1) General Commands Manual flawz(1) NAME flawz - A Terminal UI for browsing CVEs SYNOPSIS flawz [-f|--feeds] [-d|--db] [-k|--api-key] [-u|--force-update] [-o|--offline] [-q|--query] [-t|--theme] [-h|--help] [-V|--version] DESCRIPTION A Terminal UI for browsing CVEs OPTIONS -f, --feeds [...] [default: 2002:2026,recent,modified] Feeds to sync. Accepts a year (`2026`), a year range (`2002:2026`), `recent` (last 8 days of new publications) or `modified` (last 8 days of modifications). Multiple feeds can be given -d, --db Path to the SQLite database used to store the synced CVE data -k, --api-key NVD API key. With a key the rate limit is 50 requests / 30s (instead of 5 / 30s), making sync roughly 10x faster. Get one at -u, --force-update Re-sync feeds that are already present in the cache -o, --offline Do not fetch feeds -- read only what is already cached -q, --query Start with a search query -t, --theme [default: dracula] Set the theme Possible values: o dracula: Dracula o nord: Nord o one-dark: One Dark o solarized-dark: Solarized Dark o gruvbox-light: Gruvbox Light o gruvbox-material-dark-hard: Gruvbox Material Dark Hard o catppuccin: Catppuccin -h, --help Print help (see a summary with '-h') -V, --version Print version VERSION v0.4.1 AUTHORS Orhun Parmaksiz flawz 0.4.1 flawz(1)