All Projects → NSHipster → Ibcolortool

NSHipster / Ibcolortool

Licence: mit
List all colors in Storyboards and XIB files

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ibcolortool

Mocha Chrome
☕️ Run Mocha tests using headless Google Chrome
Stars: ✭ 66 (-13.16%)
Mutual labels:  command-line
The forge
Our groundbreaking, lightning fast PWA CLI tool
Stars: ✭ 70 (-7.89%)
Mutual labels:  command-line
Poet
Lets you split your ssh_config into separate files
Stars: ✭ 72 (-5.26%)
Mutual labels:  command-line
Cascadia
Go cascadia package command line CSS selector
Stars: ✭ 67 (-11.84%)
Mutual labels:  command-line
Swiftline
Swiftline is a set of tools to help you create command line applications.
Stars: ✭ 1,156 (+1421.05%)
Mutual labels:  command-line
Taskell
Command-line Kanban board/task manager with support for Trello boards and GitHub projects
Stars: ✭ 1,175 (+1446.05%)
Mutual labels:  command-line
Tunnelblickctl
🔒 Command-line interface for Tunnelblick
Stars: ✭ 64 (-15.79%)
Mutual labels:  command-line
As3 Universal Analytics
Google Universal Analytics for AS3
Stars: ✭ 73 (-3.95%)
Mutual labels:  command-line
Matrixcli
Command line matrix client
Stars: ✭ 69 (-9.21%)
Mutual labels:  command-line
Evermark
🐘 A command line tool for syncing markdown notes to Evernote
Stars: ✭ 72 (-5.26%)
Mutual labels:  command-line
Pyinquirer
A Python module for common interactive command line user interfaces
Stars: ✭ 1,151 (+1414.47%)
Mutual labels:  command-line
Rat
Compose shell commands to build interactive terminal applications
Stars: ✭ 1,158 (+1423.68%)
Mutual labels:  command-line
Sandmap
Nmap on steroids. Simple CLI with the ability to run pure Nmap engine, 31 modules with 459 scan profiles.
Stars: ✭ 1,180 (+1452.63%)
Mutual labels:  command-line
Guaka
The smartest and most beautiful (POSIX compliant) Command line framework for Swift 🤖
Stars: ✭ 1,145 (+1406.58%)
Mutual labels:  command-line
Github Files Fetcher
Download a specific folder or file from a GitHub repo through command line
Stars: ✭ 73 (-3.95%)
Mutual labels:  command-line
Jsonf
A Unix-y utility for formatting JSON in a more stream-friendly way
Stars: ✭ 65 (-14.47%)
Mutual labels:  command-line
Conf
Go package for loading program configuration from multiple sources.
Stars: ✭ 70 (-7.89%)
Mutual labels:  command-line
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+13130.26%)
Mutual labels:  command-line
Nexmo Cli
Nexmo CLI (Command Line Interface)
Stars: ✭ 73 (-3.95%)
Mutual labels:  command-line
Yes
yes - Implementation of simple and dangerous yes command in various languages. 👍
Stars: ✭ 72 (-5.26%)
Mutual labels:  command-line

ibcolortool

Lists all of the colors used in Storyboards and XIB files.

Usage

$ ibcolortool path/to/View.xib path/to/Scene.storyboard
UIColor(red: 1.0, green: 0.5763723, blue: 0.0, alpha: 1.0)
UIColor(white: 0.0, alpha: 1.0)
UIColor(named: "Living Coral")
UIColor.groupTableViewBackgroundColor

Requirements

  • Xcode 11+
  • Swift 5.1+

Installation

Homebrew

Run the following command to install using homebrew:

$ brew install nshipster/formulae/ibcolortool

Manually

Run the following commands to build and install manually:

$ git clone https://github.com/NSHipster/ibcolortool.git
$ cd ibcolortool
$ make install

License

MIT

Contact

Mattt (@mattt)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].