- Notifications
You must be signed in to change notification settings - Fork3
ruyadorno/itrash
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Interactively selects files to delete from current folder in the cli
AniPipeTo workflow
Get it withnpm:
npm install -g itrash
Anywhere in your file system, use the command:
itrash
OR
bypassnpm install and run it at once usingnpx:
npx itrash
If you're already anipt user that has it globally installed, you can get this same functionality by just adding this alias to yourbash (or equivalent) file:
alias itrash="ls | ipt -m -M 'Select items to delete:' | xargs trash"
MIT © 2018Ruy Adorno
About
Interactively selects files to delete from current folder in the cli
Resources
Stars
Watchers
Forks
Packages0
No packages published