Hacker News new | ask | show | jobs
by 9diov 2802 days ago
You can use Ranger (https://github.com/ranger/ranger) which is available on most Linux distros nowadays. It is fully hackable (written in Python). You can change the file association (which command to open which file) by editing ~/.config/ranger/rifle.conf. More details here: https://wiki.archlinux.org/index.php/ranger#File_association
1 comments

Thanks, I was hoping someone would be able to point me towards a similar file manager!