Skip to content

Latest commit

 

History

History
71 lines (51 loc) · 2.4 KB

2024-07-28-github-remember.md

File metadata and controls

71 lines (51 loc) · 2.4 KB
layout title date last_updated description tags categories featured
post
Github notice (draft)
2024-08-01 14:51:10 -0700
2024-08-16 01:14:10 -0700
Github notice
github notice personalnote
github
false

draft

Github activity

GitHub Display Language of Code GitHub Linguist

Install the gem: (debian package: ruby-github-linguist)

gem install github-linguist

You need a working ruby environment!

github: linguist Report language on repository (Install on Debian) github: linguist

sudo apt-get install build-essential cmake pkg-config libicu-dev zlib1g-dev libcurl4-openssl-dev libssl-dev ruby-dev
sudo apt-get install ruby-github-linguist

/Projects/RepositoryDirectory$ github-linguist

/Projects/RepositoryDirectory$ github-linguist
67.73%  5490455    HTML
15.45%  1252144    SCSS
12.40%  1005102    JavaScript
2.13%   172684     CSS
1.93%   156500     Liquid
0.25%   20185      Ruby
0.06%   4525       TeX
0.04%   3327       Shell
0.01%   865        Jupyter Notebook
0.01%   847        Dockerfile

Paths not excluded from Github language statistics (https://stackoverflow.com/questions/42544813/paths-not-excluded-from-github-language-statistics)

Example pictures

The screenshot on the right shows the used language used in this repository (right side down: Languages). The main language is "Python", but you can see "Rich Text Format"

{% include figure.liquid loading="eager" path="assets/img/github-language-01.jpg" class="img-fluid rounded z-depth-1" zoomable=true %}