code-vault is a terminal-based Windows CLI tool for securely storing, encrypting, tagging, and retrieving reusable code snippets with powerful search support.

3 Open Issues Need Help Last updated: Jun 20, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Command-Line Tools

AI Summary: Create a cross-platform uninstall script for the CodeVault application. The script should handle removing the Python package and the user's CodeVault data directory. The provided example `uninstall.sh` script is a starting point, but needs to be made cross-platform (Windows compatible).

Complexity: 3/5
documentation good first issue hssoc

code-vault is a terminal-based Windows CLI tool for securely storing, encrypting, tagging, and retrieving reusable code snippets with powerful search support.

Python
Developer Tools Command-Line Tools

AI Summary: Improve the user experience of the CodeVault CLI tool by displaying informative messages when the vault is empty or a search yields no results. This involves modifying the `cli.py` file to check for empty results and print appropriate messages to the console.

Complexity: 2/5
good first issue hssoc

code-vault is a terminal-based Windows CLI tool for securely storing, encrypting, tagging, and retrieving reusable code snippets with powerful search support.

Python
Developer Tools Command-Line Tools

AI Summary: Implement a `--version` flag for the CodeVault CLI tool that prints the current version number (e.g., CodeVault v0.1.0) to the console. This involves modifying the `cli.py` file to handle the new flag and access version information, likely from a version file or a constant within the code.

Complexity: 2/5
good first issue hssoc

code-vault is a terminal-based Windows CLI tool for securely storing, encrypting, tagging, and retrieving reusable code snippets with powerful search support.

Python