▲ | lelanthran 4 days ago | |||||||
> I had a lot of pdfs and so a single drag and drop of web would've made more sense and in fact initially I thought of some golang tool that is just a simple http wrapper over the cli too. Depending in your file manager, drag and drop might work on shell scripts too. Even multiple files. TBH, when I last needed something like that I simply called zenity from my shell script. | ||||||||
▲ | Imustaskforhelp 4 days ago | parent [-] | |||||||
Hm I didn't know drag and drop could work on shell scripts too! That's something new!! OHHH that's actually really cool to have zenity, Wow. I didn't know about this... Is this thing cross platform? I like it if you are saying that it would open up a drag and drop box and then merge the pdf's Definitely a bit harder than what I had cooked but I respect it, I might use zenity or some gui-esque option to convert cli's into gui of sorts y'know.. But my tool is just some lines of golang which can be go mod init go mod tidy go run . and it would open up localhost port and can even be accessed through other devices on the same network but your thing is really cool too Can you though please share me the shell scripts or something so that I don't have to write the shell scripts when I need in the time of need y'know? Like your approach is nice too and something to know in the back of my mind too | ||||||||
|