Sundry logo

Sundry DuckStudio

Use this command to install Sundry:
winget install --id=DuckStudio.Sundry -e

Sundry is a WinGet local manifest management tool that makes it easier for you to remove manifests, make changes to them, and also aids in updating them.

Sundry is a WinGet local manifest management tool designed to simplify the process of removing, modifying, and updating manifests. Built for efficiency and precision, Sundry streamlines tasks that are critical for developers, IT administrators, and power users working with package managers.

Key Features:

  • Manifest Management: Effortlessly remove unwanted manifests or modify existing ones to suit your needs.
  • Update Assistance: Automatically update manifests to ensure compatibility and functionality with the latest software versions.
  • Intuitive CLI: Utilize a user-friendly command-line interface for seamless configuration, including initializing settings and viewing current configurations.
  • Bulk Operations: Perform batch actions on multiple manifests to save time and reduce repetitive tasks.
  • Backup & Restore: Automatically back up configurations to prevent data loss and easily restore them if needed.
  • Winget Integration: Seamlessly integrate with winget for package management, ensuring a smooth workflow.

Audience & Benefit:
Ideal for developers, IT professionals, and power users who rely on efficient package management. Sundry empowers its users to maintain clean and optimized environments by simplifying manifest operations, reducing errors, and saving time through automation.

Sundry is available for installation via winget, making it easy to integrate into your workflow.

README

Sundry

sundry 是一个 WinGet 本地清单管理工具,让您更方便地移除清单、修改清单,还可以辅助更新清单。

代码说明

为什么有些简介中的功能在发行版中没有

简介中的功能我都在本地写好了,这个工具本来是我自己本地用的,传之前需要一段时间修改。

使用说明

当您获取本工具后,请先使用这个命令初始化配置文件:

sundry config init

> 题外话: 这个配置文件就是我将其从我自己的工具变为这里的工具的方法 XD

> [!TIP]
> 在 1.1.0 之前,配置文件在程序目录下的 config.json 中;在 1.1.0 之后,配置文件在用户目录下的 .config/DuckStudio/Sundry/config.json 中。 - 这是为更新时不覆盖配置文件考虑的,如果配置文件不对,请再次使用 sundry config init
> 由于作者实在是太懒了,在卸载 Sundry 之后不会移除配置文件。

(可选) 初始化完配置文件后用以下命令确认下:

sundry config show

(可选) 如果有任何地方不对,请使用这个命令修改对应值:

sundry config [条目] [值]

更多可用命令可以使用此命令查看:

sundry help

Demo

这些 PR 是通过 Sundry 创建的:

Versions
1.2.3
1.2.2
1.2.1
1.2.0
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
Website