{"id":13763461,"url":"https://github.com/akiomik/nostui","last_synced_at":"2025-10-04T11:47:10.643Z","repository":{"id":214698752,"uuid":"737144601","full_name":"akiomik/nostui","owner":"akiomik","description":"A TUI client for Nostr","archived":false,"fork":false,"pushed_at":"2025-03-25T01:54:16.000Z","size":2442,"stargazers_count":47,"open_issues_count":8,"forks_count":5,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T15:07:42.283Z","etag":null,"topics":["nostr","ratatui","social-media-app","tui"],"latest_commit_sha":null,"homepage":"","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/akiomik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["akiomik"],"patreon":null,"open_collective":null,"ko_fi":"akiomik","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-12-30T00:53:04.000Z","updated_at":"2025-03-25T11:57:28.000Z","dependencies_parsed_at":"2024-01-29T20:08:30.941Z","dependency_job_id":"297ffb95-bddb-4f83-b001-a1b00b2d5a07","html_url":"https://github.com/akiomik/nostui","commit_stats":null,"previous_names":["akiomik/nostui"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiomik%2Fnostui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiomik%2Fnostui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiomik%2Fnostui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akiomik%2Fnostui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akiomik","download_url":"https://codeload.github.com/akiomik/nostui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509221,"owners_count":20950232,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["nostr","ratatui","social-media-app","tui"],"created_at":"2024-08-03T15:00:47.157Z","updated_at":"2025-10-04T11:47:05.586Z","avatar_url":"https://github.com/akiomik.png","language":"Rust","funding_links":["https://github.com/sponsors/akiomik","https://ko-fi.com/akiomik"],"categories":["CLI Clients","Clients","\u003ca name=\"chat\"\u003e\u003c/a\u003eChat and instant messaging","Table of Contents","💻 Apps"],"sub_categories":["Relay lists","🤡 Social Media"],"readme":"# nostui\n\n[![crates.io](https://img.shields.io/crates/v/nostui.svg)](https://crates.io/crates/nostui)\n[![CI](https://github.com/akiomik/nostui/workflows/CI/badge.svg)](https://github.com/akiomik/nostui/actions)\n\nA TUI client for [Nostr](https://nostr.com)\n\n![screenshot](screenshot.gif)\n\n## Current Features\n\n- Timeline\n- Post, Reply, React, Repost\n\n## Getting Started\n\nDowonload binaries from the [release](https://github.com/akiomik/nostui/releases/latest) page.\n\nOr, install manually via `crates.io`:\n\n```shell\ncargo install nostui\n```\n\nOn NetBSD, a package is available from the official repositories. To install it, simply run:\n\n```shell\npkgin install nostui\n```\n\n## Setup\n\n\u003e [!NOTE]\n\u003e Other extensions supported are `.json5`, `.yaml`, `.toml` and `.ini`.\n\n1. Create a `config.json` to the following path:\n\n- Linux: `~/.config/nostui/config.json`\n- Windows: `~\\AppData\\Roaming\\0m1\\nostui\\config.json`\n- macOS: `~/Library/Application Support/io.0m1.nostui/config.json`\n\n2. Add your privatekey to the `config.json`:\n\n```json5\n{\n    \"privatekey\": \"nsec1...\",\n    \"relays\": [\"wss://nos.lol\"] // optional\n}\n```\n\n## Usage\n\n### Commands\n\n```shell\nnostui [OPTIONS]\n\nOptions:\n  -t, --tick-rate \u003cFLOAT\u003e   Tick rate, i.e. number of ticks per second [default: 16]\n  -f, --frame-rate \u003cFLOAT\u003e  Frame rate, i.e. number of frames per second [default: 16]\n  -h, --help                Print help\n  -V, --version             Print version\n```\n\n### Default Keybindings\n\n| Keybinding            | Description                |\n| --------------------- | -------------------------- |\n| `k` `up`              | Scroll up                  |\n| `j` `down`            | Scroll down                |\n| `q` `Ctrl-c` `Ctrl-d` | Quit                       |\n| `home` `g`            | Scroll to top              |\n| `end` `Shift-g`       | Scroll to bottom           |\n| `Ctrl-z`              | Suspend                    |\n| `esc`                 | Unselect                   |\n| `n`                   | New text note              |\n| `Ctrl-p`              | Submit text note           |\n| `r`                   | Reply to the selected note |\n| `f`                   | Send reaction              |\n| `t`                   | Repost                     |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiomik%2Fnostui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakiomik%2Fnostui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakiomik%2Fnostui/lists"}