Tags is a free and open source text tagger application for Linux. Using Tags application, you can create tags with color schemes and give beautiful color to your logs files and text files. It comes with create, load, save and remove tags option, create tags based on string with pattern, regular expressions, case sensitive support and many more.
How to Install Tags on Ubuntu
You can install Tags text tagger app via flatpak from the remote flathub. If you don’t have then install flatpak and flathub on your system first and restart it after the system. You can follow below commands.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that open the terminal app (ctrl+alt+t) and run below Tags Text Tagger flatpak install command.
flatpak install flathub io.github.phastmike.tags
It will install the latest version of Tags on your system. And open it using below command or via the Show Apps Ubuntu dock menu.
flatpak run io.github.phastmike.tags
And uninstall Tags app using below commands.
flatpak uninstall io.github.phastmike.tags
[OR]
sudo flatpak uninstall io.github.phastmike.tags