symlinks icon indicating copy to clipboard operation
symlinks copied to clipboard

symbolic link maintenance utility

Results 11 symlinks issues
Sort by recently updated
recently updated
newest added

https://stackoverflow.com/q/8523159/1517969 Seems like a good fit to build into this tool (ideally `mv`, but that would be a uphill battle..)

Relative symlinks are great, but as soon as you try to move them around, they break. The solution is to temporarily make them absolute links, move them, then re-link them...

Previewing changes that would be made with `-c` using `-t` is very useful and a great feature. It would be great if it were possible to do the same with...

Consider the case where someone has a root filesystem image mounted at `/mnt`. Right now, the `symlinks` tool cannot be usefully used against such an image: - An absolute link...

- fixes brandt/symlinks#9 - fixes brandt/symlinks#4 * allowing `make install PREFIX=…` from the environment should address any concerns about lack of a `./configure` script from that issue

The `Readme.md` states this: ``` $ ./configure $ make $ make install ``` There is no `configure` script in the source.

``` $ sudo make install c -o root -g root -m 755 symlinks /usr/local/bin make: c: Command not found Makefile:16: recipe for target 'install' failed make: [install] Error 127 (ignored)...

I ran `symlinks -c /` and broke systemd. Systemd need absolute links, not relative links. I now need to fix it. Debian has a patch to convert from relative to...

Hi there, this tool did not work on Docker running amazon linux2 on windows. WSL did work.

Nice util, for shallow directory structure. But, when I use on a sub directory more than 4 levels deeper than /, Symlinks only drops the 2 or 3 directories above...