helloSystem / Filer

A file manager that can also render the desktop
GNU General Public License v2.0
30 stars 9 forks source link

Allow coloring of files and folders (labels/tags) #32

Open probonopd opened 3 years ago

probonopd commented 3 years ago

This feature was suggested in a YouTube video comment.

image

image

Source: https://www.provideocoalition.com/get-those-nice-bright-macos-finder-label-colors-back/

KDGNOR commented 3 years ago

This a most for my use case :) hope then it stable you package as appimage :-)

KDGNOR commented 3 years ago

TIp LookAtFor Source_Code:

Pantheon Files: i think it have: have 8 colors - as Plugin Written in Vala. but it GTK3 and Vala - Writen.

Source: (https://github.com/elementary/files)

probonopd commented 3 years ago

Thank you @KDGNOR but we need Qt, because Filer is written in Qt.

KDGNOR commented 3 years ago

think MacOSX use .DS_Store to track color'ing.

did think u mabye use same plugin as gtk3 app vala color plugin but mabye vala it gtk3 only sorry if so.

kettle-7 commented 3 years ago

Vala is not strictly for GTK, but it takes a lot of work to use it without GLib, which is already used in Filer, but is on "Unwelcome technologies"

KDGNOR commented 2 years ago

Index - File Manager: https://mauikit.org/apps/index/ MauiKit is built using the KDE Kirigami framework and Qt Quick Controls 2.

Support some sort of Tags/Colors.. :-D

probonopd commented 2 years ago

Would be interesting to know where/how to store them.

kettle-7 commented 2 years ago

.DirInfo probably

Also if custom emblems could be supported, and you could filter by specific emblems or colour tags, that's make organisation easier :~)

probonopd commented 2 years ago

.DirInfo probably

Would be very surprised, as we made it up it as far as I know.