QtPass 1.6.0
Multi-platform GUI for pass, the standard unix password manager.
Loading...
Searching...
No Matches
scripts Directory Reference

Detailed Description

This directory contains helper scripts for development and releases.

Development

Script Description
generate-compile-commands.sh Generate compile_commands.json for IDE/LSP tooling

Release

Script Description
release-linux.sh Build and install on Linux
release-mac.sh Build and package for macOS
sign-release-assets.sh Sign release artifacts with GPG

Usage

Generate compile_commands.json

For IDE/LSP code completion:

./scripts/generate-compile-commands.sh

Release Scripts

See the qtpass-releasing skill for detailed release workflow.