stow/doc
Charles LeDoux dc42c34107 Add function to expand ~ in .stowrc files (#14)
Add a new expand_tilde() function that performs tilde expansion of
strings, and corresponding unit tests:

    * A ~ at the beginning of a path is expanded to the user's home
      directory.
    * Literal '~' can be provided with '\~'

Combine this with expand_environment() in a new expand_filepath()
function which applies all (both) required expansion functions to a
string, and use that in get_config_file_options() to expand .stowrc
options.

Add more tests to check that tilde expanded in correct places, i.e.:

    * expanded for --target and --dir
    * not expanded for --ignore, --defer, or --override

Update documentation on stowrc files according to this functionality
change.

Fixes #14: https://github.com/aspiers/stow/issues/14
2019-06-25 19:38:43 +01:00
..
ChangeLog.OLD Auto-generate ChangeLog from git 2011-11-26 16:34:57 +00:00
HOWTO-RELEASE HOWTO-RELEASE: use Docker to test before releasing 2016-11-20 22:57:39 +00:00
stow.texi Add function to expand ~ in .stowrc files (#14) 2019-06-25 19:38:43 +01:00
texinfo.tex Reorganise more files into subdirectories and add CPAN support via Module::Build 2011-11-26 15:10:26 +00:00