Skip to content

ujiro99/logcat2csv

Repository files navigation

logcat2csv Build Status Coverage Status

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

or, use go get:

$ go get -d github.com/ujiro99/logcat2csv

Contribution

  1. Fork (https://github.com/ujiro99/logcat2csv/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

ujiro99