diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..8b1a9d8 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + +Copyright (C) 2004 Sam Hocevar + +Everyone is permitted to copy and distribute verbatim or modified +copies of this license document, and changing it is allowed as long +as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/README.md b/README.md new file mode 100644 index 0000000..51c4596 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# KEYGOLLER + +Keygoller is a smart text-based AI-powered assistant for you and your keyboard. +It brings back the best character of the Internet: Clippy to help you in your +daily tasks. + +# Install + +If you have Go installed: + +```go + +go get -u git.postblue.info/chris/keygoller +cd keygoller +go build +sudo ./keygoller + +``` + +# Source +Original key logger from: https://github.com/MarinX/keylogger under MIT License. + +# License +See LICENSE.md diff --git a/keygoller b/keygoller deleted file mode 100755 index 9b88ff7..0000000 Binary files a/keygoller and /dev/null differ diff --git a/utils/main.go b/utils/main.go index 85d31de..af7bcf4 100644 --- a/utils/main.go +++ b/utils/main.go @@ -156,6 +156,7 @@ func (i *InputEvent) KeyRelease() bool { return i.Value == 0 } +// ClippySays is a print function that outputs clippy the message input. func ClippySays(what string) { clippy := fmt.Sprintf(` __