Skip to content

Instantly share code, notes, and snippets.

@domix
Last active September 28, 2015 01:48
Show Gist options
  • Save domix/1365321 to your computer and use it in GitHub Desktop.
Save domix/1365321 to your computer and use it in GitHub Desktop.
My shell activity
domix@raskolnikov:~
λ🍺 zsh_stats 0:25:00
1 1820 11.2617% brew
2 1743 10.7852% g
3 1617 10.0056% gs
4 1339 8.28538% cd
5 948 5.86597% ll
6 834 5.16057% grails
7 498 3.08149% ggpush
8 481 2.9763% http
9 393 2.43178% gradle
10 383 2.3699% mate
11 383 2.3699% ggpull
12 264 1.63356% git
13 244 1.50981% rm
14 243 1.50362% ga
15 232 1.43555% exit
16 222 1.37368% curl
17 220 1.3613% gem
18 213 1.31799% open
19 206 1.27467% linode
20 154 0.952911% gm
21 140 0.866283% ps
22 140 0.866283% groovy
23 134 0.829157% gup
24 127 0.785842% launchctl
25 122 0.754904% mkdir
26 115 0.71159% pwd
27 103 0.637337% w2
28 94 0.581647% w1
29 90 0.556896% vagrant
30 84 0.51977% mvn
31 70 0.433142% more
32 70 0.433142% lolcommits
33 67 0.414578% mv
34 66 0.408391% grunt
35 64 0.396015% java
36 63 0.389827% ls
37 63 0.389827% df
38 58 0.358889% lol
39 57 0.352701% subl
40 56 0.346513% sudo
@benek
Copy link

benek commented Jan 16, 2012

Buen tip el de HISTSIZE, acá va mi output:

benek-mac:~ benek$ history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head -n 25
249 git
51 ls
46 cd
41 gradle
12 scala
11 vim
8 history
7 pwd
7 ping
6 ssh
5 mkdir
5 echo
5 brew
5 ./ceylon

@oscarryz
Copy link

Jajajaja el mío hasta da un poquito de pena, lo que puedo ver es que no sé escribir clear


history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head -n 25
80 javac
67 java
66 ls
51 cd
40 vi
25 clear
24 ../../bin/ceylon
23 ../../bin/ceylonc
18 cat
16 ../bin/ceylonc
10 pwd
9 rm
6 open
6 clar
6 ../bin/ceylon
5 mv
5 mkdir
4 exit
3 sl
3 mate
3 file
3 celar
3 ../../bin/ceylond
1 tar
1 sh

@chochos
Copy link

chochos commented Jan 17, 2012

Alguien anda jugando con ceylon, qué bien!

@oscarryz
Copy link

Intenté pero me parece que aún no se pueden utilizar bibliotecas base de java como javax.swing o no?

http://stackoverflow.com/questions/8954497/can-i-use-java-core-libraries-in-ceylon-m1-newton

@javadabadoo
Copy link

Orale,esto está muy chido!!

MacBook-Pro-de-Gerardo:Desktop gerardoaquino$ history | awk '{a[$2]++}END{for(i in a){print a[i] " " i}}' | sort -rn | head -n 25 162 mvn 102 cd 94 git 26 gradle 24 pwd 24 java 21 sudo 20 ./asadmin 12 sh 12 groovyc 10 vi 10 ./startdb.sh 9 ssh 7 ./stopserv 6 clear 6 top 6 ifconfig 6 ./startserv 5 su 5 open 4 mkdir 4 jconsole 4 asadmin 3 ssh-keygen 3 lib/ant/bin/ant

@robertorb21
Copy link

Domix.. npm es el gestor de paquetes de node?? lo estas implementando en algún proyecto?

@domix
Copy link
Author

domix commented Feb 2, 2012

Ese mismo, estoy usando CoffeeScript y Less, ambos son paquetes que puedes instalar con npm

@rugi
Copy link

rugi commented Feb 27, 2012

en la maquina del amo obtengo esto: (ya alrato lo probaré en mi mac):
-sí, muy aburrido, pero asi es esto de la consultoria, espero mi mac me dé datos mas divertidos -

311 cd
189 ls
106 clear
53 .
51 java
46 pwd
26 hg
21 ssh
19 scp
16 chmod
14 svn
13 sudo
13 export
11 more
9 find
9 env
7 javac
5 vi
5 telnet
5 ./sqlplus
5 jconsole
4 uname
4 ifconfig
3 xhost
3 seamonkey
3 rm
3 ping
3 ./lsnrctl
3 kill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment