Open3

今年よく使ったコマンドを振り返る

hhattohhatto

2021年によく使ったコマンドを振り返りたいです。
おもむろにコマンドを打ちます。

前提: Zsh

$ fc -l -i 1 | grep "2021-" | awk '{print $4}' | sort | uniq -c | sort -nr | head -20

上位20位

3224 git
3092 rg
1386 view
1303 vim
 599 cd
 380 python
 338 fd
 324 yarn
 242 rm
 224 mv
 219 ls
 178 mkdir
 160 nvim
 150 cp
 141 pip
 130 docker
 102 npx
 100 cat
 100 brew
  64 solana
hhattohhatto

ちなみに2020年は

$ fc -l -i 1 | grep "2020-" | awk '{print $4}' | sort | uniq -c | sort -nr | head -20
3300 git
2360 rg
1166 vim
 919 view
 367 rm
 261 cd
 238 fd
 226 python
 214 mv
 201 curl
 194 ls
 163 yarn
 146 docker
 136 mkdir
 105 cp
  88 autopep8
  87 brew
  75 pip
  68 pytest
  40 npx

あんまり2021年と変わらず。本格的にフリーランス始めて在宅で仕事もし始めてたので、状況あんまり変わらないからかな。

hhattohhatto

2019年

$ fc -l -i 1 | grep "2019-" | awk '{print $4}' | sort | uniq -c | sort -nr | head -20
 133 git
  61 view
  41 vim
  35 cd
  33 rm
  33 ls
  30 rg
  29 python
  20 docker-compose
  17 cargo
  16 docker
  11 ghq
   9 scp
   9 mv
   9 fd
   9 curl
   8 workon
   8 ssh
   7 pycodestyle
   6 mkdir

転職してめちゃ忙しくて、家のPCほとんど触ってなかったからコマンド打ってる数自体が少ない。