Skip to content

Instantly share code, notes, and snippets.

; Sun 06/23/2019 - 02:20 PM
; Adam13531
;
; This will change the current mouse mode on the Logitech G600 since there
; doesn't seem to be an official API for it.
;
; This whole thing was pretty tedious. There are several starting states to
; consider:
; 1. LCore.exe isn't running at all (probably uncommon)
; 2. LCore.exe is running but is minimized to the system tray (common)
@Adam13531
Adam13531 / ccd.sh
Created August 28, 2019 18:19
Adam13531's "CCD" command for Unix/Linux
# Allow for quick navigation of your filesystem.
# Example usage:
# ccd ~ Co sr stu
# This would move you to the folder ~/Code/src/stuff because it's translated as:
# cd ~
# cd Co
# cd Co* (this is tried because "Co" doesn't exist)
# cd sr
# cd sr*