aboutsummaryrefslogtreecommitdiff
path: root/functions/alert.fish
AgeCommit message (Collapse)Author
2026-02-16Best effort dependency resolutionDeposite Pirate
Add a new check_install function that checks if a tool is installed and tries to install it on a best effort basic. Modify all scripts that benefit from it. Small indentation and correctness fixes. modified: functions/7za.fish modified: functions/alert.fish new file: functions/check_install.fish modified: functions/lscmd.fish modified: functions/rchmod.fish modified: functions/renlow.fish modified: functions/rlsxattr.fish modified: functions/rsdos.fish modified: functions/rsmac.fish modified: functions/rsxattr.fish modified: functions/uz.fish
2025-10-16Integrate utility functionsDeposite Pirate
Add the ask function that just prompts for yes or no. Clean up and make available the copy/paste/notify aliases to all scripts. modified: conf.d/00functions.fish modified: conf.d/05gui.fish modified: functions/alert.fish
2025-10-04Add alert function to notify on the desktop ofDeposite Pirate
command status new file: functions/alert.fish