An open API service indexing awesome lists of open source software.

https://github.com/0install/0capture

captures snapshots of system state and diffs them to generate Zero Install desktop integration
https://github.com/0install/0capture

Last synced: 4 months ago
JSON representation

captures snapshots of system state and diffs them to generate Zero Install desktop integration

Awesome Lists containing this project

README

          

# 0capture

[![Build](https://github.com/0install/0capture/actions/workflows/build.yml/badge.svg)](https://github.com/0install/0capture/actions/workflows/build.yml)
0capture is a command-line tool for generating Zero Install feeds with metadata for [desktop integration](https://docs.0install.net/details/desktop-integration/). You can use it to capture the state of your system before installing an app and after. By comparing the two, 0capture can then infer which [capabilities](https://docs.0install.net/specifications/capabilities/) the app has and should be represented in its feed.

**[Documentation and download instructions](https://docs.0install.net/tools/0publish-gui/)**

## Building

The source code is in [`src/`](src/) and generated artifacts are placed in `artifacts/`.
The source code does not contain version numbers. Instead the version is determined during CI using [GitVersion](https://gitversion.net/).

To build install [Visual Studio 2022 v17.13 or newer](https://www.visualstudio.com/downloads/) and run `.\build.ps1`.

## Contributing

We welcome contributions to this project such as bug reports, recommendations, pull requests and [translations](https://www.transifex.com/eicher/0install-win/). If you have any questions feel free to pitch in on our [friendly mailing list](https://0install.net/support.html#lists).

This repository contains an [EditorConfig](http://editorconfig.org/) file. Please make sure to use an editor that supports it to ensure consistent code style, file encoding, etc.. For full tooling support for all style and naming conventions consider using JetBrains' [ReSharper](https://www.jetbrains.com/resharper/) or [Rider](https://www.jetbrains.com/rider/) products.