ULTRVA
ultrv — terminal client
$ ultrv --about
ULTRV CLI
Manage your blog without leaving the terminal.
> Write posts in Markdown with syntax highlighting
> Create, edit, publish, unpublish, delete
> Manage tags and multiple blogs
> View statistics — visitors, top posts, referrers
> Self-updating — always on the latest version
$

Install

Linux & macOS

Works on Linux (x86_64, ARM64) and macOS (Intel, Apple Silicon).

curl -fsSL https://dl.ultrv.com/install.sh | sh

Windows

Run in PowerShell:

irm https://dl.ultrv.com/install.ps1 | iex

Arch Linux

Also available on the AUR as ultrv-bin:

yay -S ultrv-bin
paru -S ultrv-bin

Screenshots

Post list

Screenshot coming soon

Writing a post

Screenshot coming soon

Statistics dashboard

Screenshot coming soon

Blog switcher

Screenshot coming soon

Getting started

  1. Install with the command above, or from the AUR
  2. Run ultrv in your terminal
  3. Enter your server URL and API key — find it in Settings → API
  4. Start writing

Keyboard shortcuts

Navigation

  • 1 2 3 — Switch between Posts, Tags, Stats
  • F4 — Switch blog
  • F5 — Refresh
  • F9 — Create new blog
  • Esc — Quit

Posts

  • F2 — New post
  • F3 / Enter — Edit post
  • F6 — Publish / Unpublish
  • F8 — Delete post

Editor

  • F2 — Save
  • F1 — Edit title, slug, excerpt, tags
  • Ctrl+F — Search in text
  • Ctrl+Z / Ctrl+Y — Undo / Redo
  • F6 — Publish / Unpublish
  • F12 — Show all shortcuts
  • Esc — Back to list
Get started → Free to try. No credit card required.