Skip to content

cryofault/nautilus-emblems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nautilus Emblems

A file marking extension for Nautilus (GTK 4)

-Forked from costales/folder-color in order to achieve two goals:

  1. Remove code unneeded for marking files with emblems in Nautilus simplifying the extension.
  2. Bypass a bug caused by the folder color changing code causing nautilus to crash on launch when folders are bookmarked.

EMBLEMS

image

Nautilus Emblems will use any of these standard emblems:

  • emblem-important
  • emblem-urgent
  • emblem-favorite
  • emblem-default
  • emblem-new

INSTALL

In project directory:

chmod +x install.sh
./install.sh
nautilus -q

OR

Install via AUR with yay:

yay -S nautilus-emblems

AUR

UNINSTALL

In project directory:

chmod +x uninstall.sh
./uninstall.sh
nautilus -q

About

Emblem Marker for Nautilus - GTK 4.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.0%
  • Shell 7.0%