filetags icon indicating copy to clipboard operation
filetags copied to clipboard

Management of simple tags within file names

Results 22 filetags issues
Sort by recently updated
recently updated
newest added

I have found this thanks to your amazing blog. I would like to know how to integrate it with nautilus file manager https://wiki.gnome.org/action/show/Apps/Files. Is there an easy way? I am...

documentation
help wanted

I want to include other .filetags files within a .filetags file like: ``` firsttag #include ../other/subdir/additional_filetags.txt normaltag anothertag ``` Including other files is done in lines that must start with...

enhancement
concept-needed

When filetags is generating TagTrees or tagfilter hierarchies, there should be `.filetags-tagtree` and `.filetags-tagfilter` files in their root directories so that users are able to locate them for purposes like,...

enhancement
quickfix
highprio

Note: this feature implementation **requires #16 to be implemented before.** I want to be able to generate a secondary TagTree when I'm browsing a existing TagTree. For example, when I've...

enhancement
highprio

If I want to override, e.g., the default tagtrees folder depth value, I want to use a user-related config file.

enhancement
highprio

I'd like to know how filetags could be integrated into the context menu of the macOS Finder. My notes so far: - Automator: - Service receives selected "files or folders"...

documentation
help wanted
quickfix
highprio

This should take care of all prereqs: ``` conda create -n tag -c anaconda -c conda-forge clint pyreadline colorama pip conda activate tag python -m pip install --upgrade pypiwin32 ```...

bug
documentation
help wanted
quickfix

Idea is taken from https://github.com/novoid/filetags/pull/30/commits/90d758c917387e66a61555f84bdc0be100778ffb which introduces a variable for counting error cases. It ends with: ``` if num_errors > 0: error_exit(20, str(num_errors) + ' error(s) occurred. Please check messages...

enhancement
help wanted
quickfix

I want to force the user(s) to use only pre-defined tags that are part of the controlled vocabulary. Please add a CLI option like `--force-cv` (or: `--prevent-unknown-tags` or ?). FIXXME:...

enhancement
concept-needed

A file like `$HOME/subdir1 -- foo/subdir2/a file.txt` does inherit the tag "foo" from its absolute path. #13 has to be done beforehand. FIXXME: think about all implications of this feature...

enhancement
wontfix
concept-needed