Skip to content

lordnik22/structhing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Structhing

Caution

This is a prototyp.

It’s not intuitiv and can produce strange behaivior. It will not randomly rename any files, but if you configure some directories to be observed, it will will rename files without any prompting or warning recursivly!

You have been warned.

Installation

Dependencies:

  • Git
  • Maven
  • Java 21

Steps:

  1. Clone this repository.
  2. Goto project root
  3. Execute:
mvn clean package
java -Dfile.encoding=UTF-8 -Dsun.stdout.encoding=UTF-8 -Dsun.stderr.encoding=UTF-8 -jar ./delivery/target/structhing.jar
  1. Open the browser with URL http://localhost:7070/

Debugging

If you get a 404 Not Found Error then the Frontend hasn’t been copied correctly into the jar. Executing:

mvn clean package

again, can fix the problem.

About

Structure unorganiced directories with AI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published