aboutsummaryrefslogtreecommitdiff
path: root/src/graph.rs
Commit message (Collapse)AuthorAgeFilesLines
* Simplify braille code by using unicode offsets directly, instead of mapsjakobst1n2024-06-121-27/+15
|
* 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-121-55/+80
|
* Improve braille mode slightlyjakobst1n2024-06-121-29/+18
|
* Add attempt at a braille modejakobst1n2024-06-121-11/+82
|
* Abstract slightly, add cut functionalityjakobst1n2024-06-111-38/+53
|
* Rename axis argument to silent, and invert it, so axis are enabled by defaultjakobst1n2024-06-111-0/+4
|
* Implement keep_tail, fix refactor typojakobst1n2024-06-111-14/+36
|
* Refactor the code, deletions will followjakobst1n2024-06-111-160/+300
|
* Add some documentationjakobst1n2024-06-091-9/+42
|
* Add some basic functionalityjakobst1n2024-06-081-105/+154
|
* Initial commitjakobst1n2024-06-041-0/+142