Live data from Hacker News

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

github.com

1–3 of 3 posts

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

#1
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

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