madonctl icon indicating copy to clipboard operation
madonctl copied to clipboard

CLI client for the Mastodon social network API

Results 9 madonctl issues
Sort by recently updated
recently updated
newest added

This appears to be due to a change in the github.com/McKael/madon dependency, which wasn't vendored in v2.3.1. I'm not certain what versions of madonctl's dependencies were used to build it,...

It would be useful to be able to invoke a coomand with arguments, such as: madonctl stream --command "lua.exe myscript.lua" Currently this does not work (tested on Windows 10 only)....

All programs should have this option.

Command: `madonctl post --file=picture.png` Expected result: madonctl uploads the image and posts an empty status update with just the picture.png Actual result: `Error: incorrect parameter` madonctl 2.3.1, x86_64, Arch Linux

I get this error while trying to use ``madonctl`` with a Pleroma instance: > Error: cannot decode API response (GET): json: cannot unmarshal number [...] into Go struct field Account.id...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.8.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies

Calling `madonctl oauth2 get-url -i pleroma` doesn't work because: ``` Error: app registration failed: API query (v1/apps) failed: bad server status code (400): Missing field: client_name. Missing field: redirect_uris. ```...

If I do `madonctl -i blah oauth2 get-url`, visit the URL, then put the code into `madonctl -i blah oauth2 code`, it doesn't work because `madonctl` will create a new...