23 lines
953 B
Markdown
23 lines
953 B
Markdown
## Kissing Interface for Sapphic Smooching over ttY
|
|
|
|
Ever wanted to kiss girls through a tty? Well now you can!
|
|
|
|
### Installation:
|
|
- download kissy from the releases page and place it in the system's path
|
|
- run `sudo chown root:tty /path/to/kissy` (or whatever ownership it's supposed to have)
|
|
- run `sudo chmod 2755 /path/to/kissy` (or whatever permissions work for you. has to run with setgid)
|
|
|
|
- alternatively, build kissy from source using `make` then `sudo make install`
|
|
|
|
### Usage:
|
|
`kissy [target] <message>`
|
|
|
|
You can kiss any user in the local system who is logged in and has messages enabled. Currently only works on pts, so SSH and terminal emulators.
|
|
|
|
You can also kiss *remotely* with `ssh user@host kissy [target] <message>`. This requires kissy to be set up in the remote host. Permissions thing. I don't make the rules.
|
|
|
|
Have fun girlkissing! :3
|
|
|
|
## License
|
|
|
|
This project is licensed with [GPLv3](https://www.gnu.org/licenses/gpl-3.0.txt)
|