https://github.com/daniel-j/jj2-bridge
stdin for JJ2
https://github.com/daniel-j/jj2-bridge
Last synced: 7 months ago
JSON representation
stdin for JJ2
- Host: GitHub
- URL: https://github.com/daniel-j/jj2-bridge
- Owner: daniel-j
- Created: 2016-09-25T14:38:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T09:13:56.000Z (over 9 years ago)
- Last Synced: 2024-12-29T01:31:51.537Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
jj2-bridge
===
A small program that acts as stdin for a running JJ2 process. You can use it to send chat and commands.
Build dependencies
---
For cross-compiling on Arch Linux:
` # pacman -S mingw-w64-gcc`
Run `make` to build.
Usage
---
On Linux (with charset conversion):
`cat | while IFS=$'\n' read -r line ; do echo "$line" | iconv -f UTF-8 -t MS-ANSI -c ; done | wine jj2-bridge.exe`