Pinned Loading
-
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:
-
Fish script to open Git repo in VS Code
Fish script to open Git repo in VS Code 1function code-repo --description 'Open current Git repo in VSCode'
2if not type -q git
3echo "couldn't find command: git"
4return 1
5end
-
-
n8n-io/n8n
n8n-io/n8n PublicFree and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.