-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5fb2d84
commit 69c1fba
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
[](https://github.com/AlexanderHieser/clever/actions/workflows/release_build.yml) | ||
[](https://github.com/hackinghieser/clever/actions/workflows/debug_build.yml) | ||
|
||
# clever | ||
|
||
Clever is a simple cli application to view \*.clef logs. Written in Rust & powered by Ratatui | ||
|
||
 | ||
|
||
# Installation | ||
|
||
Currently clever cannot be installed through any package manager. Contributions regarding this are welcomed. | ||
|
||
To install it manually, just download from the release page and add it to our path variable. | ||
|
||
# Usage | ||
|
||
Simply by: | ||
|
||
`clever path\to\file` | ||
|
||
a simple cli is also planned to nicly format the logs. Use: | ||
|
||
`clever --help` | ||
|
||
to print the available cli commands & options. | ||
|
||
# Notes | ||
|
||
Currently only templates using {PropertyName} are rendering, support for index rendering and other message template features is planned. | ||
|
||
# Contribution | ||
|
||
Simply open a PR. Repo is using convetional commits, please stick to it if you want to contribute. Apart from this, nothing special to consider right now. | ||
|
||
# Links | ||
|
||
- <http://clef-json.org> | ||
|
||
- <https://messagetemplates.org> | ||
|
||
- <https://ratatui.rs> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.