statscat

command module
v0.0.0-...-cdd898b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 13, 2022 License: MIT Imports: 2 Imported by: 0

README

Stats Cat 🐈

Git statistics but with a cat

StatsCat Go Report Card

Stats Cat🐈 is a CLI tool to get statistics of your all git repositories.

example

Installation

You need to confirm you have configured Golang environment beforce installing Stats Cat.

Then just run the following command:

go install github.com/z1cheng/statscat@latest

Usage

Usage:
  statscat [-d dir] [-a author] [--since since] 

Examples:

    statscat  # get the statistics of all repositories in current directory
    statscat -d /directory -a author --since 1.week  # get the statistics of all repositories under /directory, author is author name, since is from 1 week ago

Flags:
  -a, --author string   author name to be calculated, default is all authors
  -d, --dir string      directory to be calculated, statscat will search recursively, default is current directory (default ".")
  -h, --help            help for statscat
      --since string    show stats more recent than a specific date

Documentation

Overview

Copyright © 2022 Chen Chen imchench@gmail.com

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL