Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yolo-tools

Collection of utility scripts and tools.

Install

Interactive install (recommended)

# Interactive tool selection
bash <(curl -fsSL https://raw.githubusercontent.com/thevibeworks/yolo-tools/main/install.sh)
# Force reinstall with interaction
bash <(curl -fsSL https://raw.githubusercontent.com/thevibeworks/yolo-tools/main/install.sh) --force

# Install specific version
bash <(curl -fsSL https://raw.githubusercontent.com/thevibeworks/yolo-tools/main/install.sh) -v v1.0.0

One-liner install

# Install all tools (no interaction)
curl -sSL https://raw.githubusercontent.com/thevibeworks/yolo-tools/main/install.sh | bash

# With version
curl -sSL https://raw.githubusercontent.com/thevibeworks/yolo-tools/main/install.sh | bash -s -- -v v1.0.0

Tools

  • barkme.sh - Bark notification service client for iOS push notifications

barkme.sh

Bark is a simple iOS notification service that allows you to send notifications to your devices.

# Setup
export BARK_KEY="your_device_key"
export BARK_SERVER="your_bark_server" # or use the official default: "https://api.day.app"

# Send notification
barkme.sh "Hello World"

Claude Code Hook Example

# ~/.claude/settings.json
{
  "hooks": {
    "Notification": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "barkme.sh -t \"Claude Code Notify\" -g \"Claude Code\" -l \"active\" -i \"https://avatars.githubusercontent.com/in/1452392\" \"$(jq -r '.message')\""
          }
        ]
      }
    ],
    "Stop": [
      {
        "matcher": "",
        "hooks": [
          {
            "type": "command",
            "command": "barkme.sh -t \"Claude Code\" -g \"Claude Code\" -i \"https://avatars.githubusercontent.com/in/1452392\" \"task stop\""
          }
        ]
      }
    ]
  }
}

About

Curl-installable shell utilities. Currently one: barkme.sh, a Bark iOS push notification client.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages