Menu

Tree [5ef8b0] master /
 History

HTTPS access


File Date Author Commit
 ADD_TAG_SCRIPT 2016-04-15 LIJU G CHACKO LIJU G CHACKO [e5b65d] ADDED SCRIPT FOR NAUTILUS
 FILETAGGER.pro 2016-04-10 LIJU G CHACKO LIJU G CHACKO [ca3945] first commit
 FILETAGGER.pro.user 2016-05-11 LIJU G CHACKO LIJU G CHACKO [5ef8b0] added shared memory to avoid reloading of datab...
 FILETAGGER.pro.user.18 2016-04-13 LIJU G CHACKO LIJU G CHACKO [e6069e] Qtfile dialog file separator issue on windows
 FILETAGGER.pro.user.3.2-pre1 2016-04-13 LIJU G CHACKO LIJU G CHACKO [e6069e] Qtfile dialog file separator issue on windows
 README.md 2016-05-07 LIJU G CHACKO LIJU G CHACKO [44cbb0] added virtual filesystem utility
 Release.txt 2016-05-09 LIJU G CHACKO LIJU G CHACKO [158c2a] corrected website page / problem in windows; im...
 TAB1.png 2016-04-27 LIJU G CHACKO LIJU G CHACKO [e4b53a] interface modified, corrected windows file sepa...
 TAB2.png 2016-04-27 LIJU G CHACKO LIJU G CHACKO [e4b53a] interface modified, corrected windows file sepa...
 file_tagger.desktop 2016-04-12 LIJU G CHACKO LIJU G CHACKO [c45d5e] Readme modified
 filetagger.cpp 2016-05-11 LIJU G CHACKO LIJU G CHACKO [5ef8b0] added shared memory to avoid reloading of datab...
 filetagger.h 2016-05-11 LIJU G CHACKO LIJU G CHACKO [5ef8b0] added shared memory to avoid reloading of datab...
 filetagger.ui 2016-05-08 LIJU G CHACKO LIJU G CHACKO [f49448] added any or all option in exact matching
 main.cpp 2016-04-16 LIJU G CHACKO LIJU G CHACKO [34aabf] corrected license

Read Me

About

  1. This is a simple gui utility to tag/bookmark file/folders/websites without affecting filesystem.

  2. Approximate word matching algorithm is used for searching tags. Files with approximate matching tags will come on the top.

  3. Application will also help in keeping consistency in tag names(Reusing the same terms).

  4. It will auto correct folder path if multiple files belong to same folder and that folder got renamed or relocated.

  5. Database is stored in <home directory="">/.Filetagger/Filetagger_db as a simple text file.</home>

  6. File/Folder/website can be opened by clicking on the link listed in "Browse Tags" tab

  7. Virtual folder can be created after sorting files using exact string matching. A folder will be created with symbolic links to the files.

Requirement

Qt 5.4

Installation

  1. Compile the project in qtcreator and copy FILETAGGER to /usr/bin. Executable file for 64 bit linux machine is uploaded(Compile on ubuntu14.04LTS).

  2. On KDE Desktop file_tag action can be added to file browsers. Do as follows

Run following as root

    cp file_tagger.desktop /usr/share/kde4/services/ServiceMenus/file_tagger.desktop 
    chmod a+x /usr/share/kde4/services/ServiceMenus/file_tagger.desktop 
    kbuildsycoca4

```
  Close all instance of Dolphin browser and start again. Tag file option will appear in the action list.

  2. For nautilus file brower copy 'ADD_TAG_SCRIPT' file into /home/<user name>/.local/share/nautilus/scripts folder and give execution permission.
cp 'ADD_TAG_SCRIPT' '/home/<user name>/.local/share/nautilus/scripts/'
chmod a+x '/home/<user name>/.local/share/nautilus/scripts/ADD_TAG_SCRIPT'

````

Usage (for linux user)

  1. In Dolphin file browser, right click on the folder/file and select "ADD TAG" in actions menu. Enter the tags to bookmark the file and press "SAVE TAGS" button.Similar tags used before will be listed below. By clicking on them or by pressing enter, last tag can be replaced. For nautilus right click select script and run ADD TAG SCRIPT.

  2. In the "Browse Tag" tab, enter tags you want to search and files with approximate matching tags will come on the top.By clicking on file path/websites they will open in appropriate program.

  3. It will auto correct folder path if multiple files belong to same folder and the folder got renamed or relocated.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.