Add Kavita Sort desktop entry and initial zsh function documentation

This commit is contained in:
2026-02-07 14:57:32 +01:00
parent b19e2b5f44
commit 179c61a5b6
3 changed files with 95 additions and 0 deletions

11
KavitaSorter/idea.md Normal file
View File

@@ -0,0 +1,11 @@
Create an zsh function, it should in the current folder
when there is no subfolder
- create an folder named Chapter #1
- move all files and only files to the newly created folder
when there is already an folder with naming Pattern Chapter#{number}
- increment the {number} in the Foldername by 1 and create an new folder named Chapter #[newnumber}
- move all Files and only files to the newly created folder, do not touch files in other folders then the current one