https://github.com/docelic/ruby-tailgate
https://github.com/docelic/ruby-tailgate
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/docelic/ruby-tailgate
- Owner: docelic
- Created: 2016-08-21T09:00:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T01:42:21.000Z (over 8 years ago)
- Last Synced: 2025-02-05T21:33:25.614Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Other Projects
There are projects related to console-based interfaces in Ruby.
* In Ruby (for curses or colors): ruby-curses, IO.console, rainbow, colorize, paint, ffi-ncurses
* In Ruby (for text tables): text_layout, text-table, pretty_table, terminal-table
* In Ruby (for CSS-like terminal layout engine): terminal-layout
* In Ruby (for various helpers): pazdera's catpix, tco and word_wrap (article: http://radek.io/2015/06/29/catpix/)
* In Ruby (for graphics): rmagick
* In other languages: STFL, Curses::UI, urwid
* For layouts in Tmux: https://changelog.com/teamocil-ruby-yaml-tmux-layouts/
* For CSS parsing and matching: css_parser