Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/keith/marooned
- Owner: keith
- License: mit
- Created: 2014-08-01T17:51:57.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T21:01:56.000Z (3 months ago)
- Last Synced: 2024-10-12T06:08:26.041Z (about 1 month ago)
- Language: Ruby
- Homepage:
- Size: 2.15 MB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```