/gdbm-viewer

Live gdbm database viewer

Primary LanguagePythonMIT LicenseMIT

gdbm-viewer

gdbm-viewer displays the keys and values in a gdbm database and reflects changes live.

Usage

usage: gdbm-viewer [-h] [--max [MAX]] path

positional arguments:
  path         Path to gdbm file

options:
  -h, --help   show this help message and exit
  --max [MAX]  Maximum lines per column

Right-clicking an entry will delete it from the database.

License

This project is licensed under the MIT License (see LICENSE).