Skip to content

Instantly share code, notes, and snippets.

@dufferzafar
Created September 30, 2017 12:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dufferzafar/4a7254bb69de8603e5f256184980b571 to your computer and use it in GitHub Desktop.
Save dufferzafar/4a7254bb69de8603e5f256184980b571 to your computer and use it in GitHub Desktop.
Research notes on having an AHK alternative for Linux.

Linux Automation using Python

boppreh/keyboard

  • Supports binding functions to keyboard hotkeys

  • Also has hotstrings (abbreviations)

    • These didn't properly work during my testing!
  • Is pure python

    • Requires root!

cryzed's hotstrings

  • No hotkeys but amazing hotstrings support

    • replace, run-replace etc.
  • To Do

    • Understand & Modularize
    • Run as a daemon
    • Bind functions to hotstrings
    • Hotkey support?

ShareY

  • Grab screenshot, upload to imgur, copy to clipboard

  • Uses KDE's spectacle

    • Rectangular region etc all work!
  • Uses PIL to resize etc.

    • which can be removed

DBUS

  • Can be used to extract information from Clementine

    • or control it!
  • Can get currently connected WiFi

    • or bind to an signal when it changes
  • Tutorial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment