April 2012
10 posts
wemux - multi-user terminal multiplexing for party... →
thechangelog:
We just can’t shut up about the joys of tmux, especially for remote pairing. Matt Furden aims to make it even easier to set up a secure multi-user environment with wemux. Wemux sets up an SSH server and tmux sessions for three use cases:
Mirror Mode gives clients (another SSH user on your machine) read-only access to the session, allowing them to see you work, or
Pair Mode...
這い寄るゆろよろ日記: Gitの本当に役に立たないどうでもいいTips →
yuroyoro-blog:
【警告】この記事を読んでもあなたのGitライフが改善されることはなく、むしろ悪影響があるかもしれません。 gitには、よく使うコマンドをaliasとして登録する機能があります。有名なのは、”git s”を”git status”と同じにするやり方です。
$ git config —global alias.s ‘status’
あなたの$HOMEディレクトリにある.gitconfigに、このように書いても同様です。
[alias]
s = status
便利ですね。そこで、最近自分がよく使っている、git-flowというコマンドを、”git…
anthonykong:
To install command md5sum in brew, run
brew install md5sha1sum
Note the formula is not md5sum.
March 2012
47 posts
vim-smartinput - Smarter punctuation pairs in Vim →
thechangelog:
If, like me, you came to Vim from TextMate, you may miss having certain punctuation pairs closed for you automatically. (This is especially true in Markdown, where you write a lot of [], (), and ““).
Kana Natsuno aims to help you close those sets without getting in the way with smartinput, which comes with Drew Neil’s endorsement:
If you’re still looking for the perfect...
Rails 3.2.3 has been released
aboutrails:
Read the announcement…