Skip to content

ldomaradzki/homebrew-xcsift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Homebrew Tap for xcsift

A Homebrew tap for xcsift - a Swift command-line tool to parse and format xcodebuild output for coding agents.

Installation

Option 1: Direct install

brew install ldomaradzki/xcsift/xcsift

Option 2: Tap then install

brew tap ldomaradzki/xcsift
brew install xcsift

Option 3: Brewfile

Add to your Brewfile:

tap "ldomaradzki/xcsift"
brew "xcsift"

Usage

After installation, you can use xcsift to parse xcodebuild output:

xcodebuild build 2>&1 | xcsift
xcodebuild test 2>&1 | xcsift
swift build 2>&1 | xcsift

Note: Always use 2>&1 to redirect stderr to stdout for proper error capture.

About xcsift

xcsift transforms verbose Xcode build output into concise, structured JSON format optimized for coding agents. Unlike xcbeautify and xcpretty which focus on human-readable output, xcsift prioritizes information density and machine readability.

Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages