2 pointsby adithyan_win9 hours ago1 comment
  • adithyan_win9 hours ago
    I built a small Swift bridge app that maps gamepad buttons/chords to coding-agent actions in my terminal workflow.

    Current actions:

    - split panes - tab workflow - model/context switching - quick send - dictation/transcription trigger

    It started as a one-night experiment to learn Swift and test hardware repurposing, but it has been surprisingly usable in daily coding.

    Video demo: https://www.youtube.com/watch?v=MFiQFPgrHPA

    Code: https://github.com/wisdom-in-a-nutshell/stadia-macos-control...

    Disclaimer: the repo is not plug-and-play yet. It is mainly shared as inspiration/reference.