vktr2b / KaviGo

KaviGo is a simple Go-based CLI tool that automatically renames files to match the naming conventions required by Kavita
GNU Affero General Public License v3.0
0 stars 0 forks source link

works with windows #1

Open shedman214 opened 1 day ago

shedman214 commented 1 day ago

i want to use this on my windows desktop. How do i install this on my windows?

vktr2b commented 1 day ago

Hey there,

I build a windows executable and pulled up a Windows VM to do some quick testing, it seems to be working correctly. Added the windows executable to the 1.0.0 release with the rest, give it a shot and let me know if it works.

shedman214 commented 1 day ago

@vktr2b This would be my first time running it. do you have a guide on how to run it. kinda of a noob

vktr2b commented 14 hours ago

Sure,

download and unpack the windows executable

let's say you have the manga dir you want to rename in you Documents folder, place the executable in you Documents folder as well, then open up command prompt and run:

cd Documents
kavigo.exe -d "Manga directory" -o "path where to create a new dir and place the renamed manga files" -r "path to volumeRanges.txt" -v -p

the only mandatory flags are -d and -r the rest are optional, see the readme.md for more information on them

hope this helps :)