pindexis / qfc

Quick Command-line File Completion
MIT License
574 stars 23 forks source link

Force quiet rm of tmp_file #32

Open Naereen opened 7 years ago

Naereen commented 7 years ago

On my bash, and many others, rm is aliases to 'rm -vi' for safety reason, and there is no way to force rm to be quiet except to use '/bin/rm' explicitly.

Naereen commented 6 years ago

@pindexis any update?

Naereen commented 6 years ago

@pindexis ?

pindexis commented 6 years ago

Ah sorry for the very late response. I wonder if /bin/rm present in all major distributions?

Naereen commented 6 years ago

Hi, no worries. Don't use a binary like this to remove a file, there is a clean and Pythonic way to do that that works on all platforms. Thanks in advance.