lnk - Easy link creator

Today I was thinking about how I am never sure what format to use when creating links to files and directories. Is it symbolic or hard link, should I use absolute or relative paths? So I spent a little time and created link that will guide you through the process or use heuristics, in a standardized lnk from to format.

lnk is an interactive wrapper around ln that helps you create symbolic and hard links safely. It asks a small set of plain-English questions, explains the decision it makes, shows the equivalent shell command, and only proceeds after confirmation.

Try it out on GitHub. Fun fact: it can be installed by using itself!

#projects #lnk