-
-
Notifications
You must be signed in to change notification settings - Fork 237
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(pkgbuild): add PKGBUILD editing functionality
Add support for editing PKGBUILDs before building packages, similar to yay's --editmenu option. This allows users to review and modify PKGBUILDs before they are built. The implementation includes: - New editor selection logic that respects --editor flag, $VISUAL, and $EDITOR - Command line options --editmenu, --editor, and --editorflags Usage: paru --editmenu -S package # Enable PKGBUILD editing paru --editor vim --editmenu package # Use specific editor
- Loading branch information
Roman Stingler
committed
Dec 28, 2024
1 parent
d0329e3
commit e9016d2
Showing
6 changed files
with
135 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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