FolderContentLister
- 3 Devlogs
- 19 Total hours
Simple tool to list all files and directories in given 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 given folder(s)! This is a modern rewrite of the same tool I made before I knew about statically typed languages 🤩!
alr just found out you couldn’t even run that generated file. sigh. but NOW YOU CAN! during setup just run ./gradlew realJar instead of jar!! then just invoke Java via java -jar ... [regular program args] and you’re all set! yay
okay so it’s been what has felt like 10 years just trying to make this comparitavely very simple project. but alas i am FINALLY about ready to ship. okay that’s enough complain-yapping, the main changes are:
this project is pretty much ready to ship now so i hope at least 2 people can get any sort of use out of this!
(:
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.