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
- Host: GitHub
- URL: https://github.com/0install/0capture
- Owner: 0install
- License: lgpl-3.0
- Created: 2024-03-28T22:22:08.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-31T21:06:50.000Z (4 months ago)
- Last Synced: 2026-02-01T09:05:01.679Z (4 months ago)
- Language: C#
- Homepage: https://docs.0install.net/tools/0capture/
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# 0capture
[](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.