GitHub - ronbu/ml: move and symlink a file with one command

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

6 Commits

Repository files navigation

Build Status

Installation

go get bitbucket.org/ronb/ml

ml is a very simple tool that combines ln -s and mv:

$ touch from
$ ml from to
$ ls -la
total 8
drwxr-xr-x  2 r  staff  136 Jul 29 20:53 .
drwxr-xr-x  4 r  staff  306 Jul 29 20:52 ..
lrwxr-xr-x  1 r  staff    2 Jul 29 20:53 from -> to
-rw-r--r--  1 r  staff    0 Jul 29 20:53 to
$ ml -reverse from
to

About

move and symlink a file with one command

Resources

Readme

Activity

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published

Languages