Skip to content

oh-my-fish/plugin-bak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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