selkhateeb / hardlink

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

Behave more like the built-in ln #29

Closed connorworley closed 7 years ago

connorworley commented 8 years ago

This changes hln to behave more like the builtin ln. If the destination is omitted, it creates the hardlink inside the current directory. If the destination is an existing directory, it creates the link inside that directory.

BenjaminHCCarr commented 7 years ago

This would be quite useful.

selkhateeb commented 7 years ago

Thanks @connorworley and this is merged now.

BenjaminHCCarr commented 7 years ago

If you would be so kind, can you tag and release v0.1.2 so that I can update homebrew with the newly updated package.