Show HN: oeis-tui – A TUI to search OEIS integer sequences in the terminal

https://news.ycombinator.com/rss Hits: 6
Summary

oeis-tui A TUI and CLI for browsing the On-Line Encyclopedia of Integer Sequences (OEIS) in the terminal. oeis.mp4 Installation From GitHub Releases Download the latest binary for your platform from the releases page. Using Homebrew brew install hako/tap/oeis-tui Using eget eget hako/oeis-tui Using Cargo cargo install oeis-tui Build from Source Requirements: Rust 1.70 or later cd /path/to/oeis/rust cargo build --release # binary: target/release/oeis Features Search & Browse : Advanced query syntax (id:, keyword:, author:), paginated results : Advanced query syntax (id:, keyword:, author:), paginated results Preview Pane : Live sequence detail preview while browsing results : Live sequence detail preview while browsing results Sequence Details : 6-tab interface (Overview, Formulas, Code, References, Cross-refs, Metadata) : 6-tab interface (Overview, Formulas, Code, References, Cross-refs, Metadata) Graph Visualization : Line, scatter, logarithmic, and pin plot charts : Line, scatter, logarithmic, and pin plot charts Export : JSON, CSV, TXT, Markdown, and B-File formats with clipboard/file support : JSON, CSV, TXT, Markdown, and B-File formats with clipboard/file support Bookmarks : Save sequences with notes for quick access : Save sequences with notes for quick access Caching : SQLite-based persistent caching for offline access : SQLite-based persistent caching for offline access Webcam Mode : Auto-refreshing sequence browser with 4 categories and configurable intervals : Auto-refreshing sequence browser with 4 categories and configurable intervals Themes : Dark and light themes with runtime switching : Dark and light themes with runtime switching Customizable Keybindings : User-configurable keys with presets (default, vim, emacs) : User-configurable keys with presets (default, vim, emacs) Internationalization : 6 languages (English, French, Japanese, Spanish, Korean, Chinese) : 6 languages (English, French, Japanese, Spanish, Korean, Chinese) Mouse Support : Click t...

First seen: 2025-12-11 12:37

Last seen: 2025-12-11 17:38