save-in icon indicating copy to clipboard operation
save-in copied to clipboard

Dynamic submenus

Open lc-guy opened this issue 7 years ago • 4 comments

Rather than having to enter the subfolders manually in the textarea, it would be nice if we were able to set an entry's submenus to be directly populated with all subfolders inside dynamically.

lc-guy avatar Sep 02 '18 16:09 lc-guy

In some cases on one of my machines that would end up reading in an entire drive if it were allowed to do it itself. You only have to do it once at least and you can export it. and re-import it...

DanaMW avatar Sep 02 '18 17:09 DanaMW

Could be an optional flag, then? With a "do not do this on root folders" warning.

lc-guy avatar Sep 02 '18 17:09 lc-guy

lol there is always one of us dummies. :) it is a network issue on my machine allowing all the machines to get at certain bootup and config things.

DanaMW avatar Sep 02 '18 17:09 DanaMW

I think it's not possible to do this with the web extensions API (if I'm understanding you correctly).

The best workaround I can think of is using tree -d share/ to generate one, but the syntax is different. I might see if I can support tree output, but it looks difficult unless tree has options to display output differently.

user@linux:~/win/Desktop$ tree -d share/
share/
├── 2k
│   └── JPEG
└── full

gyng avatar Sep 03 '18 01:09 gyng