Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/essentialkaos/logcat
- Owner: essentialkaos
- License: apache-2.0
- Created: 2016-01-16T11:43:24.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-16T12:22:11.000Z (7 months ago)
- Last Synced: 2024-06-16T13:38:36.502Z (7 months ago)
- Topics: bzcat, cat, gzcat, log, utility
- Language: Shell
- Homepage: https://kaos.sh/logcat
- Size: 107 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Installation • Usage • CI Status • License
`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)