DEV Community

Discussion on: What are your five most used terminal commands?

Collapse
 
tomsixthstory profile image
Tom

My top 20 from zsh_stats are:

     1  1016  31.4259%    git
     2  509   15.7439%    cd
     3  181   5.59852%    gulp
     4  171   5.28921%    wordmove
     5  135   4.17569%    npm
     6  116   3.588%      ls
     7  108   3.34055%    brew
     8  102   3.15496%    valet
     9  96    2.96938%    gogogo
    10  89    2.75286%    gc
    11  89    2.75286%    ga
    12  59    1.82493%    code
    13  50    1.54655%    php
    14  31    0.958862%   sudo
    15  28    0.866069%   source
    16  27    0.835138%   composer
    17  24    0.742345%   echo
    18  23    0.711414%   mysql
    19  19    0.587689%   fuck
    20  17    0.525827%   nano

gogogo is an alias for code ., and gc and ga are git commit -m and git add -A respectively.