It is a very simple program that allows you to have a quick overview of the contents of some files.
The program requires some python libraries and I have made a list of those needed for some distributions. they are generally always the same, just the names change a little.
Video: https://www.youtube.com/watch?v=AB1SRV1ldnw
Github: https://github.com/Nyre221/dolphin-quick-view
Download: https://www.pling.com/p/2083711/
I added it to the repository: https://github.com/Nyre221/dolphin-quick-view/tree/main/package creation
I made some changes and now it doesn’t delete all the history, only the last thing copied (afterwards try to restore it but it doesn’t work if you copied a folder or file): https://github.com/Nyre221/dolphin-quick-view/blob/main/package creation/quick_view_package/dolphin_quick_view_shortcut.sh
this is caused by dolphin’s limitations and there’s not much I can do about it.
I don’t think it makes much sense for this application.
For now I’m trying to integrate the modules inside a .pyz and eliminate the use of pip: https://github.com/Nyre221/dolphin-quick-view/issues/10