{"id":51679980,"url":"https://github.com/jtieri/nanashi","last_synced_at":"2026-07-15T12:03:57.120Z","repository":{"id":369758957,"uuid":"1290493101","full_name":"jtieri/nanashi","owner":"jtieri","description":"Browse 4chan from your terminal. A keyboard-driven imageboard client (rebuild in progress).","archived":false,"fork":false,"pushed_at":"2026-07-06T20:51:53.000Z","size":8960,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-06T21:13:55.027Z","etag":null,"topics":["4chan","imageboard","ratatui","rust","terminal","tui","tui-app"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jtieri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"docs/ROADMAP.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-06T01:58:15.000Z","updated_at":"2026-07-06T20:51:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jtieri/nanashi","commit_stats":null,"previous_names":["jtieri/nanashi"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/jtieri/nanashi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtieri%2Fnanashi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtieri%2Fnanashi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtieri%2Fnanashi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtieri%2Fnanashi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jtieri","download_url":"https://codeload.github.com/jtieri/nanashi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jtieri%2Fnanashi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35503621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["4chan","imageboard","ratatui","rust","terminal","tui","tui-app"],"created_at":"2026-07-15T12:03:56.498Z","updated_at":"2026-07-15T12:03:57.108Z","avatar_url":"https://github.com/jtieri.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nanashi\n\nnanashi is a terminal client for browsing 4chan. The name 名無し, \"nameless\",\nis what anonymous posters were called on Japanese textboards.\n\nnanashi is a fork of [tui-chan](https://github.com/tuqqu/tui-chan) that I'm rebuilding from the ground up.\nIt's early and rough, and plenty is going to move around while the rewrite lands,\nso take anything here as a work in progress. The [roadmap](docs/ROADMAP.md) spells out where it's headed.\n\n## Where it's going\n\nThe short version:\n\n- vim-style navigation with remappable keybindings\n- images and media drawn inline in the terminal (kitty graphics, with fallbacks\n  for terminals that can't manage it)\n- feature parity with the 4chan website: catalog view, working quote links,\n  spoilers, archives, search, watching a thread for new replies, etc.\n- saving media, and eventually posting\n- other imageboards down the line, not only 4chan\n\n## Installing\n\nFrom crates.io:\n\n```shell\ncargo install nanashi\n```\n\nOr from source (you'll need [Rust](https://www.rust-lang.org/tools/install)):\n\n```shell\ngit clone https://github.com/jtieri/nanashi.git\ncd nanashi\ncargo install --path .\n```\n\nEither way you get a `nanashi` binary in `~/.cargo/bin`. Run it with:\n\n```shell\nnanashi\n```\n\nTo remove it later, `cargo uninstall nanashi`.\n\n## Controls\n\nNavigation is vim-style, and a count works in front of a motion, so `5j` moves\ndown five and `10G` jumps to the tenth item. Press `?` for the help bar.\n\n| Action                          | Keys              |\n|---------------------------------|-------------------|\n| Move down / up                  | `j` / `k`         |\n| Move between panes (back / in)  | `h` / `l`         |\n| Jump to top / bottom            | `gg` / `G`        |\n| Half page down / up             | `Ctrl-d` / `Ctrl-u` |\n| Next / previous page            | `]` / `[`         |\n| Reload                          | `r`               |\n| Fullscreen the focused pane     | `f`               |\n| Open thread/post in a browser   | `o`               |\n| Open media in a browser         | `O`               |\n| Copy thread/post url            | `y`               |\n| Copy media url                  | `Y`               |\n| Toggle the help bar             | `?`               |\n| Quit                            | `q`               |\n\nThe bindings are built in for now. A config file to remap them is coming.\n\n## Credits\n\nnanashi started out as [tui-chan](https://github.com/tuqqu/tui-chan) by tuqqu.\nSee [NOTICE](NOTICE) for the attribution.\n\nIt isn't affiliated with 4chan. It just talks to the public API, so use it within\nthe site's rules.\n\n## License\n\nMIT, same as the original. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtieri%2Fnanashi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjtieri%2Fnanashi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjtieri%2Fnanashi/lists"}