TranslateProject/sources/tech/Daily Ubuntu Tips – Identify Folders By Colors In Ubuntu.md

2.4 KiB
Raw Blame History

{Translating}Linchenguang

Daily Ubuntu Tips Identify Folders By Colors In Ubuntu

Heres a brief tip that will show you how to identify folders by colors in Ubuntu 14.04 or previous with this nifty tool. This tool which is called Folder Color, allows users to change the color of folders in Nautilus so they could easily indentify and distinguish them from others.

It is designed to work with Nautilus can be used with other Icon themes in Ubuntu. Its nice tool to install. Its light weight and doesnt interface with your systems performance.

Installing it is easy and this brief tutorial is going to show you how.

For example, if you want to color important files folder red, or travel documents yellow, you can change them easily with Folder Color.

Heres how to install this tool.

In Ubuntu, press Ctrl Alt T on your keyboard to open the terminal console. When it opens, run the commands below to add the below PPA archive.

sudo add-apt-repository ppa:costales/folder-color

Next, run the commands below to update your system and install Folder Color.

sudo apt-get update && sudo apt-get install folder-color

Thats it. Now all you have to do is log out and log back in or restart Nautilus. Then go to Nautilus, right-click on the folder you wish to change and select the color. There are pre-defined colors to choose from which isnt as many as you may want, but enough for the average users.

If you wish to uninstall it, run the commands below to remove the PPA archive.

sudo add-apt-repository -r ppa:costales/folder-color

Finally, run the commands below to remove Folder Color

sudo apt-get update && sudo apt-get remove folder-color

Enjoy!


via: http://www.liberiangeek.net/2014/04/daily-ubuntu-tips-identify-folders-by-colors-in-ubuntu/

译者:译者ID 校对:校对者ID

本文由 LCTT 原创翻译,Linux中国 荣誉推出