descriptionnone
homepage URLhttps://www.gnu.org/software/stow/
repository URLhttps://git.savannah.gnu.org/git/stow.git
ownerstefan.naewe+rr@gmail.com
last changeSun, 7 Apr 2024 23:16:02 +0000 (8 00:16 +0100)
last refreshSat, 27 Apr 2024 07:50:28 +0000 (27 09:50 +0200)
content tags
add:
README.md

Build Status Coverage Status

README for GNU Stow

This README describes GNU Stow. This is not the definitive documentation for Stow; for that, see the info manual.

Stow is a symlink farm manager program which takes distinct sets of software and/or data located in separate directories on the filesystem, and makes them all appear to be installed in a single directory tree.

Originally Stow was born to address the need to administer, upgrade, install, and remove files in independent software packages without confusing them with other files sharing the same file system space. For instance, many years ago it used to be common to compile programs such as Perl and Emacs from source and install them in /usr/local. By using Stow, /usr/local/bin could contain symlinks to files within /usr/local/stow/emacs/bin, /usr/local/stow/perl/bin etc., and likewise recursively for any other subdirectories such as .../share, .../man, and so on.

While this is useful for keeping track of system-wide and per-user installations of software built from source, in more recent times software packages are often managed by more sophisticated package management software such as rpm, dpkg, and Nix / GNU Guix, or language-native package managers such as Ruby's gem, Python's pip, Javascript's npm, and so on.

However Stow is still used not only for software package management, but also for other purposes, such as facilitating a more controlled approach to management of configuration files in the user's home directory, especially when coupled with version control systems.

Stow was inspired by Carnegie Mellon's Depot program, but is substantially simpler and safer. Whereas Depot required database files to keep things in sync, Stow stores no extra state between runs, so there's no danger (as there was in Depot) of mangling directories when file hierarchies don't match the database. Also unlike Depot, Stow will never delete any files, directories, or links that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always possible to rebuild the target tree (e.g., /usr/local).

Stow is implemented as a combination of a Perl script providing a CLI interface, and a backend Perl module which does most of the work.

You can get the latest information about Stow from the home page:

http://www.gnu.org/software/stow/

Installation

See INSTALL.md for installation instructions.

Documentation

Documentation for Stow is available online, as is documentation for most GNU software. Once you have Stow installed, you may also find more information about Stow by running info stow or man stow, or by looking at /usr/share/doc/stow/, /usr/local/doc/stow/, or similar directories on your system. A brief summary is available by running stow --help.

Mailing lists

Stow has the following mailing lists:

Announcements about Stow are posted to info-stow and also, as with most other GNU software, to info-gnu (archive).

Security reports that should not be made immediately public can be sent directly to the maintainer. If there is no response to an urgent issue, you can escalate to the general security mailing list for advice.

The Savannah project also has a mailing lists page.

Getting involved

Please see the CONTRIBUTING.md file.

License

Stow is free software, licensed under the GNU General Public License, which can be found in the file COPYING.

Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty.

Brief history and authorship

Stow was inspired by Carnegie Mellon's "Depot" program, but is substantially simpler. Whereas Depot requires database files to keep things in sync, Stow stores no extra state between runs, so there's no danger (as there is in Depot) of mangling directories when file hierarchies don't match the database. Also unlike Depot, Stow will never delete any files, directories, or links that appear in a Stow directory (e.g., /usr/local/stow/emacs), so it's always possible to rebuild the target tree (e.g., /usr/local).

For a high-level overview of the contributions of the main developers over the years, see the AUTHORS file.

For a more detailed history, please see the ChangeLog file.

shortlog
2024-04-07 Adam SpiersBump version to 2.4.1 for development of next releasemaster
2024-04-07 Adam SpiersHOWTO-RELEASE: fix previously missed rename from distclean
2024-04-07 Adam SpiersHOWTO-RELEASE: add reminder to add/remove manual files...
2024-04-07 Adam SpiersHOWTO-RELEASE: suggest using gnupload --dry-run first
2024-04-07 Adam SpiersHOWTO-RELEASE: add link to gnupload docs
2024-04-07 Adam SpiersMerge pull request #108 from aspiers/release-v2.4.0v2.4.0
2024-04-07 Adam SpiersMerge pull request #97 from ilyagr/patch-1
2024-04-07 Adam SpiersRebuild META.*
2024-04-07 Adam SpiersHOWTO-RELEASE: THANKS is no longer being updated
2024-04-07 Adam SpiersUpdate NEWS for v2.4.0
2024-04-07 Adam SpiersBump version to 2.4.0
2024-04-07 Adam SpiersAdd details on how to view coverage locally
2024-04-07 Adam Spiersstow: remove misleading comment about current dir
2024-04-07 Adam SpiersMerge pull request #107 from aspiers/improve-dotfiles-fix
2024-04-07 Adam Spierst/unstow.t: move final set of tests into a subtest
2024-04-07 Adam Spierst/unstow.t: remove superfluous spaces
...
tags
2 weeks ago v2.4.0 Release 2.4.0
4 years ago v2.3.1 Release 2.3.1
4 years ago v2.3.0 Release 2.3.0
4 years ago 2.3.0 Release 2.3.0
8 years ago v2.2.2 Release 2.2.2
8 years ago v2.2.1 Release 2.2.1
12 years ago v2.2.0
12 years ago v2.1.3
12 years ago v2.1.2
12 years ago v2.1.1
12 years ago v2.1.0
12 years ago troywill-old-master This was the head of the savannah...
12 years ago cvs+git Clean graft of savannah/master...
12 years ago v2.0.2
12 years ago v1.3.2-tarball Import tree from 1.3.2 release...
12 years ago v1.3.3-tarball Import tree from 1.3.3 release...
...
heads
2 weeks ago master
12 years ago no-folding-per-pkg
12 years ago debian
12 years ago pmdir-default
12 years ago tdw-experimental
12 years ago stow1