Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot reuse custom tagtrees directories #55

Open
MyFedora opened this issue Jul 25, 2023 · 0 comments · May be fixed by #56
Open

Cannot reuse custom tagtrees directories #55

MyFedora opened this issue Jul 25, 2023 · 0 comments · May be fixed by #56

Comments

@MyFedora
Copy link

Default tagtrees directory

$ filetags --tagtrees
INFO     Creating tagtrees and their links. It may take a while …  (exponentially with respect to number of tags)
INFO     Number of links created in "/home/user/.filetags_tagfilter" for the 5 files: 5  (tagtrees depth is 2)
$ filetags --tagtrees
INFO     Creating tagtrees and their links. It may take a while …  (exponentially with respect to number of tags)
INFO     Number of links created in "/home/user/.filetags_tagfilter" for the 5 files: 5  (tagtrees depth is 2)

Custom tagtrees directory

$ filetags --tagtrees --tagtrees-dir custom
INFO     Creating tagtrees and their links. It may take a while …  (exponentially with respect to number of tags)
INFO     Number of links created in "custom" for the 5 files: 5  (tagtrees depth is 2)
$ filetags --tagtrees --tagtrees-dir custom
ERROR    The given tagtrees directory custom is not empty. Aborting here instead of removing its content without asking. Please free it up yourself and try again.

Expectation

$ filetags --tagtrees --tagtrees-dir custom
INFO     Creating tagtrees and their links. It may take a while …  (exponentially with respect to number of tags)
INFO     Number of links created in "custom" for the 5 files: 5  (tagtrees depth is 2)
$ filetags --tagtrees --tagtrees-dir custom
INFO     Creating tagtrees and their links. It may take a while …  (exponentially with respect to number of tags)
INFO     Number of links created in "custom" for the 5 files: 5  (tagtrees depth is 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants