andreafrancia/trash-cli
この評判がよさそうなので入れてみる。
インストール
sudo apt-get install python-setuptools sudo easy_install trash-cliで終わり。
準備
今回の目的である rm のエイリアスを .zshrc などに書く。alias rm='trash-put' source ~/.zshrc
コマンド一覧
trash-put trashes files and directories. trash-empty empty the trashcan(s). trash-list list trashed file. restore-trash restore a trashed file. trash-rm remove individual files from trash can.
動作確認
現在のごみ箱の中身を取得trash-list
ゴミを投げ入れてみる
echo "frieza" > deathnote rm deathnote
確認
trash-list出来た。
ごみ箱を空にする
trash-empty
0 件のコメント:
コメントを投稿