rilinic-cli Development Log 20251025

rilinic-cli Development Day One: The purpose of this tool is to simplify the process of updating and redeploying input methods (ideally integrating the download and installation of input methods together)

Mainly referenced oh-my-rime-cli. Although I couldn’t understand the code (haven’t learned Go), I understood the flowchart, which helped expand my ideas.

Today’s Development Achievements

Based on OpenList’s username-password functionality, it is now possible to input username and password to get the file list.

Next step is to develop download, extraction, and installation.

Thoughts

Having AI repeatedly modify the API documentation without success, I looked and thought, wow, it keeps adding stuff to the token here.
0b2950e51b7740812bf863c6b273fcc6

The more I modified, the worse it got, writing a bunch of ifs and trys, and finally started over :innocent:

References