golang-autocaster-cli

command module
v0.0.0-...-103c07f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2021 License: MIT Imports: 1 Imported by: 0

README

golang-autocaster-cli

Dependencies

For Ubuntu:

sudo apt install gcc libc6-dev

sudo apt install libx11-dev xorg-dev libxtst-dev libpng++-dev

sudo apt install xcb libxcb-xkb-dev x11-xkb-utils libx11-xcb-dev libxkbcommon-x11-dev
sudo apt install libxkbcommon-dev

sudo apt install xsel xclip

For Mac OS X:

Xcode Command Line Tools

For Windows:

MinGW-w64 (Use recommended) or other GCC

Generating the executable

go build -o autocaster .

Config autocaster file

Use JSON file in the following format:

[
    {
        "hotkey": ["ctrl", "alt", "del"],
        "many_times": 1,
        "interval_between_hotkeys": 0,
        "sleep_time": 666
    },
    {
        "hotkey": ["alt", "f4"],
        "many_times": 1337,
        "interval_between_hotkeys": 1,
        "sleep_time": 10
    },
]

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL