Package Details: journalcheck-git r55.17602cb-1

Git Clone URL: https://aur.archlinux.org/journalcheck-git.git (read-only, click to copy)
Package Base: journalcheck-git
Description: A simple replacement for logcheck when using journald
Upstream URL: https://github.com/lynix/journalcheck
Licenses: MIT
Submitter: lynix
Maintainer: None
Last Packager: lynix
Votes: 0
Popularity: 0.000000
First Submitted: 2015-03-18 08:31 (UTC)
Last Updated: 2015-07-19 11:13 (UTC)

Latest Comments

3ED_0 commented on 2018-07-20 11:32 (UTC) (edited on 2018-07-20 11:33 (UTC) by 3ED_0)

journalcheck() {
    local sience='-e'
    test -n "$1" && sience='-S'
    journalctl -p 0..4 $sience $1|cat
}

$ journalcheck

$ journalcheck "2018-07-19 18:47:11"

Output looks similar...

lynix commented on 2017-08-08 19:08 (UTC)

It's true that the latest commit to the code of 'journalcheck' was back in 2015, but what's the point there? I'm using it on all my machines, works like a charm. I will remove your out-of-date-flag as this AUR package does indeed match the latest state of the project and therefore is not out-of-date at all.

timofonic commented on 2017-08-08 01:07 (UTC)

2015? What about this replcement? https://github.com/TheCreeper/JournalCheck

Booloki commented on 2015-09-02 16:00 (UTC)

Hello Please add 'git' as a dependency. Thanks