Conversation

tkmru

A modern replacement for ln.

@SuperSandro2000

This is basically alias mln=ln -s

@vtintillier

There's also the argument order stuff.

@SuperSandro2000

There's also the argument order stuff.

mln() {
  ln -s "$2" "$1"
}

@vtintillier

My understanding is that it supports both ln -s source target and ln -s target source

@slavaGanzin
mln() {
  ln -s "$1" "$2" || ln -s "$2" "$1"
}

but you dont' get it! it's written in GO! as all cool kids do

@tkmru

Thank you for using the tools I created!

@blaggacao

Unrelated, but sad. 😢

nix profile install nixpkgs#mln
error: flake 'flake:nixpkgs' does not provide attribute 'packages.x86_64-linux.mln', 'legacyPackages.x86_64-linux.mln' or 'mln'

@mavogelmavogel mentioned this pull request Jan 15, 2023
4 tasks
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.