0install / 0capture

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

Home Page:https://docs.0install.net/tools/0capture/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0capture

Build
0capture is a command-line tool for generating Zero Install feeds with metadata for 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 the app has and should be represented in its feed.

Documentation and download instructions

Building

The source code is in 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.

To build install Visual Studio 2022 v17.8 or newer and run .\build.ps1.

Contributing

We welcome contributions to this project such as bug reports, recommendations, pull requests and translations. If you have any questions feel free to pitch in on our friendly mailing list.

This repository contains an EditorConfig 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 or Rider products.

About

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

https://docs.0install.net/tools/0capture/

License:GNU Lesser General Public License v3.0


Languages

Language:C# 73.1%Language:PowerShell 17.8%Language:Shell 9.2%