Awesome
itrash
Interactively selects files to delete from current folder in the cli
<br /> <br /> <p align="center"> <a href="https://asciinema.org/a/174395"> <img alt="demo animation" width="600" src="https://cdn.rawgit.com/ruyadorno/itrash/master/demo.svg" /> </a> </p> <br />An iPipeTo workflow
Install
Get it with npm:
npm install -g itrash
Run
Anywhere in your file system, use the command:
itrash
OR
bypass npm install and run it at once using npx:
npx itrash
Bash alias equivalent
If you're already an ipt user that has it globally installed, you can get this same functionality by just adding this alias to your bash (or equivalent) file:
Requirements
alias itrash="ls | ipt -m -M 'Select items to delete:' | xargs trash"
License
MIT © 2018 Ruy Adorno