Working with HDF5 files can be cumbersome, so I built an HDF5 TUI file explorer to streamline the process. Unlike other projects, it runs directly in the terminal and provides functionality for:
- quickly navigating the contents (using Vim keybindings or arrow keys)
- viewing datasets
- plotting 1D and 2D datasets straight in the terminal
- computing simple dataset statistics (e.g., max, min, mean)
You can try it out by installing it with pip. Let me know if it is missing any features that you would like.