Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coderofsalvation/framebuffer.bash
framebuffer in bash to draw ascii pixels, borders, animate e.g. (bash ui bootstrap)
https://github.com/coderofsalvation/framebuffer.bash
Last synced: 12 days ago
JSON representation
framebuffer in bash to draw ascii pixels, borders, animate e.g. (bash ui bootstrap)
- Host: GitHub
- URL: https://github.com/coderofsalvation/framebuffer.bash
- Owner: coderofsalvation
- License: gpl-3.0
- Created: 2014-05-15T09:44:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T19:05:54.000Z (over 4 years ago)
- Last Synced: 2023-03-24T12:54:43.593Z (over 1 year ago)
- Language: Shell
- Size: 43 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
framebuffer.bash
================framebuffer is a bag of unix ascii tools to draw ascii pixels, borders, animate e.g. (bash ui bootstrap)
for usecases see http://coderofsalvation.github.io/framebuffer.bash
# Get it
wget "https://raw.githubusercontent.com/coderofsalvation/framebuffer.bash/master/fb"
chmod 755 fb
./fb# Building (please contribute plugins)
to combine all plugins into one `framebuffer` shellscript run:
./build
# Test
To test run:
./run
# Get the build:
wget https://raw.githubusercontent.com/coderofsalvation/framebuffer.bash/master/framebuffer