Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuhua-chen/MCLog
Xcode plugin for filtering the console area.
https://github.com/yuhua-chen/MCLog
Last synced: 3 months ago
JSON representation
Xcode plugin for filtering the console area.
- Host: GitHub
- URL: https://github.com/yuhua-chen/MCLog
- Owner: yuhua-chen
- License: mit
- Created: 2014-08-05T11:04:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T06:40:56.000Z (over 7 years ago)
- Last Synced: 2024-06-26T11:36:36.573Z (5 months ago)
- Language: Objective-C
- Homepage:
- Size: 1.35 MB
- Stars: 586
- Watchers: 28
- Forks: 55
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios-cn - 官网
README
# MCLog
This plugin lets you easily filter the Xcode console log output. While you can already search the text in the console log output you are still left searching through a lot of code that has nothing to do with what you're interested in. MCLog is a simple solution to this problem. Filter the console using simple strings and display what you really want to see. Here's the demo:
![screen-shot](https://rawgithub.com/yuhua-chen/MCLog/master/MCLogScreenshot.gif)
## Compatibility
- Works in Xcode 5.0 through 7.3. Unfortunately, [Apple no longer supports Xcode plug-ins as of Xcode 8.0](https://github.com/alcatraz/Alcatraz/issues/475).
## Features- Filter console log with regular expression.
- Support multi-tabs.
- Support colorful log output.## Usage
Install it via [Alcatraz](http://alcatraz.io/)
or
1. Clone the repo and build it.
2. MCLog.xcplugin should appear in `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins`
3. Restart XcodeIf you encounter any issues you can uninstall it by removing the `~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/MCLog.xcplugin`.
## Notice
If you upgrade OSX to 10.11(El Capitain), please run this command `sudo xcodebuild -license` after install MCLog.
## License
MCLog is under MIT. See the LICENSE file for more info.
## Thanks
Thanks to [@alexlee002](https://github.com/alexlee002) for code contributions and many features.
## Contact
Any suggestions or improvements are welcome. Feel free to contact me at [@yuhua_twit](https://twitter.com/yuhua_twit).