Skip to content

wawa19933/fish-rsync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Rsync aliases for fish

This plugin adds a couple of comfortable aliases for rsync.

Alias Description
rsync-copy copy all files and directories recursively preserving attributes with progress report
rsync-move move files and directories recursively preserving attributes and remove source files (will not remove directories though)
rsync-update copy files, but will not overwrite newer files on destination (also uses -a to preserve attributes)
rsync-synchronize synchronize source and destination, will remove files, which do not exist in SOURCE, but will keep newer files

Installation

Install it with fisher

    fisher add wawa19933/fish-rsync

Otherwise, copy all files to $XDG_CONFIG_HOME/fish/functions/

    cp *.fish $HOME/.config/fish/functions/

Releases

No releases published

Packages

No packages published

Languages