Karl Voit
Karl Voit
People love screenshots to see whether or not the visualization of the feeds within Emacs is something they want or not.
appendfilename should rename all linked "parent links" as long as the file name is the same. However, this seems to work only for the first link and not for all....
There are certain situations where I need to remove one or more words from selected file names. One example is after added a set of words that contain a typo....
When working with tag filter view or Tagtrees view of `filetag`, shortcuts are created whose file names correspond to the original file (but directory differs). `appendfilename` is supposed to add...
This beautiful tool deserves a set of basic unit tests, testing the main functionality. I don't have the expertise to define proper tests that check the correct handling of different...
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...
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,...
A secondary default path for TagTrees to be used for generating TagTrees from within another TagTree
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...
If I want to override, e.g., the default tagtrees folder depth value, I want to use a user-related config file.
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"...