Settings

Theme

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

github.com

31 points by wesleyhill 14 days ago · 2 comments · 1 min read

Reader

i always loved looking up the On-Line Encyclopedia of Integer Sequences (OEIS) when researching a sequence of numbers.

so I decided to make a TUI and CLI for it so that I can browse sequences in the terminal.

it supports almost all the features on the site (including the OEIS Webcam) and supports graphs, a preview pane, exporting and bookmarks.

more features here: https://github.com/hako/oeis-tui?tab=readme-ov-file#features

repo: https://github.com/hako/oeis-tui

gitHub releases: https://github.com/hako/oeis-tui/releases

cargo: cargo install oeis-tui

tracker1 2 days ago

Kind of love the renaissance of all the TUI apps around Rust with Ratatui... It's really nice to see all around.

hosteur 2 days ago

Great idea. I love exploring OEIS.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection