Files
alfred-preferences/Alfred.alfredpreferences/snippets/sh/log_message_helper_functions [D5FF47E2-4A10-457A-B5D8-2335F9F6E26E].json
2026-03-26 09:22:38 +08:00

8 lines
347 B
JSON

{
"alfredsnippet" : {
"snippet" : "# --- helper functions for logs ---\ninfo()\n{\n echo '[INFO] ' \"$@\"\n}\nwarn()\n{\n echo '[WARN] ' \"$@\" >&2\n}\nfatal()\n{\n echo '[ERROR] ' \"$@\" >&2\n exit 1\n}\n",
"uid" : "D5FF47E2-4A10-457A-B5D8-2335F9F6E26E",
"name" : "log_message_helper_functions",
"keyword" : ""
}
}