Remix.run Logo
atmanactive 7 hours ago

Where is settings data saved? Can we freely export/import the data? Is there a windows portable edition or mode? Is it fully offline? Thanks.

sltr 6 hours ago | parent [-]

Data - All data is saved to %localappdata%/Linklever (Windows), ~/.local/share/Linklever (linux), and ~/Library/Application Support/linklever on macOS. (I see the inconsistent capitalization - will amend). There is a sqlite db and a logs folder.

Import/export - I have not added any import/export. Not to restrict you, it's just not implemented. The db file is an ordinary unencrypted sqlite db, so you have open access to that in the meantime.

Portable editions available for Windows, macOS, and Linux at https://linklever.net/download.

Fully offline - never touches the internet EXCEPT to auto-update. You can turn it off in Settings. (Portable versions do not auto-update)

atmanactive 6 hours ago | parent [-]

Great news. I'm onboard. Thanks.

sltr 6 hours ago | parent [-]

Love to hear that! Feel free to let me know what you think here or privately. doug@linklever.net

atmanactive 4 hours ago | parent [-]

I love it! The option to disable notifications is a must :) By the way, I was hoping the portable version would save the data in the exe's folder, but it is still saving to %LOCALAPPDATA%\Linklever\... Bummer. Since I can't trust this operating system and/or hardware instance not to bail on me unexpectedly, I can't commit to building all the Linklever rules I'd like right now. So, for now I will be using it in a simple mode, with just a few rules, until either you or me come up with a solution. One solution would be to bake in proper Portable Mode Data Handling, where the exe would self-discover the path and write to a subdirectory there, or alternatively, with your permission, I could build a Portable Wrapper, like, for example, this one: https://github.com/AtmanActive/opendeck-portable

sltr 3 hours ago | parent [-]

Thanks for the valuable feedback.

I can add an option to disable notifications. In the meantime, On Windows 11, it's also possible to disable notifications per-app in System > Notifications. macOS has a similar mechanism.

I should also be able to add an option for Linklever read/write files in the exe folder.

It may take me a week or two to implement these features. I'll get back to you.