u/AdventurousCapital60

Am făcut prima mea aplicație Windows open-source pentru portofoliu. Aș aprecia feedback tehnic

Salut.

Încerc să-mi construiesc un portofoliu și am publicat prima mea aplicație Windows open-source pe GitHub.

Se numește Artemis Toolkit. Momentan este un tray app pentru Windows care organizează folderul Downloads: mută fișierele în foldere pe baza extensiei și a unor reguli custom simple.

Am vrut să fie o aplicație locală, simplă. Nu are cloud, conturi, AI sau chestii automate riscante. Nu șterge fișiere singură, orice acțiune de cleanup trebuie confirmată manual.

Ce are acum:

  • tray app pentru Windows
  • auto-sortare Downloads
  • reguli custom
  • matching pe extensie + nume fișier
  • redenumire sigură pentru duplicate
  • cleanup queue manual
  • istoric de activitate
  • installer .exe
  • README cu screenshots + GIF demo
  • release GitHub public

Repo:
https://github.com/mariuscuzman-max/Artemis-Toolkit

Nu este ceva revoluționar... Este un alpha build și sigur mai am lucruri de invatat.

Aș aprecia feedback pe:

  • structura proiectului
  • README / release flow
  • ideea de produs
  • UX / safety pentru o aplicație care mută fișiere
  • ce aș putea îmbunătăți ca să arate mai bine în portofoliu

Mulțumesc, dopamina la toata lumea !

I built a small Windows tray app to sort my Downloads folder

https://preview.redd.it/dpvhhaod042h1.png?width=942&format=png&auto=webp&s=2d30a1266e74c30402ce51a220f7cd2ce03d7e31

I put my first proper Windows app on GitHub, mostly to see what happens.

It’s called Artemis Toolkit. At the moment it’s a small tray app that watches your Downloads folder and sorts files into folders so it doesn’t slowly become a landfill.

Nothing revolutionary, honestly. I built it because my Downloads folder was constantly full of random PDFs, ZIPs, installers, images, invoices, old duplicates, etc., and I got tired of manually cleaning the same mess every few days.

The app can auto-sort downloads by file type, and there’s also a basic custom rules system. For example, you can make rules based on extension + part of the filename.

I also added a cleanup queue for duplicates / archive files, but I was careful with that part. It does not silently delete files. Anything destructive has to be confirmed manually, because I personally wouldn’t trust a random app with deleting my files either.

Current state:
Windows tray app
Downloads auto-sorting
custom rules
extension + filename matching
duplicate-safe renaming
manual cleanup queue
recent activity view
first-run setup
.exe / installer build

It’s very much an alpha. The UI is not beautiful, and I’m sure there are rough edges, but the main flow works on my machine.

GitHub:
https://github.com/mariuscuzman-max/Artemis-Toolkit

I’m mainly looking for honest feedback. Is the idea useful? Is the README clear? Would you trust/install something like this, would you use something like this ?

Small update: based on the screenshot feedback, I added screenshots and a sorting demo GIF directly to the README, and also created a proper GitHub release with the alpha installer instead of leaving the build buried in the repo.

reddit.com
u/AdventurousCapital60 — 3 days ago