babarot / gomi

🗑️ Replacement for UNIX rm command!
https://babarot.me/gomi
MIT License
316 stars 13 forks source link

Deleted directory is not found?? #27

Open poetaman opened 2 years ago

poetaman commented 2 years ago

Hi, my test directory was not found by rm --restore command. It gave this message: no deleted files found.

Steps:

cd ~/.config
mkdir calcurse // I already had this directory here, I did not type this in
rm -Rf calcurse // NOTE: this will give error that capital R flag is not found
rm -rf calcurse
rm --restore // This gives the magical message: no deleted files found

Before this I tried rm on a single log file, deleting and restoring it couple of times.

And yes, I had aliased and source rm to gomi, so thats not the problem. Am glad I did not try this for some important directory.