
Terminal client for Deck
I use Nextcloud Deck a lot and it kept bugging me that I had to open a browser every time I wanted to add a card or move something around. Like I'm already in the terminal, just let me do it there.
So I wrote one. It's called ncdeck. https://github.com/raspbeguy/ncdeck
It has a TUI that looks more or less like the web one (boards, columns, cards, labels) and also a regular CLI if you just want to script things, let your AI agent use it, or pipe stuff around. Logs in with an app password, same as the official clients.
It's GPL3, written in Go, runs as a single binary. Nothing to host, it just talks to your Nextcloud over HTTPS.
Honestly I made it for myself first so there are probably things missing or weird depending on how you use Deck. If you try it and something doesn't work the way you'd expect tell me or open an issue.