exp-merge subcommand script

This commit is contained in:
reakjra
2025-11-18 14:32:05 +01:00
parent 9fd83a2812
commit 781404749e
3 changed files with 385 additions and 1 deletions
+2 -1
View File
@@ -33,6 +33,7 @@ Subcommands:
exp-uninstall (Experimental) Uninstall illogical-impulse.
exp-update (Experimental) Update illogical-impulse without fully reinstall.
exp-update-old (Experimental) exp-update but use behaves like old version.
exp-merge (Experimental) Merge upstream changes with local configs using git rebase.
virtmon (For dev only) Create virtual monitors for testing multi-monitors.
checkdeps (For dev only) Check whether pkgs exist in AUR or repos of Arch.
@@ -48,7 +49,7 @@ case $1 in
# Global help
""|help|--help|-h)showhelp_global;exit;;
# Correct subcommand
install|exp-uninstall|exp-update|exp-update-old|resetfirstrun|checkdeps|virtmon)
install|exp-uninstall|exp-update|exp-update-old|exp-merge|resetfirstrun|checkdeps|virtmon)
SUBCMD_NAME=$1
SUBCMD_DIR=./sdata/subcmd-$1
shift;;