feat: Beyond Compare enhancements and workflow fix#6
Merged
Conversation
Add --register-only option to setup_beyondcompare.sh - Allow users to register license without installation - Add register_bc() function with 1Password CLI integration - Provide user guidance with alternative URL Fix checkout action version in workflow - Correct actions/checkout from v6 to v4 Fixes: - .github/workflows/opencode.yml: actions/checkout@v6 → v4 Features: - installers/setup_beyondcompare.sh: Add -r/--register-only flag - Add 1Password CLI license registration with error handling - Log alternative methods at https://www.scootersoftware.com/kb/linuxtips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enhance Beyond Compare installer with license registration and fix workflow action version.
Changes
Features
-r/--register-onlyflag to skip installation and register license onlyregister_bc()function that integrates with 1Password CLIFixes
actions/checkoutfrom v6 (non-existent) to v4Details
Beyond Compare Installer (
installers/setup_beyondcompare.sh)--register-onlyallows license-only registrationregister_bc()retrieves license from 1Password CLI$HOME/.config/bcompare5/BC5Key.txt(Beyond Compare 5 compatible)Workflow Fix (
.github/workflows/opencode.yml)actions/checkout@v4(latest stable)Testing
--register-onlymode logicNotes
The license registration uses 1Password CLI with proper error handling. Users without 1Password can still install Beyond Compare manually using alternative methods documented at https://www.scootersoftware.com/kb/linuxtips
For more information about the opencode workflow, see the opencode repository.