A data hoarder’s dream come true: bundle any web page into a single HTML file. You can finally replace that gazillion of open tabs with a gazillion of .html files stored somewhere on your precious little drive.
Unlike the conventional “Save page as”, monolith not only saves the target document, it embeds CSS, image, and JavaScript assets all at once, producing a single HTML5 document that is a joy to store and share.
If compared to saving websites with wget -mpk
, this tool embeds all assets as data URLs and therefore lets browsers render the saved page exactly the way it was on the Internet, even when no network connection is available.
In the Arch package repos.
A CLI utility and Python module which, when given a language and a filename, goes out and tracks down subtitles for it.
It's in the Debian package repos but as a Python module only. You have to install it from Pypi if you want the CLI utility.
The documentation leaves much to be desired and the only way to find a sample config file is to poke around in the repo.
The best alternative to Ninite for Mac
Just choose what apps to install and get apps automatically installed, quietly, fast and easy. Use it to setup your new computer, deploy Mac apps in your company or to install apps while enjoying coffee. Click on the ones you want, click the button, and you get an installer that bundles all of them, all at once.
Warren Ellis recommended it, which is why I'm adding it to my links.
A service that stays on top of the latest releases of Windows software. Click on the ones you want, click the button, and you get an installer that bundles all of them, all at once.
Ninite works on Windows 11, 10, 8.x, 7, and equivalent Server versions.
Warren Ellis recommended it, which is why I've added it to my links.
A tool that downloads official firmware images from Samsung's update servers. Can also decrypt encrypted images.
The regions are not called standard things. For example, the US/North American firmware region is XAR.
A fork of youtube-dlc with additional features and fixes. SponSkrub integration to remove sponsor sections in videos. Output file format sorting. Merges in some nifty options from other forks of the original youtube-dl. Adds a few new extractors.
Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. Supports all the major platforms as first-class citizens (even the RasPi). Can backfill your library. Full integration with Kodi.
Web font downloader/inliner.
Downloads a set of web fonts specified by @font-face rules in a CSS file. By default, woff2 equivalents are inlined as the modern browsers all support it.
By inlining woff files, this reduces the number of server roundtrips by two in the best case (the external CSS and woff files), one in the worst (just the external CSS). By reducing roundtrips we can reduce the amount of time we risk showing a flash of unstyled or hidden text content.
This tool is currently designed to work against Google's font server but should work against any hosted CSS font that uses @font-face.
A simple Python script that archives all the messages from a public Yahoo Group. The only non-default module used is Requests.
Unfortunately, Yahoo Groups' archives dead, so they can no longer be archived. Come 15 December 2020, they are going away completely. So, this software is really only for historical purposes.
A utility which lets you search the Wayback Machine at the Internet Archive for a URL and download the entire archived site.
In the AUR, but the version is very old. Install into a venv