summaryrefslogtreecommitdiff
path: root/scripts/slib
AgeCommit message (Collapse)Author
2025-11-04feat(slib): add send_notification and update run to use notification flagsSuleyman Farajli
- Introduced `send_notification()` to send desktop notifications via dwm signal. - Updated `run()` to replace `--on-success` and `--on-failure` with `--success-notify` and `--failure-notify`. - Adjusted documentation and examples to match the new behavior. - Simplified argv0 initialization to use `basename` instead of full path.
2025-10-28feat(slib): run function enhancedSuleyman Farajli
2025-06-26fix(slib): print full path instead of basename in error messagesSuleyman Farajli
2025-06-19documentation updateSuleyman Farajli
2025-06-17scripts/slib: documentation addedSuleyman Farajli
2025-06-17scripts modularizedSuleyman Farajli
2025-06-17scripts: new library for common functionsSuleyman Farajli