mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 10:04:12 +02:00
fmt readme
This commit is contained in:
parent
cea03a8f4f
commit
a8dff294c7
1 changed files with 4 additions and 4 deletions
|
|
@ -100,9 +100,9 @@ Currently, the program can match against data from the following sources:
|
||||||
## Roadmap
|
## Roadmap
|
||||||
|
|
||||||
- [ ] More flexible log file input
|
- [ ] More flexible log file input
|
||||||
- [x] Log files compressed trough gzip
|
- [x] Log files compressed trough gzip
|
||||||
- [ ] Log files compressed trough other compression methods
|
- [ ] Log files compressed trough other compression methods
|
||||||
- [ ] Archived containing more than one file
|
- [ ] Archived containing more than one file
|
||||||
- [ ] Data from more app version
|
- [ ] Data from more app version
|
||||||
- [ ] Support extracting app versions from a system report
|
- [ ] Support extracting app versions from a system report
|
||||||
- [ ] Add filtering to all lists
|
- [ ] Add filtering to all lists
|
||||||
|
|
@ -122,4 +122,4 @@ Note that this is only needed when building with cargo, building with nix automa
|
||||||
rm -r data/src/data
|
rm -r data/src/data
|
||||||
nix build .#extracted-logs-rust
|
nix build .#extracted-logs-rust
|
||||||
cp -rL result data/src/data && chmod -R +w data/src/data
|
cp -rL result data/src/data && chmod -R +w data/src/data
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue