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

Organizations

@n8n-io

Block or report mieky

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

    Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

    TypeScript 47.1k 7k