hut

CLI tool for interacting with sr.ht (SourceHut) repositories

brewmacoslinux
Try with needOr install directly
Source

About

CLI tool for sr.ht

Commands

hut

Examples

List all repositories in your SourceHut account$ hut repo list
Clone a repository from SourceHut$ hut clone ~username/project-name
Create a new ticket on a SourceHut project$ hut ticket create -t 'Bug title' -b 'Bug description' ~username/project