RyanScottLewis / cutback

Backup system with the goal of creating smaller, more focused backups.
https://ryanscottlewis.github.io/cutback
MIT License
2 stars 0 forks source link

Command option fallbacks #22

Open RyanScottLewis opened 5 years ago

RyanScottLewis commented 5 years ago

A user might want to try fzf for finding before falling back to find when fzf is not installed.

Use an array for tool options. Might depend on #5.