periodic-tui
v1.0.2
Published
Interactive periodic table for the terminal with keyboard/mouse navigation and terminal-aware theming
Maintainers
Readme
periodic-tui
Interactive periodic table for the terminal with keyboard/mouse navigation and terminal-aware theming.
Requirements
Bun runtime (opentui uses Bun-specific APIs).
Install
bunx periodic-tuiOr install globally:
bun i -g periodic-tui
periodic-tuiFeatures
- Full 118-element periodic table with accurate grid layout
- Color-coded element categories (10 categories)
- Detail panel with mass, electron configuration, discovery info, and descriptions
- Keyboard navigation (arrow keys + vim hjkl)
- Mouse click selection
- Adapts to your terminal's color scheme (Gruvbox, Catppuccin, etc.)
Controls
| Key | Action | |-----|--------| | Arrow keys / hjkl | Navigate elements | | Mouse click | Select element | | Ctrl+C | Quit |
Built with
- @opentui/core — terminal UI framework
