No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-28 11:39:31 +10:00
cmd/cosmo-tui config: fall back to sign-in on unusable auth.json 2026-07-25 19:59:50 +10:00
internal news: fetch the whole notice and schedule lists, not the newest 30 2026-07-28 11:39:31 +10:00
.gitignore gitignore: ignore default media download dirs 2026-07-16 14:32:37 +10:00
go.mod clip: paste from the system clipboard into the text boxes 2026-07-27 21:58:19 +10:00
go.sum update the wallet crypto deps 2026-07-21 14:06:43 +10:00
LICENSE add license 2026-07-17 23:07:21 +10:00
README.md update readme again 2026-07-25 20:44:59 +10:00

cosmo-tui

a terminal client for the cosmo app.

features

  • account login
  • artist info
  • announcements and schedule
  • profile and user search
  • view and download live replays/room posts
  • talk chat with auto-translate
  • objekt collection and bulk transfer
  • gravity voting

dependencies

  • go
  • mpv (optional, for viewing replays)
  • ffmpeg (optional, for downloading replays)

installation

go install codeberg.org/djvu/cosmo-tui/cmd/cosmo-tui@latest

arch linux users can also install from the aur:

yay -S cosmo-tui-git

configuration

location:

  • linux/macos: ~/.config/cosmo-tui/config
  • windows: %AppData%\cosmo-tui\config

syntax:

option=value

run cosmo-tui -h to see the available options.