Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/keith/marooned

Find files stranded from your Xcode project
https://github.com/keith/marooned

Last synced: 16 days ago
JSON representation

Find files stranded from your Xcode project

Awesome Lists containing this project

README

        

# Marooned

Marooned is a simple CLI to find files that have been stranded from your
Xcode project file. This has happened to me after resolving merge
conflicts.

## Usage:

Print a list of files not included in the first `.xcodeproj` file found:

```sh
$ marooned
```

Print the list of files for a specific project:

```sh
$ marooned --project Sparrow.xcodeproj
```

Print the list of files from a specific directory. This can be useful if
you are sharing files with another project.

```sh
$ marooned --project Foo.xcodeproj --directory path/to/source/files
```

## Installation

```sh
brew install keith/formulae/marooned
```