GithubHelp home page GithubHelp logo

prompt's Introduction

Prompt, a simple Terminal Prompting for Crystal

A simple on-demand Prompt system to get values from User's choice.

Getting Started

To start using Prompt, simply require it and use it that way:

prompt_text = "Do your Choice !" # Prepare the Prompt Text

choices = [                      # Prepare the choices given to the Prompt
["choice 1", "value 1"],
["choice 2", "value 2"],
["choice 3", "value 3"],
["choice 4", "value 4"],
["choice 5", "value 5"],
  ]

value1 = prompt(prompt_text, choices) # Get the prompt result
value2 = prompt(prompt_text, choices) # Get the prompt result

puts "The Prompt returned: #{value1} & #{value2}"

Customisation options

You can change the following parameters by changing the Prompt Class Variables:

Prompt.clear = ...     # Set the string used to clear the terminal.
Prompt.separator = ... # Set the string used to separate the prompt text from the choices.
Prompt.indicator = ... # Set the string used to highlight the current choice.

Contributing

I'm not a expert Crystal developper (far from it..), so feel free to give me some tips. ;)

Authors

  • Samuel NAIT

prompt's People

Watchers

Samuel NAIT avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.