Metadata


Name
highline
Version
3.1.2
Platform
ruby
Authors
James Edward Gray II
Bindir
bin
Date
2025-01-06 00:00:00 UTC
Dependencies
bundler (>= 0, development)
rake (>= 0, development)
minitest (>= 0, development)
dry-types (>= 0, development)
reline (>= 0)
Description
A high-level IO library that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
Email
james@graysoftinc.com
Extra rdoc files
README.md
TODO
Changelog.md
LICENSE
Files
.github/workflows/ci.yml
.gitignore
.rubocop.yml
.simplecov
AUTHORS
COPYING
Changelog.md
Gemfile
LICENSE
README.md
Rakefile
TODO
bin/test
doc/.cvsignore
examples/ansi_colors.rb
examples/asking_for_arrays.rb
examples/basic_usage.rb
examples/color_scheme.rb
examples/custom_parser_custom_validator.rb
examples/get_character.rb
examples/limit.rb
examples/menus.rb
examples/overwrite.rb
examples/page_and_wrap.rb
examples/password.rb
examples/repeat_entry.rb
examples/trapping_eof.rb
examples/using_readline.rb
highline.gemspec
lib/highline.rb
lib/highline/builtin_styles.rb
lib/highline/color_scheme.rb
lib/highline/compatibility.rb
lib/highline/custom_errors.rb
lib/highline/import.rb
lib/highline/io_console_compatible.rb
lib/highline/list.rb
lib/highline/list_renderer.rb
lib/highline/menu.rb
lib/highline/menu/item.rb
lib/highline/paginator.rb
lib/highline/question.rb
lib/highline/question/answer_converter.rb
lib/highline/question_asker.rb
lib/highline/simulate.rb
lib/highline/statement.rb
lib/highline/string.rb
lib/highline/string_extensions.rb
lib/highline/style.rb
lib/highline/template_renderer.rb
lib/highline/terminal.rb
lib/highline/terminal/io_console.rb
lib/highline/terminal/ncurses.rb
lib/highline/terminal/unix_stty.rb
lib/highline/version.rb
lib/highline/wrapper.rb
site/.cvsignore
site/highline.css
site/images/logo.png
site/index.html
Homepage
https://github.com/JEG2/highline
Licenses
Ruby
Metadata
{"changelog_uri"=>"https://github.com/JEG2/highline/blob/master/Changelog.md"}
Require paths
lib
Required ruby version
>= 3.0
Required rubygems version
>= 0
Rubygems version
3.6.2
Specification version
4
Summary
HighLine is a high-level command-line IO library.
Original platform
ruby
New platform
ruby