0.4.1 • Published 10 months ago

jisho-cli v0.4.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 months ago

jisho-cli

A small command line utility that converts results from jisho.org to plain terminalese.

Here some output for the search term arashi:

screenshot

Note: The extraction of the kana reading may not be completely accurate in some cases. Also, changes to the site may break the application.

Installation

The application can be installed from npm:

npm install -g jisho-cli

-g installs it globally. If you have added your global Node .bin directory to the path you then can use the command jisho-cli anywhere.

Usage

You can search for any term in English and Japanese (both Romaji and Kana/Kanji).

Examples:

% jisho-cli arashi
% jisho-cli 嵐
% jisho-cli storm

The flag -i can be used to start the application interactively. The user then is prompted for search terms repeatedly (the first search term can still be provided as argument). Pressing enter without entering any text exits the application.

Using interactive mode is recommended for multiple searches as it keeps the session/cache alive. Subsequent requests thus need to transmit less data.

0.4.1

10 months ago

0.3.0

1 year ago

0.2.1

2 years ago

0.4.0

1 year ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago