Tagsistant
Tagsistant copied to clipboard
Semantic filesystem for Linux, with relation reasoner, autotagging plugins and a deduplication service
https://www.tagspaces.org/ uses the filename to store the tag. "file_name [a_tag, another_tag].txt". It would be great to have a way to convert existing TagSpaces tagged files to Tagsistant directories.
After reading the docs, I wanted to start with tagsistant. Luckily configure, make, install from GIT with current Ubuntu 18.04. LTS worked flawless, but for a beginner it is almost...
Is there any developer documentation available that describes filesystem architecture and components?
``` Tagsistant (tagfs) v.0.8.1a (codename: Berlin) Build: 565.20141118.000022 FUSE_USE_VERSION: 26 FUSE library version: 2.9.7 fusermount version: 2.9.7 using FUSE kernel interface version 7.19 extract v1.4 ``` Tried tagsistant out with...
Hello, Is the test_suite.pl supposed to be up-to-date and succeeding for all test cases? When I run it there are 55 tests failing. I'm attaching the script log of the...
Given a list of tags, I would like to have a quick way to see all tags that appear alongside that list. Right now, in ~/myfiles/store/tag1/ there are subfolders for...
I copied a file "test.txt" to ~/myfiles/store/A. Then I copied it from there to ~/myfiles/store/B. Then I ran `find ~/.tagsistant/archive` and saw a single instance of the file named "archive/9/1/19___test.txt"....
The documentation on how to symlink is unclear to me. It says: > If however you would have used symlinks the operation would have taken the fraction of a second:...
``` libtoolize #--force aclocal autoheader automake --add-missing #--force-missing autoconf ./configure make sudo make install ``` Maybe this tid-bit should be added to README
Seems that when gedit saves a file, it always create a temporary one, then rename it. So if a file is saved several times during an edit procedure, or been...