selkhateeb / hardlink

a simple command-line utility that implements hardlinks on Mac OsX
486 stars 45 forks source link

hln: File exists -- If the target directory already exists, what about creating a link in that directory? #24

Closed wangguoqin1001 closed 7 years ago

wangguoqin1001 commented 9 years ago

Like the behavior in ln, if the target directory already exists, then create a link in that directory instead, to make the following command work:

ln ~/blablabla .

askaliuk commented 8 years ago

+1

BenjaminHCCarr commented 7 years ago

@connorworley has a PR for this selkhateeb#29

it also does the sane thing of just creating the link in . if no destination is specified.

selkhateeb commented 7 years ago

I just merged in @connorworley PR. Closing this.