Searching with romaji #123
Replies: 4 comments
I know. But it never bothered me enough to fix 😅 One of those is "my fault": I just fixed that in commit f3bef9d. One of those is caused by a library I'm using: I worked around that in the same commit. One of those is caused by the pager ( And I think one of those is caused by the default nixos setting for |
FWIW: the web/android interface already supports converting romaji to kana. I'll look into adding support for that to the CLI as well. |
|
Of course you can already use a Japanese input method like |
|
I added support for Testing & feedback is always appreciated :) |
Uh oh!
There was an error while loading. Please reload this page.
Hi, not a bug or anything but it would be nice to be able to search with romaji. For example:
jiten -v jmdict --max 1 --word neko --lang romajiwould return the same as
jiten -v jmdict --max 1 --word catProbably not the best syntax for it, but I hope you get the idea. Also, not related but worth a mention, there is a lot of empty lines at the bottom of a request:
I remove it with
jiten query | head -n -3so it's not a big deal or anything, just a minor annoyance.All reactions