aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* Remove dependency on libc cratejakobst1n2024-06-251-20/+19
|
* Don't panic on invalid lines when operating in filtering modejakob.stendahl2024-06-171-3/+9
|
* Make platform dependent code possible to disable by disabling libc and ansi ↵jakobst1n2024-06-161-4/+12
| | | | features
* Add options to toggle colors, prepare for allowing multiple linesjakobst1n2024-06-121-0/+1
|
* Toggle cursor for filter modejakobst1n2024-06-121-0/+2
|
* Add libc crate ( :-( ), and make a signal handler for swapping back to main ↵jakobst1n2024-06-121-5/+27
| | | | screen
* Abstract slightly, add cut functionalityjakobst1n2024-06-111-21/+28
|
* Rename axis argument to silent, and invert it, so axis are enabled by defaultjakobst1n2024-06-111-2/+2
|
* Implement keep_tail, fix refactor typojakobst1n2024-06-111-1/+7
|
* Refactor the code, deletions will followjakobst1n2024-06-111-20/+13
|
* Add some documentationjakobst1n2024-06-091-9/+62
|
* Add some basic functionalityjakobst1n2024-06-081-22/+17
|
* Initial commitjakobst1n2024-06-041-0/+31