Skip to content
This repository has been archived by the owner on Sep 9, 2023. It is now read-only.

The application is used to generate an index of folders, adding the prefix of the number in front of it.

Notifications You must be signed in to change notification settings

damiansire/folder-enumeration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

folder-enumeration

The application is used to generate an index of folders, adding the prefix of the number in front of it.

Example:

Folders:

  • folderA
  • folderB
  • folderC

enumeration-config.txt:

  • folderB
  • folderA
  • folderC

output:

  • 1-folderA
  • 2-folderB
  • 3-folderC

If the application is run without an existing enumeration-config.txt file, it is automatically generated.

Then, you can modify it and run the application again.

About

The application is used to generate an index of folders, adding the prefix of the number in front of it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published