RescueTime for the Console

posted 04:43PM Apr 13, 2008 with tags console meme productivity rescuetime by Lars Trieloff

In some way, RescueTime can be seen as the graphical variant of this meme.

 $ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s \n",a[i],i}}'|sort -rn|head
   93	cd 
   80	sudo 
   71	ls 
   29	rm 
   17	ssh 
   16	less 
   14	export 
   11	mvn 
   10	./autogen.sh 
    9	tar 

[via Bill]

Comments:

Post a Comment:
Comments are closed for this entry.