Skip to content

Messy CLI includes commander

Choose a tag to compare

@pythonpioneer pythonpioneer released this 10 Sep 22:55
· 9 commits to development since this release

Release v1.1.2 – Messy CLI

Description

Messy CLI is a lightweight tool to securely encrypt and decrypt files inside a project directory. This release introduces the initial stable version.

Key Highlights

  • No manual dependencies needed – commander and other required modules are bundled, so users don’t need to install anything manually.
  • Cross-platform support – Works on macOS, Linux, and Windows.
  • Secure encryption – Uses Node.js built-in crypto module with AES-256-CBC.
  • Simple CLI commands – recall, hide, show, and info.