Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Azure Cli | 3,695 | 220 | 99 | 8 hours ago | 166 | August 01, 2023 | 3,020 | mit | Python | |
Azure Command-Line Interface | ||||||||||
Glab | 2,070 | 3 | a year ago | 38 | January 10, 2022 | 117 | mit | Go | ||
A GitLab CLI tool bringing GitLab to your command line | ||||||||||
Singlefilez | 1,636 | a day ago | 22 | agpl-3.0 | JavaScript | |||||
Web Extension for Firefox/MS Edge and CLI tool to save a faithful copy of an entire web page in a self-extracting HTML/ZIP polyglot file | ||||||||||
Dart Pad | 1,533 | 5 days ago | 238 | bsd-3-clause | Dart | |||||
An online Dart editor with support for console, web, and Flutter apps | ||||||||||
Centreon Archived | 581 | 10 months ago | 731 | gpl-2.0 | PHP | |||||
Centreon is a network, system and application monitoring tool. Centreon is the only AIOps Platform Providing Holistic Visibility to Complex IT Workflows from Cloud to Edge. | ||||||||||
Moar | 425 | 2 | 4 days ago | 84 | November 28, 2022 | 14 | other | Go | ||
Moar is a pager. It's designed to just do the right thing without any configuration. | ||||||||||
Extension Create | 347 | 2 years ago | 1 | February 18, 2021 | 6 | mit | JavaScript | |||
(maintance) Create modern cross-browser extensions with no build configuration. | ||||||||||
Psgraph | 148 | 4 years ago | 21 | mit | PowerShell | |||||
A set of utilities for working with Graphviz in Powershell | ||||||||||
Gogm | 122 | 7 months ago | 18 | mit | Go | |||||
Golang Object Graph Mapper for Neo4j | ||||||||||
Gogm | 115 | 2 | 9 months ago | 45 | June 23, 2022 | 14 | mit | Go | ||
Golang Object Graph Mapper for Neo4j |
SingleFileZ is a fork of SingleFile that allows you to save a webpage as a self-extracting HTML file. This HTML file is also a valid ZIP file which contains the resources (images, fonts, stylesheets and frames) of the saved page. This ZIP file can be unzipped on the filesystem in order, for example, to view the page in a browser that would not support pages saved with SingleFileZ.
Here is an example of page produced by SingleFileZ: https://gildas-lormeau.github.io. Here is the same example but protected by a password (thisisapage
): https://gildas-lormeau.github.io/private.
Other examples of files can be found here: https://github.com/gildas-lormeau/SingleFileZ/tree/master/examples
SingleFileZ is available on Firefox, Chrome and Microsoft Edge. You can download the extension here:
To open saved pages from the filesystem in a Chromium-based browser, SingleFileZ must be installed and the option "Allow access to file URLs" must be enabled in the details page of the extension (e.g. chrome://extensions/?id=offkdfbbigofcgdokjemgjpdockaafjg). Otherwise, the browser must be started with the switch --allow-file-access-from-files.
To open saved pages from the filesystem in Safari, the option "Disable Local File Restrictions" must be selected in the "Develop" menu
You can save web pages to HTML from the command line interface. See here for more info: gildas-lormeau/single-filez-cli.
cf. https://github.com/gildas-lormeau/SingleFileZ/blob/master/faq.md