Skip to content

Get a list of languages ​​used by the target account. GitHub CLI Extensions

Notifications You must be signed in to change notification settings

yanskun/gh-langs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Get a list of languages ​​used by the target account. GitHub CLI Extensions

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages