Skip to content
View mieky's full-sized avatar
🦀
🦀

Organizations

@n8n-io

Block or report mieky

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Zero-dependency watcher for macOS se... Zero-dependency watcher for macOS session lock/unlock events
    1
    #!/bin/bash
    2
    #
    3
    # Watches for macOS session lock/unlock events and runs ~/.lock or ~/.unlock on change.
    4
    #
    5
    # Usage:
  2. Fish script to open Git repo in VS Code Fish script to open Git repo in VS Code
    1
    function code-repo --description 'Open current Git repo in VSCode'
    2
        if not type -q git
    3
            echo "couldn't find command: git"
    4
            return 1
    5
        end
  3. hue.fish hue.fish Public

    Control Hue lights in Fish shell

    Shell

  4. n8n-io/n8n n8n-io/n8n Public

    Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

    TypeScript 195k 59k