Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dduan/clue
Clue is a Swift library, and a command-line tool that finds symbol references in Swift projects.
https://github.com/dduan/clue
cli library swift
Last synced: about 1 month ago
JSON representation
Clue is a Swift library, and a command-line tool that finds symbol references in Swift projects.
- Host: GitHub
- URL: https://github.com/dduan/clue
- Owner: dduan
- Created: 2021-12-24T22:57:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T20:18:44.000Z (over 2 years ago)
- Last Synced: 2024-12-31T18:55:36.177Z (about 2 months ago)
- Topics: cli, library, swift
- Language: Swift
- Homepage:
- Size: 91.8 KB
- Stars: 18
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clue
Clue is a Swift library, and a command-line tool that finds symbol references in Swift projects.
Like Xcode, finding references of a symbol with Clue can be fairly straightforward. Unlike Xcode, Clue exposes controls that fine tune its behavior, so that an expert can find the code references they need 100% of the time.
(Hopefully, it isn't hard to become an expert user!)
[IndexStoreDB]: https://github.com/apple/indexstore-db
Read the [Getting Started] for installation and usage.
Read [Advanced User Guide] to become an "expert" user.
[Getting Started]: Documentation/GettingStarted.md
[Advanced User Guide]: Documentation/AdvancedUserGuide.md