akazukin5151 / koneko

Browse pixiv in the terminal using kitty's icat to display images (in the terminal!)
https://koneko.readthedocs.io/en/latest/
GNU General Public License v3.0
51 stars 3 forks source link

Add pixiv.desktop #5

Closed Thesola10 closed 3 years ago

Thesola10 commented 3 years ago

This is a WIP towards #4 and the Exec field is subject to change.

akazukin5151 commented 3 years ago

I'm going to merge this PR before working on koneko url-login, if you don't have any pending commits. I'll make a PR later to merge this branch onto master, so you can review it.

As an aside, koneko uses docopt to parse arguments, but it assumes all commands are user-facing and publicly documented, which isn't the case here. So it's easier to use a separate koneko-url-login program. lscat is already a separate program anyway so I think it's better to separate things. There is also little code in common. Thoughts?

Thesola10 commented 3 years ago

Making a separate koneko-url-login is perfectly fine by me, merge away!