phoenixr-codes / wi

Linguist wrapper for the terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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".

About

Linguist wrapper for the terminal

License:The Unlicense


Languages

Language:Nushell 100.0%