/slic

Show Languages In Code. A fast and lightweight CLI to generate stats on the languages inside your project

Primary LanguageGoGNU General Public License v3.0GPL-3.0

slic

Show Languages In Code.
image
image

Usage

Run it with an -h flag to list all commands.

-d flag can be used to specify the directory of search
-i flag can be used to ignore certain files or directories.

Installation

NOTE: The binaries are only for x86, 64bit devices. For others, please compile from source.

Alternative,
Get the required files

git clone https://github.com/resyfer/slic.git
cd slic

Linux

Install

./install.sh

Run with

slic

Windows

The bin folder has the executable slic.exe. Copy to preferred location and run from there, or add to PATH for enhanced experience.

Compiing From Source

Pre-requirements: Go 1.17 or higher

cd into project folder

rm -rf bin
mkdir bin
go build -o ./bin
cd bin

and run the executable binary