Mort Yao
Mort Yao
# Updated (25 Jul 2019) ## POST [done] We're using POST for Bing Translator now, because the API simply won't handle the GET method. So there will be no more...
Integration with fish, zsh-autosuggestions, emacs company-mode, etc. 
I did not take that into consideration so much when I introduced the shortcut parameters (`/engine`) for engine selection, and now this becomes an issue for me: ``` console $...
This feature should mainly apply to Yandex.Translate. For words in the dictionary, Yandex API will return their genders (whenever applicable in that language) and examples of usage. For now none...
The [Sindarin language](https://en.wikipedia.org/wiki/Sindarin) is supported by Yandex.Translate. However, the [Tengwar script](https://en.wikipedia.org/wiki/Tengwar) uses an overlapping font ([tngen.otf](https://translate.yandex.net/main/v2.64.1451491320/fnt/tngan.ttf)), which shares some code points with ASCII. I haven't figured out how to get...
Google Translate has a nice "speech input" feature, it would be even nicer if we could use it under command-line in some way (perhaps with [arecord](http://linux.die.net/man/1/arecord)?). ...
This mainly affects theme loading, and parsing of large JSON data. When the user has a large theme file (> 2k bytes), `trans` suffers from slow startup time. With a...
For HTTP `GET` requests (which is being used now), encoded URIs will have a length limit, restricted by both web servers, proxies and clients (See this thread http://stackoverflow.com/questions/2659952/maximum-length-of-http-get-request). That is...