| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove dependency on libc crate | jakobst1n | 2024-06-25 | 2 | -20/+37 |
* | Don't panic on invalid lines when operating in filtering mode | jakob.stendahl | 2024-06-17 | 1 | -3/+9 |
* | Make platform dependent code possible to disable by disabling libc and ansi f... | jakobst1n | 2024-06-16 | 4 | -5/+47 |
* | Simplify calculations, use a more nested struct for pixels | jakobst1n | 2024-06-13 | 2 | -59/+87 |
* | Fix dot8 by mapping from the useful math format, to the real unicode layout | jakobst1n | 2024-06-12 | 1 | -22/+49 |
* | Add option for 8dot braille | jakobst1n | 2024-06-12 | 2 | -26/+95 |
* | Add color to braille and star mode by default | jakobst1n | 2024-06-12 | 1 | -4/+4 |
* | Simplify braille code by using unicode offsets directly, instead of maps | jakobst1n | 2024-06-12 | 1 | -27/+15 |
* | Add help text | jakobst1n | 2024-06-12 | 1 | -15/+35 |
* | Fix downsampling function | jakobst1n | 2024-06-12 | 1 | -19/+15 |
* | Fix logic error when choosing Braille characters | jakobst1n | 2024-06-12 | 1 | -14/+20 |
* | Add options to toggle colors, prepare for allowing multiple lines | jakobst1n | 2024-06-12 | 3 | -56/+105 |
* | Improve braille mode slightly | jakobst1n | 2024-06-12 | 1 | -29/+18 |
* | Add attempt at a braille mode | jakobst1n | 2024-06-12 | 2 | -13/+87 |
* | Toggle cursor for filter mode | jakobst1n | 2024-06-12 | 1 | -0/+2 |
* | Add libc crate ( :-( ), and make a signal handler for swapping back to main s... | jakobst1n | 2024-06-12 | 1 | -5/+27 |
* | Abstract slightly, add cut functionality | jakobst1n | 2024-06-11 | 3 | -70/+101 |
* | Rename axis argument to silent, and invert it, so axis are enabled by default | jakobst1n | 2024-06-11 | 3 | -10/+14 |
* | Implement keep_tail, fix refactor typo | jakobst1n | 2024-06-11 | 2 | -15/+43 |
* | Delete GraphCanvas, all logic is in GraphBuilder | jakobst1n | 2024-06-11 | 1 | -187/+0 |
* | Refactor the code, deletions will follow | jakobst1n | 2024-06-11 | 4 | -219/+354 |
* | Fix parsing of positional arguments | jakobst1n | 2024-06-09 | 1 | -1/+13 |
* | Add some documentation | jakobst1n | 2024-06-09 | 4 | -83/+286 |
* | Add some basic functionality | jakobst1n | 2024-06-08 | 6 | -127/+481 |
* | Initial commit | jakobst1n | 2024-06-04 | 3 | -0/+174 |