diff --git a/data/dmesg.json b/data/dmesg.json index 707f4e8..f18ad91 100644 --- a/data/dmesg.json +++ b/data/dmesg.json @@ -1,8 +1,20 @@ { - "description": "This invokes the default pager, which is likely to be 'less', other functions may apply.\n", "functions": { + "file-read": [ + { + "description": "This is not suitable for binary files.", + "code": "dmesg -rF \"[file]\"\n" + } + ], + "shell": [ + { + "description": "This invokes the default pager, which is likely to be 'less', other functions may apply.", + "code": "dmesg -H\n!/bin/sh\n" + } + ], "sudo": [ { + "description": "This invokes the default pager, which is likely to be 'less', other functions may apply.", "code": "sudo dmesg -H\n!/bin/sh\n" } ]