index
:
bbrll.git
main
Bash script for displaying braille images as well as a script for displaying bdf fonts as braille images, for use in the Linux Console
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-07-03
Made iconv arguments more cross platform(runs in termux with this change)
main
Haoran S. Diao (刁浩然)
2023-07-02
Even more optimization
Haoran S. Diao (刁浩然)
2023-07-02
Optimized braille conversion in bbrll to not need any sed or string ops, it's
Haoran S. Diao (刁浩然)
just a big list of ifs for all 8 bytes
2023-07-02
Optimized the awk search in fontd, now it exits when it finds the char instead
Haoran S. Diao (刁浩然)
of continuing to search the entire font
2023-07-02
fixed typo
Haoran S. Diao (刁浩然)
2023-07-02
did some optimizations to make things a lot faster at the cost of making bbrll
Haoran S. Diao (刁浩然)
only work with 1/0 inputs, and if the buffer is exactly some multiple of 2x4 large
2023-06-30
Added some example outputs using Misaki and Zpix EX2
Haoran S. Diao (刁浩然)
2023-06-30
Added smarter font directory handling
Haoran S. Diao (刁浩然)
2023-06-30
surpressed bc error
Haoran S. Diao (刁浩然)
2023-06-30
Added ability to display entire strings of text
Haoran S. Diao (刁浩然)
2023-06-30
Added example program for displaying bdf files
Haoran S. Diao (刁浩然)
2023-06-30
Initial Commit
Haoran S. Diao (刁浩然)