This is awesome! Thanks!
KDE
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
Just checking over the list of supported files, does it preview just plain .txt files at all?
.txt or plain text files without extension are supported.
@Nies221 @Moxvallix
Do you use the info from 'file' command (api) ?
To get the size of archives and folders:
os.stat(filename).st_size
# for folders you have to use it together with os.walk()
To get the list of files inside an archive I use the zipfile, rarfile and tarfile modules.
For the file type, I either extract the extension from the name or I use a bash command via subprocess:file --mime-type filepath
subprocess is used if there is no extension (as often happens with text files).
I preferred to use subprocess to avoid having to increase the number of dependencies needed.
Sweet.
What'd help with spreading this app more is if you could create a one-click installable package for less experienced users