Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brian3647/seme
- Owner: Brian3647
- Created: 2024-02-24T11:50:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T14:56:18.000Z (8 months ago)
- Last Synced: 2024-04-24T03:38:05.844Z (7 months ago)
- Topics: cli, rust, toki-pona
- Language: Rust
- Homepage:
- Size: 225 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-SP.md
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 ofOptions:
-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
# Examplesseme jan
seme toki --json # raw json data
seme nanpa --toki es # give the definition in spanish
```