CLI tool for searching website tyda.se.
Requires the tyda-api binary to be installed.
If you have your $GOPATH
set up, and $GOPATH/bin
in you path
$ go get github.com/walle/tyda-api/...
$ git clone https://github.com/walle/tyda.rb.git
$ cd tyda.rb
$ bin/tyda.rb query
usage: tyda.rb [--simple] [--languages LANGUAGES] QUERY
positional arguments:
query
options:
--simple, -s Simple output
--languages LANGUAGES, -l LANGUAGES
Languages to translate to (en fr de es la nb sv) [default: [en]]
--help, -h display this help and exit
The code is under the MIT license. See LICENSE for more information.