rcm icon indicating copy to clipboard operation
rcm copied to clipboard

Print when a new file is linked or copied

Open 9999years opened this issue 4 months ago • 0 comments

When I use rcup, I get no output, even if a new file is linked:

$ rcup
$

When I use rcup -v, I get a list of every linked file in my dotfiles (boring):

$ rcup -v
identical /Users/9999years/.cargo/config.toml
identical /Users/9999years/.config/1Password/ssh/agent.toml
identical /Users/9999years/.config/alacritty/alacritty.yml
...

This displays when new files are linked at all log levels. (Maybe this should be hidden behind an rcrc option?)

9999years avatar Aug 22 '25 18:08 9999years