Replies: 2 comments 2 replies
-
|
use this {
"title": "Dump folder structure",
"index": 99,
"exe": "cmd.exe",
"param": "/c tree /F /A \"{path}\" > \"{path}\\directory_list.txt\"",
"icon": "%SystemRoot%\\system32\\shell32.dll,3",
"acceptDirectoryFlag": 1,
"acceptFileFlag": 0,
"acceptMultipleFilesFlag": 0,
"showWindowFlag": 0
} |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
You can also try using AI. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello
I am just starting trying to use it, but not very clear (for me)
I would like to get "right-click on directory > dump recursively directories and files list to text file, to be written inside same directory"
but nothing happens
any clue ?
thanks a lot !
Beta Was this translation helpful? Give feedback.
All reactions