https://github.com/ujiro99/logcat2csv
Convert logcat to csv.
https://github.com/ujiro99/logcat2csv
adb android cli csv golang logcat
Last synced: 9 months ago
JSON representation
Convert logcat to csv.
- Host: GitHub
- URL: https://github.com/ujiro99/logcat2csv
- Owner: ujiro99
- License: apache-2.0
- Created: 2016-02-26T20:21:34.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-02T16:07:37.000Z (almost 10 years ago)
- Last Synced: 2024-06-20T12:41:36.314Z (almost 2 years ago)
- Topics: adb, android, cli, csv, golang, logcat
- Language: Go
- Size: 87.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# logcat2csv [](https://travis-ci.org/ujiro99/logcat2csv) [](https://coveralls.io/github/ujiro99/logcat2csv?branch=master)
Command line tool for convert logcat to csv.
## SYNOPSIS
```
logcat2csv is tool for convert logcat to csv.
Usage:
logcat2csv [options] PATH ...
Options:
--encode, -e Charactor encoding of output file.
--version Show version.
--help Show this help.
```
## Install
You can get binary from github release page.
[-> Release Page](https://github.com/ujiro99/logcat2csv/releases)
or, use `go get`:
```bash
$ go get -d github.com/ujiro99/logcat2csv
```
## Contribution
1. Fork ([https://github.com/ujiro99/logcat2csv/fork](https://github.com/ujiro99/logcat2csv/fork))
1. Create a feature branch
1. Commit your changes
1. Rebase your local changes against the master branch
1. Run test suite with the `go test ./...` command and confirm that it passes
1. Run `gofmt -s`
1. Create a new Pull Request
## Author
[ujiro99](https://github.com/ujiro99)