Categorygithub.com/yanskun/gh-langs
modulepackage
1.1.11
Repository: https://github.com/yanskun/gh-langs.git
Documentation: pkg.go.dev

# README

gh-langs

GitHub CLI commands extension.

Outputs the number of lines for each language in the target account.

Install

gh extension install yanskun/gh-langs

Usage

# login user
gh langs
# arg
gh langs octocat
+------------+---------+
| LANGUAGE   | LINES   |
+------------+---------+
| Ruby       | 204,865 |
| CSS        | 14,950  |
| HTML       | 4,338   |
| Shell      | 910     |
| JavaScript | 48      |
+------------+---------+
https:github.com/octocat has 8 repositories
Last updated after 2023-05-04

Options

-f, --filter float   a float used to filter results (default 1)
gh langs octocat -f 0.5
+------------+---------+
| LANGUAGE   | LINES   |
+------------+---------+
| Ruby       | 204,865 |
| CSS        | 14,950  |
| HTML       | 4,338   |
| Shell      | 910     |
| JavaScript | 48      |
+------------+---------+
https:github.com/octocat has 8 repositories
Last updated after 2023-11-02

# Structs

No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author