Skip to content

phoenixr-codes/wi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

wi

wi is a wrapper around linguist that pretty prints the languages used in a git repository to the terminal similar to how it's shown on GitHub. To use this script github-linguist must be installed.

Preview

Installation

Download the wi file from this repository and put it in /usr/local/bin/ (or similar).

Usage

Usage:
  > wi (path) 

Flags:
  -h, --help - Display the help message for this command

Parameters:
  path <string>: The path to the git repository (optional, default: '.')

Input/output types:
  ╭───┬─────────┬─────────╮
  │ # │  input  │ output  │
  ├───┼─────────┼─────────┤
  │ 0 │ nothing │ nothing │
  ╰───┴─────────┴─────────╯

Tip

Use github-linguist -j | from json to work with the data by yourself.

Tip

wi stands for "written in".