Registry / cli / rbcurse-core

rbcurse-core

JSON →
library0.0.14rbrubygemsunverified

Ruby curses/ncurses widgets for easy application development on text terminals (ruby 1.9).

gem install rbcurse-core
INSTALL
IMPORT
SIG · RBCURSE-CORE
R
rbcurse-core
clirubyv0.0.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rbcurse
require 'rbcurse-core'

Create a simple curses application with a label

require 'rbcurse-core' # Create a simple text-based window with a label include RubyCurses app = RubyCurses::App.new label = Label.new do text "Hello, World!" color :red end app.start
Debug
Known issues
breakingRequires Ruby 1.9; may not work with newer Ruby versions.
fix
Use a compatible Ruby version (1.9.x) or consider alternative libraries.
affects: >= 0.0.0
Upgrade
Version history
0.0.14latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
rbcurse-core — gem install rbcurse-core · libregistry