Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kpouer/ceos
https://github.com/kpouer/ceos
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/kpouer/ceos
- Owner: kpouer
- License: apache-2.0
- Created: 2024-07-10T06:21:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:10:34.000Z (3 months ago)
- Last Synced: 2024-09-17T01:40:20.567Z (3 months ago)
- Language: Rust
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ceos
[![dependency status](https://deps.rs/repo/github/kpouer/Ceos/status.svg)](https://deps.rs/repo/github/kpouer/Ceos)
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)## Introduction
Ceos is a log viewer written in Rust.
It's purpose is to be able to open big log files (several GB) and manipulate them with filtering commands (similar to grep, cut)# Licence
This software is licenced under Apache 2.0 licence
# Dependencies
- anyhow (https://crates.io/crates/anyhow)
- eframe (https://crates.io/crates/anyhow)
- egui (https://crates.io/crates/egui)
- env_logger (https://crates.io/crates/env_logger)
- log (https://crates.io/crates/log)
- rfd (https://crates.io/crates/rfd)