Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-01 | fix | Xiao Pan | |
2024-02-28 | update | Xiao Pan | |
2024-02-28 | unset prp pass vars just in case it being sourced | Xiao Pan | |
2024-02-28 | prp no need `alacritty --hold`, because if enter password correct just exit ↵ | Xiao Pan | |
alacritty window is ok for me | |||
2024-02-28 | fix: use awk instead of nawk, some of my systems does not have nawk installed | Xiao Pan | |
2024-02-28 | New script prp, to practice password without print password on-screen | Xiao Pan | |
2024-02-26 | pac is both var and function name, so maybe change to another | Xiao Pan | |
2024-02-26 | update | Xiao Pan | |
2024-02-24 | update | Xiao Pan | |
2024-02-24 | query checkrebuild log by query pacman hook output | Xiao Pan | |
/usr/share/libalpm/hooks/rebuild-detector.hook has a line `NeedsTargets` shows it maybe checkrebuild by `printf 'zoom\nminiconda3' | checkrebuild` instead of check all by `checkrebuild`, so I think query pacman hook will be faster than run another `checkrebuild` | |||
2024-02-24 | add comments about awk f=1 things | Xiao Pan | |
2024-02-23 | faster and less code | Xiao Pan | |
2024-02-23 | rebuild qt5-styleplugins or qt6-gtk2 if qt5-base or qt6-base update | Xiao Pan | |
I can not think a better way to let pacman hook rebuild via aur helper | |||
2024-02-23 | Reorganize shell scripts into sh dir, consider in the future fsh will have ↵ | Xiao Pan | |
different kinds of files |