/lesskey

CLI Client of Misskey written in Deno

Primary LanguageTypeScriptMIT LicenseMIT

LessKey

LessKey is CLI Client of Misskey written in Deno!


Prerequisites

A text editor is required to post/edit notes.
By default, vim will be launched, but can be specified as you like.

(Example of Use Neovim)

lesskey --token <YOUR_API_TOKEN_HERE> --editor nvim

By default, lesskey connects to Misskey.io, but if you want to connect to a different instance use the --origin flag.

lesskey --origin misskey.cf --token <YOUR_API_TOKEN_HERE>

Getting Started

Usage (released binary):

lesskey --token <YOUR_API_TOKEN_HERE>

Usage (from source code):

deno task dev --token <YOUR_API_TOKEN_HERE>