https://github.com/eatradish/meowdict
喵典 - CLI Web client for moedict.tw
https://github.com/eatradish/meowdict
cantonese chinese moedict rust wordshk
Last synced: over 1 year ago
JSON representation
喵典 - CLI Web client for moedict.tw
- Host: GitHub
- URL: https://github.com/eatradish/meowdict
- Owner: eatradish
- License: mit
- Created: 2021-05-23T06:42:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T04:52:14.000Z (over 3 years ago)
- Last Synced: 2024-06-19T13:45:59.048Z (about 2 years ago)
- Topics: cantonese, chinese, moedict, rust, wordshk
- Language: Rust
- Homepage:
- Size: 819 KB
- Stars: 18
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# meowdict
CLI Web client for moedict.tw
## Screenshot

## How to find me?
- Github Issue
- Telegram Group: https://t.me/meodict_dev
## Installation
If you use AOSC OS:
```
sudo apt install meowdict
```
Else:
```
$ cargo build --release
# install -vm755 target/release/meowdict /usr/local/bin/meowdict
```
## Dependencies
Building:
- Rust w/ Cargo
- C compiler
- make (when GCC LTO is used, not needed for Clang)
Runtime:
- Glibc
- OpenSSL
- OpenCC (>= 1.1.2)
## Usage
```
$ ./target/debug/meowdict help
meowdict 0.10.4-alpha.0
Mag Mell
Search chinese keyword from moedict.tw
USAGE:
meowdict [FLAGS] [INPUT]... [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-i, --input-s2t Convert input to traditional Chinese and search
--input-s2t-mode Open console with input-s2t mode
--no-color-output Print result with no color
-r, --result-t2s Convert result to Simplified Chinese to display
--result-t2s-mode Open console with result-t2s mode
-V, --version Prints version information
ARGS:
... Input the keyword to use
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
json Print result to JSON output
jyutping Get word jyutping
random search random word
show Get dict result
terminal Open meowdict terminal
translate Get word translation
```