Elektrine lite

← Feed

@mariusor@metalhead.club

Post #4283312

2026-07-31 15:55 UTC

@toddsundsted@epiktistes.com I got inspired by the Stegodon project, which uses some Go specific libraries that merge TUI libraries on top of an SSH server. What I did was to extract the CLI commands available to my server and allow execution through that interface.

Replies (1)

  • @mariusor@metalhead.club 2026-07-31 15:56

    @toddsundsted@epiktistes.com as a user you login with your ActivityPub actor ID as a user, and your pw (if you have one) or your actor's private key (which you obtained somehow, it's not clear yet how that's going to work in real scenarios). In interactive mode you get a TUI to see your actor and its collections, and non-interactively you can execute the said commands.

    Open ##4285207