Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/garryod/nexplore
- Owner: garryod
- License: apache-2.0
- Created: 2023-07-17T20:30:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-27T12:01:33.000Z (9 months ago)
- Last Synced: 2024-03-27T13:27:52.802Z (9 months ago)
- Topics: hdf5, nexus, ratatui, rust, tui
- Language: Rust
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
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 |