/plugin-bak

Helps you instantly backup and restore files

Primary LanguageShellMIT LicenseMIT

plugin-bak

Helps you instantly backup and restore files

MIT License Fish Shell Version Oh My Fish Framework




Installation

omf install bak

Usage

  • cpbak <filename>
  • mvbak <filename>
  • uncpbak <filename>
  • unmvbak <filename>

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