An open API service indexing awesome lists of open source software.

https://github.com/ericsubach/stow-lite

Tool similar to GNU Stow to manage symlinks on Windows.
https://github.com/ericsubach/stow-lite

Last synced: 5 months ago
JSON representation

Tool similar to GNU Stow to manage symlinks on Windows.

Awesome Lists containing this project

README

        

## Stow Lite

> Please note that this tool's behavior is different from stow's default behavior.

Implements a behavior very similar to a small subset of [GNU stow][stow] operations. It is sufficient for my needs when working on Windows.
[stow]: http://www.gnu.org/software/stow/

If the name of any file or directory in the stow directory matches one of the regular expressions in `.stow-local-ignore`, then it is ignored. If a directory is not ignored, then it is symlinked using Windows' `mklink` command. There is no way to ignore certain files/directories in a symlinked directory. No attempt is made to determine ownership of files; files will be overwritten with no warning.

If your Windows account is a regular user (non-administrator), then you must enable privileges for creating symlinks. After research, it appears that Administrator accounts cannot create symlinks. The easiest solution is to open a console that is run in Administrator mode.