feat: Adds monitor-picker, utility script for generating fzf preview data for pickers.

This commit is contained in:
2025-10-05 21:17:04 -04:00
parent 90c97263cb
commit a7e6bc893c
6 changed files with 165 additions and 12 deletions

View File

@@ -111,7 +111,7 @@ logging() {
# Also log errors and warning messages to the console.
if [[ $error_flag == "1" ]] || [[ $warn_flag == "1" ]]; then
echo -e "$msg"
echo -e "[id: $LOG_INVOCATION_ID]: $msg"
fi
else
# Dry run mode, so just log to the console