Kei-K23 / trashbox

Trashbox 🗑️ is a small, fast and cross-platform Go utility package for dealing with OS native Trash Box or Recycle Bin according to user OS. Include clean set of APIs for move file or directory to Trash Box, recovery and put back them to their original place and much more.
MIT License
8 stars 1 forks source link

Cobra CLI Implementation #2

Open Zachdehooge opened 1 month ago

Zachdehooge commented 1 month ago

Implement Cobra CLI framework to handle function calls straight from the command line. Option for implementing lip gloss is also available with this approach.

Frameworks

Kei-K23 commented 1 month ago

That idea is great and thank for your suggestion @Zachdehooge. I will implement CLI interface for later. I already have working project for CLI implementation and also the main reason of creating this package is to use in that CLI tool (If you interesting about that CLI, please check this out repo : go-cpz an alternative for cp/mv/rm linux commands but currently implemented for cp and mv with modern features and improvement UX).

Have a great day