https://github.com/unixzii/logdigger
The missing log viewer.
https://github.com/unixzii/logdigger
developer-tools logging macos-app text-processing
Last synced: about 1 year ago
JSON representation
The missing log viewer.
- Host: GitHub
- URL: https://github.com/unixzii/logdigger
- Owner: unixzii
- License: apache-2.0
- Created: 2019-01-09T05:48:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T01:58:07.000Z (over 7 years ago)
- Last Synced: 2025-03-20T13:12:48.820Z (over 1 year ago)
- Topics: developer-tools, logging, macos-app, text-processing
- Language: Objective-C
- Homepage:
- Size: 1.17 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# LogDigger
[](https://github.com/unixzii/LogDigger/releases/latest)
The missing log viewer for macOS.

## Features
- Native Cocoa app, providing the pure Mac experience you are familiar with.
- Smooth scrolling built with `NSTableView`.
- Blazing fast large document filtering that never block your works.
- Style customization supports for filtered results.
- Jumping between filter results.
- ...and lots of cool stuff is coming soon!
## Install
### Download Binary
[Link to the latest release](https://github.com/unixzii/LogDigger/releases)
### Build
1. `git clone https://github.com/unixzii/LogDigger.git`
2. Open **LogDigger.xcodeproj** in Xcode.
3. Build and that's it.
## Contributing
**LogDigger** is derived from our team's internal project and by far it's not quite completed. We'd love to make it open-sourced, letting the community to make it better together. All issues and pull requests are welcomed.
## License
© 2018-2019 Cyandev.
The source code is distributed under the terms of the **Apache License, Version 2.0**. See [LICENSE](https://github.com/unixzii/LogDigger/blob/master/LICENSE) for details.