Registry / cli / coolline

coolline

JSON →
library0.5.0rbrubygemsunverified

A readline-like library that allows changing how input is displayed.

gem install coolline
INSTALL
IMPORT
SIG · COOLLINE
C
coolline
clirubyv0.5.0
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.

Coolline
require 'coolline'

Start a Coolline REPL with custom tab completion.

require 'coolline' Coolline.new do |c| c.completion_word = ->(word) { ['hello', 'world'].grep(/^#{Regexp.escape(word)}/) } end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
coolline — gem install coolline · libregistry