| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use the tg alias by default, add fedora build script | jakob.stendahl | 2024-06-17 | 5 | -55/+84 |
| * | Make platform dependent code possible to disable by disabling libc and ansi f... | jakobst1n | 2024-06-16 | 5 | -6/+53 |
| * | 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 | 3 | -28/+101 |
| * | 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 | 2 | -28/+54 |
| * | Fix downsampling function | jakobst1n | 2024-06-12 | 1 | -19/+15 |
| * | Fix logic error when choosing Braille characters | jakobst1n | 2024-06-12 | 2 | -22/+28 |
| * | Add options to toggle colors, prepare for allowing multiple lines | jakobst1n | 2024-06-12 | 4 | -56/+111 |
| * | Add license | jakobst1n | 2024-06-12 | 1 | -0/+675 |
| * | Add a very simple usage section to readme | jakobst1n | 2024-06-12 | 1 | -0/+13 |
| * | Add manual page to readme | jakobst1n | 2024-06-12 | 1 | -0/+76 |
| * | Put examples in code blocks | jakobst1n | 2024-06-12 | 1 | -8/+14 |
| * | Improve braille mode slightly | jakobst1n | 2024-06-12 | 1 | -29/+18 |
| * | Add some examples to the readme | jakobst1n | 2024-06-12 | 1 | -0/+79 |
| * | Add attempt at a braille mode | jakobst1n | 2024-06-12 | 3 | -15/+92 |
| * | Toggle cursor for filter mode | jakobst1n | 2024-06-12 | 2 | -1/+3 |
| * | Add libc crate ( :-( ), and make a signal handler for swapping back to main s... | jakobst1n | 2024-06-12 | 4 | -6/+38 |
| * | Abstract slightly, add cut functionality | jakobst1n | 2024-06-11 | 4 | -70/+114 |
| * | Rename axis argument to silent, and invert it, so axis are enabled by default | jakobst1n | 2024-06-11 | 5 | -14/+27 |
| * | Add example spec file | jakobst1n | 2024-06-11 | 1 | -0/+58 |
| * | 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 | 5 | -85/+287 |
| * | Add simple readme and manual, add script to build debian package | jakobst1n | 2024-06-08 | 4 | -0/+78 |
| * | Add some basic functionality | jakobst1n | 2024-06-08 | 6 | -127/+481 |
| * | Initial commit | jakobst1n | 2024-06-04 | 6 | -0/+190 |