-
fichub-cli v0.1.0
Stablereleased this
2026-08-16 17:59:58 +02:00 | 4 commits to main since this releaseFirst release
Terminal client + web-chat (websocket) seam for the FicHub companion bot core.
- Search, ask, quote, body search, download, bookmarks, personalized recs, link/updates/status.
- Forum subcommands —
forum categories | topics | show | new | reply | search | follow | read | mod | metamod, with--editorfor multi-line bodies. - Batch download —
--infile,--format epub,mobi,pdf,html,--out-dir,--force,--changelog,--config-init, retry loop (3 attempts, backoff on 429/5xx). - ratatui TUI —
fichub-cli tui: three-pane (Search/Forum browse | detail | input/status), async worker overtokio::sync::mpsc, testable state machine, debounced search. - REPL — rustyline history, bare URL → metadata,
next/prevpagination, free-form text → intent classification. - Config:
~/.config/fichub/config.toml, token chain--token→ env → config → Redis token store.
91 tests. Depends on
fichub-bot-core0.2.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
fichub-bot-core v0.2.0
Stablereleased this
2026-08-16 17:59:58 +02:00 | 4 commits to main since this releaseWhat's new
- Forum API client —
FichubClient::forum_*methods: categories, cursor-paginated topics, topic detail (+after=), by-slug, create topic, reply (withquote_of), follow toggle + state, mark-read, search, moderation status/queue/moderate, metamod queue/vote. - Forum models —
ForumCategory,ForumTopic,ForumTopicList,ForumTopicDetail,ForumPost,ForumSearchHit. - Forum dispatch —
do_forum_*functions returningPlatformMessage, reusable by every adapter (Discord, Matrix, Telegram, Slack, IRC, fediverse, CLI). - Docs refresh (ROADMAP, releasing, bot-core README).
Depends on:
fichub-bot-core = "0.2"— first publish was 0.1.0; 0.2.0 adds the forum surface.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Forum API client —