From 4033e43d325e6ff6356eae7c899e593e4e644426 Mon Sep 17 00:00:00 2001 From: Mike Burns Date: Sat, 3 Aug 2013 13:51:27 -0400 Subject: rcup -f and -i Add the `-f` and `-i` options to rcup(1). `-f` will overwrite any file it doesn't recognize; `-i` will prompt each time, and is the default. For example: rm ~/.zshrc touch ~/.zshrc rcup -f # overwrite that .zshrc with the symlink rcup -i # prompt whether to overwrite that .zshrc --- NEWS.md.in | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS.md.in') diff --git a/NEWS.md.in b/NEWS.md.in index f24f2bd..7665527 100644 --- a/NEWS.md.in +++ b/NEWS.md.in @@ -3,6 +3,7 @@ rcm (@PACKAGE_VERSION@) unstable; urgency=low * Improved Debian handling. * Introduce mkrc -o to install host-specific dotfiles. * Add rcdn(1) to remove rc files. + * Add rcup -f and -i to force overwrites/prompt for overwrites. -- Mike Burns Tue, 01 Aug 2013 16:43:33 +0200 -- cgit v1.2.3