Commit graph

19 commits

Author SHA1 Message Date
38320fcb5e
ci: remove caching
All checks were successful
Build and Upload filesorters Binaries / Build for Linux (push) Successful in -6m53s
because for some reason my forgejo caches ain't working
2024-12-30 19:44:55 +02:00
bffc4a6ab8
fix: check if there are no sources
Some checks failed
Build and Upload filesorters Binaries / Build for Linux (push) Has been cancelled
2024-12-30 19:41:29 +02:00
3f49891dc8
fix: empty paths are now None and not Some("") 2024-12-30 19:37:37 +02:00
95fe74e395
feat: show amount of sorted files
All checks were successful
Build and Upload filesorters Binaries / Build for Linux (push) Successful in 2m25s
2024-12-30 19:04:01 +02:00
ef339297c3
fix: general impovements + recursive creation 2024-12-30 19:03:42 +02:00
2bacc48e17
fix: change config dir on windows 2024-12-30 19:03:10 +02:00
6ffdb55479
fix: handle windows \r 2024-12-30 19:02:54 +02:00
6b9f9bd71c
fix: change default config 2024-12-30 19:02:15 +02:00
e1279517a9
feat: handle comments on end of line 2024-12-30 19:01:56 +02:00
2fed2c8223
ci: add caching
All checks were successful
Build and Upload filesorters Binaries / Build for Linux (push) Successful in 2m52s
2024-12-30 17:53:25 +02:00
fe1ecb0817
ci: add automatic builds
Some checks failed
Build and Upload filesorters Binaries / Build for Linux (push) Has been cancelled
Build and Upload filesorters Binaries / Build for Windows (push) Failing after -4m2s
2024-12-30 17:48:41 +02:00
140a7cc71f
feat: add command line options 2024-12-30 17:18:49 +02:00
1e811d61ed
feat: recursiveness 2024-12-30 17:05:56 +02:00
cf0aa33314
refactor: remove useless prints 2024-12-30 16:36:26 +02:00
e952225ec6
refactor: handle errors 2024-12-30 16:32:05 +02:00
b7fc64a3a5
refactor(sorting): replace a lot of ifs with an array 2024-12-30 16:28:55 +02:00
3d9c39c872
refactor: get rid of toml
i decided that the binary size is too big and we shouldn't use any
libraries so i wrote my own parser that even seems to work
2024-12-30 02:05:33 +02:00
c1f80f9abe
feat: add actually working sorting 2024-12-30 01:26:58 +02:00
a409532425
first commmit 2024-12-28 17:39:36 +02:00