Skip to content

Commit

Permalink
Formatting, motherfucker
Browse files Browse the repository at this point in the history
  • Loading branch information
swmcc committed Nov 30, 2013
1 parent 8e6c831 commit 4392ea3
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions _posts/2013-11-30-most-history-commands.html
Expand Up @@ -11,26 +11,28 @@
https://github.com/swmcc/dotfiles/blob/master/git/.aliases

19:16:59 pippin: $ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn |head -n 20
95 cd # Not very surprising
85 ls # Again not very surprising
56 vim # I <3 this editor
44 fgrep # Client's dodgy code base making me go hunting for stuff at the mo - grrrrrr
34 git # I write software for a living
27 grunt # Starting to use this much more lately
22 node # Hipster alert but it pays the bills
21 ruby # Again, write software for a living
19 python # Am seriously falling in love with python
19 <a href="https://github.com/swmcc/dotfiles/tree/master/git">gs</a> # My alias for git status
19 <a href="https://github.com/swmcc/dotfiles/tree/master/git">gco</a> # My alias for git checkout
18 <a href="http://jonas.nitro.dk/tig/">tig</a> # Love this handy command for git repo info
17 <a href="<a href="https://github.com/swmcc/dotfiles/tree/master/git">gwho</a> # Being nosey on git commits
16 <a href="https://github.com/swmcc/dotfiles/blob/master/tmux/tmux_sessions">ts</a> # My script to show me active tmux sessions
16 curl # Probably testing something
16 n # Running a few apps on different nodes possibly?
16 heroku # PaaS stuffs
15 <a href="https://github.com/swmcc/cookbook/blob/master/git/create_repo">create_repo</a> # Suprised I use git for so much now
12 phantomjs # Testing the javascripts
8 <a href="https://gist.github.com/swmcc/5657497">start_development</a> # How I start my apps (as certain apps have different start and dev criteria)
<table>
<tr><td>95</td><td>cd</td><td># Not very surprising</td></tr>
<tr><td>85</td><td>ls</td><td># Again not very surprising</td></tr>
<tr><td>56</td><td>vim</td><td># I <3 this editor</td></tr>
<tr><td>44</td>fgrep</td><td># Client's dodgy code base making me go hunting for stuff at the mo - grrrrrr</td></tr>
<tr><td>34</td><td>git</td><td># I write software for a living</td></tr>
<tr><td>27</td><td>grunt</td><td># Starting to use this much more lately</td></tr>
<tr><td>22</td><td>node</td><td># Hipster alert but it pays the bills</td></tr>
<tr><td>21</td><td>ruby</td><td># Again, write software for a living</td></tr>
<tr><td>19</td><td>python</td><td># Am seriously falling in love with python</td></tr>
<tr><td>19</td><td> <a href="https://github.com/swmcc/dotfiles/tree/master/git">gs</a></td><td># My alias for git status</td></tr>
<tr><td>19</td><td> <a href="https://github.com/swmcc/dotfiles/tree/master/git">gco</a></td><td># My alias for git checkout</td></tr>
<tr><td>18</td><td> <a href="http://jonas.nitro.dk/tig/">tig</a></td><td># Love this handy command for git repo info</td></tr>
<tr><td>17</td><td> <a href="<a href="https://github.com/swmcc/dotfiles/tree/master/git">gwho</a></td><td># Being nosey on git commits</td></tr>
<tr><td>16</td><td> <a href="https://github.com/swmcc/dotfiles/blob/master/tmux/tmux_sessions">ts</a></td><td># My script to show me active tmux sessions</td></tr>
<tr><td>16</td><td>curl</td><td># Probably testing something</td></tr>
<tr><td>16</td><td>n</td><td># Running a few apps on different nodes possibly?</td></tr>
<tr><td>16</td><td>heroku</td><td># PaaS stuffs</td></tr>
<tr><td>15</td><td> <a href="https://github.com/swmcc/cookbook/blob/master/git/create_repo">create_repo</a> </td><td># Suprised I use git for so much now</td></tr>
<tr><td>12</td><td>phantomjs</td><td># Testing the javascripts</td></tr>
<tr><td>8</td><td> <a href="https://gist.github.com/swmcc/5657497">start_development</a></td><td> # How I start my apps (as certain apps have different start and dev criteria)</td></tr>
</table>
</p>

<p>The biggest surprise was the abscence of ssh. In saying that I think tmux has pretty much nullified that. Also I've started to use <a href="http://heroku.com/">heroku</a> lately. Also quite suspicious in its abscene was any database shell commands. Again I am sure tmux and my start_development script has taken away the need for me to explicitly go into a db shell. Quite proud that grunt is in there - I've really started to use that for my web dev tasks lately.</p>
Expand Down

0 comments on commit 4392ea3

Please sign in to comment.