You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contrib/notification-history.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ tests() {
10
10
history_json="$(dunstctl history)"
11
11
history_items="$(printf '%s'"$history_json"| jq -r '.data[0][] | .appname.data , (.timestamp.data | tostring) , .summary.data | gsub("[\\n]"; "\\n")')"# the gsub is to really ensure no escaped new lines in the data lead us to print new lines. New lines in data have to be escaped. (Because) Actual newlines are the field separator essential to the logic of the while loop below, and rofi further down.
12
12
13
-
#history_items ends up looking like arrays with an order with this meaning:
13
+
#history_items ends up looking like arrays with an order with this meaning:
0 commit comments