Add Search

This commit is contained in:
Kyrylo Gliebov 2018-11-22 11:51:34 +01:00 committed by Kirill Glebov
parent 09039778c2
commit 66998cafa8
5 changed files with 301 additions and 124 deletions

View file

@ -119,6 +119,8 @@
cmd.push("--after=" + options.after);
if (options.merge)
cmd.push("-m");
if (options.grep)
cmd.push("--grep=" + options.grep);
/* journalctl doesn't allow reverse and follow together */
if (options.reverse)