TT(1) General Commands Manual TT(1)

ttMake authenticated Matrix requests.

tt [request-path]

tt is an extremely simple wrapper over http(1) and json(1) that automatically registers a user and continues to log in as that user. It obtains an access token that it uses to authenticate the given request, and then logs out when the request has completed. It also doesn't require the whole URL to be typed; only the path name is needed.

The request method to use for the user-specified request.
The data to pass to http(1). This can either be a string, or a file. Consult the http(1) page for details.

http(1), json(1)

April 29, 2023 Telodendria Project