Original question and text by @HaraldvonBlauzahn@feddit.org
Why software do you use in your day-to-day computing which might not be well-known?
For me, there are
twothree things for personal information management:
for shopping receipts, notes and such, I write them down using vim on a small Gemini PDA with a keyboard. I transfer them via scp to a Raspberry Pi home server on from there to my main PC. Because it runs on Sailfish OS, it also runs calendar (via CalDav) and mail nicely - and without any FAANG server.
for things like manuals and stuff that is needed every few months (“what was just the number of our gas meter?” “what is the process to clean the dishwasher?”) , I have a Gollum Wiki which I have running on my Laptop and the home Raspi server. This is a very simple web wiki which supports several markup languages (like Markdown, MediaWiki, reStructuredText, and Creole), and stores them via git. For me, it is perfect to organize personal information around the home.
for work, I use Zim wiki. It is very nice for collecting and organizing snippets of information.
oh, and I love Inkscape(a powerful vector drawing program), Xournal (a program you can write with a tablet on and annotate PDFs), and Shotwell (a simple photo manager). The great thing about Shotwell is that it supports nicely to filter your photos by quality - and doing that again and again with a critical eye makes you a better photographer.
This is not a very popular app, but I use it all the time. Full disclosure, this is my own app, but it’s free and open source.
It’s for transferring and managing files and folders over your local network. I use it whenever I need to just ad-hoc move files between things.
Looks cool! How does it compare to something like Warpinator?
Warpinator is meant only to send/receive files and folders, and requires a supported device on both sides.
QuickDAV lets you send/receive/manage files (meaning you can copy and move files on the host from the client). It doesn’t require a supported device in both sides, since it works with either a WebDAV client or a browser. So as long as one device can run QuickDAV, and the other has at least a browser, it’ll work. (QuickDAV works with a Sega Dreamcast!)
Warpinator is incredibly easy to use. Open the app on both machines, select the other machine, select the file/folder, send.
QuickDAV is a bit harder. Open the app on one of the machines, then type the information from the app into the client/browser on the other machine. Then you can download/upload/manage.
It also has an older brother if you need a permanent WebDAV server:
yt-dlp is my go-to for interacting with YouTube. Super helpful.
LibreOffice Draw can be used to modify PDFs, so I typically use it to fill out forms (whether they’re “fillable” or not).
A lesser known one: QDirStat helps visualize the size of different folders on your PC. Great when trying to figure out how you managed to fill up that new 2TB drive in a couple months.
Oh! I also use SyncThing quite a bit. It’s one of those things that “just works” in my experience, and has clients for every device.
Streamlink (with mpv) for watching Twitch streams with all the benefits of a real media player (like hardware video decoding) and without all the extra junk that occupies the Twitch web interface. It can also stream from YouTube and various other sites, record, and probably do a few more things that I haven’t discovered yet.
I have to give a shout to starship.
I’m in the terminal all day, and with all the context switching from interruptions and meetings, having all the terminal context in my face really helps me settle back into the groove.
Sure there are dozens of other ways to do this, but a little config for a hundred different tools, all of which is customizable, makes it a pretty easy choice for me.
I’ll give a second shout for tig. Ncurses git interface with vim-like navigation makes exploring, staging, stashing, etc. super easy and way faster than the CLI. Certainly not a replacement, but a magical enhancement.
Localsend for easy file sharing between devices
I really like logseq for my personal knowledge base, notes, and in general magaging things from to-dos, reading lists or personal projects.
The way you can structure information relationally, and espetially the “referenced from” preview that’s on each page makes it really easy to get an overwiev of something, and the query language to make your of previews (such as, list every unfinished to-do with a deadline this week) makes it a pretty powerfull tool.
Figuring out syncing, especially on mobile, took some time, since it lives in a git repo, but there are some plugins for it on PC and on mobile I just use Termux with CLI git.