Yonky is a lightweight, local-first PowerShell script launcher with a simple GUI.

3 Open Issues Need Help Last updated: Jul 3, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug Yonky's script loading mechanism. The GUI isn't automatically detecting PowerShell scripts (.ps1 files) placed in the \scripts\ folder. The workaround involves manually adding scripts via the File > Add Script menu. The task requires identifying why the automatic detection fails and fixing it so that scripts are automatically displayed in the GUI upon placement in the \scripts\ folder.

Complexity: 4/5
bug help wanted Needs Testing High Priority Yonky: Core Yonky: GUI

Yonky is a lightweight, local-first PowerShell script launcher with a simple GUI.

Python

AI Summary: The Yonky project's help menu incorrectly displays version 2.0. The task requires modifying the Python code (presumably within the Yonky application) to accurately reflect the current version (0.9.1). Ideally, a solution should be implemented to automatically update the version number in the help menu, eliminating the need for manual changes with each release.

Complexity: 3/5
bug good first issue invalid High Priority Yonky: GUI

Yonky is a lightweight, local-first PowerShell script launcher with a simple GUI.

Python

AI Summary: Repackage the Yonky v0.9.1 release ZIP file to include the missing DLL files. This involves identifying the missing DLLs, adding them to the ZIP archive, and then pushing the updated release to GitHub.

Complexity: 3/5
bug help wanted Needs Testing High Priority

Yonky is a lightweight, local-first PowerShell script launcher with a simple GUI.

Python