Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The idea is great, and I actually don't mind the terminal look. I could see where some people might be annoyed by it though, so making it optional would probably be a good idea. What I do not like is the min/max/close icons in the top right of the terminal window that have no functionality.

Another little thing is search. Before I submitted my command which was

svn st | grep "^\?" | awk "{print \$2}" | xargs svn add $1

I searched for it and came up with no results. After browsing the popular page though I found

svn status |grep '\?' |awk '{print $2}'| xargs svn add

Also I noticed that commands that have no whitespace after the | are not being picked up and added to the tags. For example, that last command only xargs would be listed but not grep and awk.

Here are links to the examples:

http://www.commandlinefu.com/commands/view/153/add-all-unver...

http://www.commandlinefu.com/commands/view/36/add-all-files-...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: