aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove dependency on libc cratejakobst1n2024-06-252-20/+37
* 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 f...jakobst1n2024-06-164-5/+47
* Simplify calculations, use a more nested struct for pixelsjakobst1n2024-06-132-59/+87
* Fix dot8 by mapping from the useful math format, to the real unicode layoutjakobst1n2024-06-121-22/+49
* Add option for 8dot braillejakobst1n2024-06-122-26/+95
* 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 s...jakobst1n2024-06-121-5/+27
* 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