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

Thanks! Also, since alot of OSX paths contain whitespaces, I had to modify the mark function like so:

  function mark {
      mkdir -p $MARKPATH; ln -s "$(pwd)" $MARKPATH/$1
    }
Disclaimer: I'm not very good at bash, perhaps there is a nicer solution to this problem?


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

Search: