Lesskey
CLI Client of Misskey written in Deno
Install / Use
/learn @AsPulse/LesskeyREADME
<p align="center">
<picture>
<img src="https://github.com/AsPulse/lesskey/blob/main/assets/icon-v1.png?raw=true" height="128">
</picture>
<h1 align="center">LessKey</h1>
</p>
<p align="center">
<b>LessKey is CLI Client of Misskey written in Deno!</b>
</p>
<br>
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>
<br>
Getting Started
Usage (released binary):
lesskey --token <YOUR_API_TOKEN_HERE>
<br>
Usage (from source code):
deno task dev --token <YOUR_API_TOKEN_HERE>
