eagleflo / jisho

Jisho is a CLI tool & Rust library that provides a Japanese-English dictionary.
GNU General Public License v3.0
13 stars 1 forks source link

Combine multiple args into a single input for lookup #9

Closed eagleflo closed 3 years ago

eagleflo commented 3 years ago

Currently you have to use quotes around multiple words to perform a single lookup:

$ jisho "quantum mechanics"
量子力学【りょうしりきがく】- quantum mechanics

While in accordance with how shells are supposed to work, this is a bit tiresome. Could as well just combine all the args into a single input so the quotes would become unnecessary.