Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/garryod/nexplore

A terminal user interface for exploring NeXus & HDF5 files
https://github.com/garryod/nexplore

hdf5 nexus ratatui rust tui

Last synced: about 1 month ago
JSON representation

A terminal user interface for exploring NeXus & HDF5 files

Awesome Lists containing this project

README

        

# NeXplore

A Terminal User Interface (TUI) for exploring hdf5 & NeXus files.

## Usage

```bash
nexplore path/to/file.h5
```

## Key Controls

| Action | Key Binding |
| ---------------- | ------------------- |
| Quit | Esc \| Q |
| Move Up | Up \| K |
| Move Down | Down \| J |
| Move Up (Page) | Page Up |
| Move Down (Page) | Page Down |
| Collapse Group | Left \| H |
| Expand Group | Right \| L |
| Collapse All | Shift + Left \| H |
| Expand All | Shift + Right \| L |