Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/essentialkaos/logcat

Utility for log viewing with additional access control mechanism
https://github.com/essentialkaos/logcat

bzcat cat gzcat log utility

Last synced: about 2 months ago
JSON representation

Utility for log viewing with additional access control mechanism

Awesome Lists containing this project

README

        


GitHub Actions Status

InstallationUsageCI StatusLicense


`logcat` is utility for controllable log viewing with sudo.

### Installation

#### From [ESSENTIAL KAOS Public Repository](https://kaos.sh/kaos-repo)

```bash
sudo yum install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo yum install logcat
```

#### Using Makefile and Git

```bash
git clone https://kaos.sh/logcat.git
cd logcat
sudo make install
```

### Usage

### CI Status

| Branch | Status |
|--------|--------|
| `master` | [![CI](https://kaos.sh/w/logcat/ci.svg?branch=master)](https://kaos.sh/w/logcat/ci?query=branch:master) |
| `develop` | [![CI](https://kaos.sh/w/logcat/ci.svg?branch=master)](https://kaos.sh/w/logcat/ci?query=branch:develop) |

### License

[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)