https://github.com/hansmarc/Otis
Version 1.22 b01 (09/05/2021)
Otis stands for 'Open Table InSpector' and is a database table inspection tool for Dbase, Clipper, Harbour, xHarbour, FoxPro, ..., files.
Otis has a integrated DATASET manager. This need some explanations.
A DATASET is a set of ONE or MORE tables and index files. You can save this SET of files with a name and load it back again later on with only one click. You can anytime you want add or delete tables and index files to a existing dataset and save it again with the same or another name.
The dataset manager permits you to inspect tables when you are developing and testing a program without cycling through the classic operations like :
open table, open index file, inspect, modify, update, close
open another table, open index file, inspect, close
...etc.
Create simply a dataset with tables and index files that you want to inspect on a regular base, save it, and reload all tables and index files with only one click. I can assure you, you will save a lot of time and many mouse clicks.
Source: https://github.com/hansmarc/Otis/tree/master/source
Binaries: https://github.com/hansmarc/Otis/tree/master/Download