johnnydecimal-index-generator icon indicating copy to clipboard operation
johnnydecimal-index-generator copied to clipboard

Improvement - allow the ability to generate a bash script for generating the nested folders.

Open baditaflorin opened this issue 2 years ago • 1 comments

For example, I have this complex template generated using the index generator https://gist.github.com/baditaflorin/01eced7a93015353d9b5618c9c204a96

It would be useful to be able to have a script that will generate the entire folders and the structure.

This could be in the form of a script that you copy and paste to run on your machine

mkdir ./10-19 business
mkdir ./10-19 business/11 projects
mkdir ./10-19 business/11 projects/11.01 current
mkdir ./10-19 business/11 projects/11.02 arrived
[...]

baditaflorin avatar Jan 06 '22 16:01 baditaflorin

It would need to handle space and other characters, but I posted as an example to showcase the idea

baditaflorin avatar Jan 06 '22 16:01 baditaflorin