oh-my-fish / plugin-bak

Helps you instantly backup and restore files
MIT License
5 stars 3 forks source link
backup backup-utility fish

plugin-bak

Helps you instantly backup and restore files

MIT License Fish Shell Version Oh My Fish Framework




Installation

omf install bak

Usage

Example

⋊> ~/tmp touch test.txt
⋊> ~/tmp ls
test.txt
⋊> ~/tmp cpbak test.txt
⋊> ~/tmp ls
test.txt    test.txt.20230829_100153.bak
⋊> ~/tmp

License

MIT © Bruno Ferreira Pinto et al