yyy

Crates.ioyyy
lib.rsyyy
version0.1.0
created_at2025-07-16 14:51:01.92618+00
updated_at2025-07-16 14:51:01.92618+00
descriptionA workflow assistant tool
homepagehttps://github.com/kdheepak/yyy
repositoryhttps://github.com/kdheepak/yyy
max_upload_size
id1755599
size135,777
Dheepak Krishnamurthy (kdheepak)

documentation

https://github.com/kdheepak/yyy

README

yyy

A workflow automation tool that combines GitHub Copilot integration with Lua scripting to create powerful, customizable workflows.

Installation

Build from source:

git clone https://github.com/kdheepak/yyy.git
cd yyy
cargo build --release

Usage

Basic Commands

# Authenticate with GitHub for Copilot access
# This will open a browser window for authentication
yyy authenticate

# View current configuration
yyy config

# Run a specific workflow
yyy workflow --name my-workflow
Commit count: 0

cargo fmt