title dli
section 1
project bgscripts-core
volume General Commands Manual
date April 2020
=====
NAME
  dli - dnf list installed (or available), using daily cached records
SYNOPSIS
  dli [-iarV] [-d {0..10}] [searchstring]
OPTIONS
  -i --installed   Show installed packages. Default action.
  -a --available   Show available packages instead of installed ones.
  -r --refresh     Rebuild today's cache.
  -d --debug [{0..10}]  Set debug level, where 10 is most verbose.
  -V --version     Display version info
  searchstring     Regular expression to match in the output.
DESCRIPTION
  Run `dnf list installed` or `dnf list available`, and cache the output. Limit displayed output to what matches <searchstring>. If no searchstring is provided, open entire cache in editor.
BUGS
* Editor that is used is hardcoded to `vi`.
* No implemention that wraps around apt is provided, but this is minor because apt already caches sufficiently. Dnf and yum are just really slow.
AUTHOR
  Ben Stack <bgstack15@gmail.com>
COPYRIGHT
  CC-BY-SA 4.0
SEE ALSO
  `dnf(1)`, `yum(1)`
