Skip to content
/ xcd Public

CLI tool that lets you jump into recently opened Xcode projects.

Notifications You must be signed in to change notification settings

mtj0928/xcd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xcd

CLI tool that lets you jump into recently opened Xcode projects.

Install

There are two step to install xcd command.

  1. Install a CLI tool
  2. Load function to your shell

Install a CLI Tool

To intall the CLI too, there are two ways, Swift Build or nest.

Swift Build

Clone this repository and build from source with swift build.

swift build -c release

Place the resulting xcodecd binary on your PATH.

nest

Install via the nest

nest install mtj0928/xcd

Load Function to Your Shell

After installing CLI tool, you need to add a line to your shell configuration.

  • Fish: append xcodecd init fish | source to ~/.config/fish/config.fish, then restart the shell.
  • Bash: append source <(xcodecd init bash) or an equivalent wrapper to ~/.bashrc, then restart the shell.

Usage

Run xcd to pick a project and change directory.

xcd

About

CLI tool that lets you jump into recently opened Xcode projects.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages