Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brian3647/seme

toki pona word look-up in the CLI
https://github.com/brian3647/seme

cli rust toki-pona

Last synced: about 13 hours ago
JSON representation

toki pona word look-up in the CLI

Awesome Lists containing this project

README

        

# 󱥙

_[󱤪󱦖󱥁󱤙󱥬󱦐󱤌󱤿󱤡󱤎󱦑󱤬󱦗󱥁󱦘](./README.md)_

󱤎󱥩󱤃󱥂󱥍󱦗󱥬󱦖󱥔

![󱥠](.github/example.png)

## 󱤓

󱤙 `cargo`: `cargo install --git https://github.com/Brian3647/seme`

## 󱥬

```sh
Usage: seme [OPTIONS]

Arguments:
The word to get the definition of

Options:
-j, --json Show the RAW JSON response from the API
-t, --toki The language used to get the word definitions. [default: en]
-h, --help Print help
```

```sh
# Examples

seme jan
seme toki --json # raw json data
seme nanpa --toki es # give the definition in spanish
```