repositorypackage
0.9.1
Repository: https://github.com/ujiro99/logcat2csv.git
Documentation: pkg.go.dev
# README
logcat2csv

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.
or, use go get
:
$ go get -d github.com/ujiro99/logcat2csv
Contribution
- Fork (https://github.com/ujiro99/logcat2csv/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request