Efreak
Efreak
4. I meant as buttons onscreen. If there's not enough room for all buttons on screen, then maybe those that don't fit can go in overflow, or just make the...
Seeker is included in fdroid, so if you install the fdroid app and configure it to update repos occasionally, you'll get update notifications. That still leaves you with notifications outside...
I've built dms on windows and linux, They're both built with latest go (1.17.6) for amd64, using `go install github.com/anacrolix/dms@latest`. Both are compressed with upx. [dms.exe.zip](https://github.com/anacrolix/dms/files/8011091/dms.exe.zip) [dms.zip](https://github.com/anacrolix/dms/files/8011092/dms.zip)
If you're looking to reduce disk usage on your own system, you may be able to get something like fdupes/jdupes to just create replace duplicate libraries with hardlinks. That won't...
This could be solved by having a 3-state Ctrl key. The third/sticky state could be toggled only by double-tapping the key, or in a normal rotation like shift on keyboards...
I'd be happy to do so, but unfortunately I can't. The option is unavailable.
Personally, I'd like an option to hide any item that's already in my library (possibly unless the title exactly matches the search term)
I added some code to fix the issue I had with creating new pages. You were looking for a timestamp in the first revision of the page, but there are...
I am entirely incorrect here. The bot I have created is entirely unable to create new pages at all. Can you possibly tell me what I'm doing wrong here? The...
The bot is unable to create a page because there is no revisions property for a page that doesn't exist. I submitted a pull request that fixes this, along with...