oberblastmeister / trashy

a cli system trash manager, alternative to rm and trash-cli
Apache License 2.0
344 stars 12 forks source link

Give an error if a file to be deleted is locked by another process. #114

Open deadcoder0904 opened 7 months ago

deadcoder0904 commented 7 months ago

I was trying to delete my .sqlite database but it was opened by my database viewer.

trash command exited without deleting the file. It should've thrown an error saying the file is locked as its used by another process.