Skip to content

tnustrings/lingobin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lingobin

languages word by word in go

$ echo "Dzień dobry" | lingobin pl
Dzień [[day]] dobry [[good]]

install and try

on linux with apt

download the lingobin-<version>.deb, then say

sudo apt install ./lingobin-<version>.deb

on any os with go

go install github.com/tnustrings/lingobin

try

try feeding it some text:

echo "Dzień dobry" | lingobin pl

there's also a lingobin browser extension.

code

the code is written in codetext, install from here.

then say:

ct lingobin.ct

to generate the go code.

About

languages word by word

Resources

Stars

Watchers

Forks

Packages

No packages published