aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add color to braille and star mode by defaultjakobst1n2024-06-121-4/+4
|
* Simplify braille code by using unicode offsets directly, instead of mapsjakobst1n2024-06-121-27/+15
|
* Add help textjakobst1n2024-06-121-15/+35
|
* Fix downsampling functionjakobst1n2024-06-121-19/+15
|
* Fix logic error when choosing Braille charactersjakobst1n2024-06-121-14/+20
|
* Add options to toggle colors, prepare for allowing multiple linesjakobst1n2024-06-123-56/+105
|
* Improve braille mode slightlyjakobst1n2024-06-121-29/+18
|
* Add attempt at a braille modejakobst1n2024-06-122-13/+87
|
* 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-113-70/+101
|
* Rename axis argument to silent, and invert it, so axis are enabled by defaultjakobst1n2024-06-113-10/+14
|
* Implement keep_tail, fix refactor typojakobst1n2024-06-112-15/+43
|
* Delete GraphCanvas, all logic is in GraphBuilderjakobst1n2024-06-111-187/+0
|
* Refactor the code, deletions will followjakobst1n2024-06-114-219/+354
|
* Fix parsing of positional argumentsjakobst1n2024-06-091-1/+13
|
* Add some documentationjakobst1n2024-06-094-83/+286
|
* Add some basic functionalityjakobst1n2024-06-086-127/+481
|
* Initial commitjakobst1n2024-06-043-0/+174