Go to file
2020-01-12 19:19:21 +01:00
ai adding error management for file writer 2020-01-12 19:19:21 +01:00
utils Removing binary and adding readme and license 2019-12-19 16:34:19 +01:00
.gitignore adding ignore for json files 2020-01-12 16:42:21 +01:00
go.mod adding dependecies files 2020-01-12 16:42:42 +01:00
go.sum adding dependecies files 2020-01-12 16:42:42 +01:00
LICENSE.md Removing binary and adding readme and license 2019-12-19 16:34:19 +01:00
main.go saving interesing data into json file following a specifig scheme of nodes and edges 2020-01-12 16:41:45 +01:00
README.md Removing binary and adding readme and license 2019-12-19 16:34:19 +01:00

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 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