FolderContentLister
- 1 Devlogs
- 8 Total hours
Simple tool to list all files and directories in a/some folder(s)! This is a modern rewrite of the same tool I made before I knew about statically typed languages 🤩
Simple tool to list all files and directories in a/some folder(s)! This is a modern rewrite of the same tool I made before I knew about statically typed languages 🤩
this is super late and was mostly finished a long time ago… but i forgot to log it… sorry!
this project is super straightforward - it just lists all the folders and files inside a given array of folders. this is a Kotlin port of the original i made some ~5 years ago (which mostly still works!?!) - that being said, i haven’t expanded much because the use-case of this tool is quite limited.
i originally made it so that, when i finally factory reset my computer, i could have some reference point of what programs i previously had installed, as my current backup and restore setup does not work. however this is kind of useless so i just thought i’d port most of it and leave it at that.
additionally, intellij started absolutely crashing out at me when i tried to load this on my laptop (instead of my PC) so i gave up on this for a couple weeks.
as of now, it works just fine but isn’t very user-friendly or utilitarian or efficient, but it gets the job done.