https://github.com/keesvv/haags
Read from standard input and output a Haags translation of the given input.
https://github.com/keesvv/haags
cli dutch haags nederlands shell stdin translator
Last synced: 3 months ago
JSON representation
Read from standard input and output a Haags translation of the given input.
- Host: GitHub
- URL: https://github.com/keesvv/haags
- Owner: keesvv
- License: mit
- Created: 2021-09-08T18:59:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-08T19:20:43.000Z (over 4 years ago)
- Last Synced: 2024-06-21T17:55:55.209Z (almost 2 years ago)
- Topics: cli, dutch, haags, nederlands, shell, stdin, translator
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# haags
Read from standard input and output a Haags translation of the given input.
## Building
```bash
make && sudo make install
```
> You may also run `go build` on systems without GNU make.
## Example
```bash
# Use it as a REPL
haags
# Pipe a string to it
echo "ik heb werkelijk niets beters te doen met mijn leven" | haags
# Pipe a file to it
haags < something.txt
```
## Author
Kees van Voorthuizen
## License
[MIT](./LICENSE)