Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Interactively selects files to delete from current folder in the cli

NotificationsYou must be signed in to change notification settings

ruyadorno/itrash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NPM versionLicenseJoin the chat at https://gitter.im/ipipeto/Lobby

Interactively selects files to delete from current folder in the cli

AniPipeTo workflow



demo animation


Install

Get it withnpm:

npm install -g itrash

Run

Anywhere in your file system, use the command:

itrash

OR

bypassnpm install and run it at once usingnpx:

npx itrash

Bash alias equivalent

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:

Requirements

  • Unix-like system (needsls andxargs cmds)
  • trash-cli globally installed
  • ipt globally installed
alias itrash="ls | ipt -m -M 'Select items to delete:' | xargs trash"

License

MIT © 2018Ruy Adorno

About

Interactively selects files to delete from current folder in the cli

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp