picksy.cr

Simple picker module for Crystal

picksy

Picksy is a simple picker module for Crystal.

Installation

  1. Add the dependency to your shard.yml:
 dependencies:
   picksy:
     git: https://git.sr.ht/~hxii/picksy

or from GitHub:

dependencies:
  picksy:
    github: hxii/picksy
  1. Run shards install

Usage

require "picksy"

options = {
  "key1" => "value1",
  "key2" => "value2",
}
picker = Picksy.new(options)
puts "You chose: #{picker.query}"

Contributing

  1. Fork it (https://github.com/your-github-user/picksy/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • hxii - creator and maintainer
Repository

picksy.cr

Owner
Statistic
  • 0
  • 0
  • 0
  • 0
  • 1
  • 7 months ago
  • August 30, 2025
License

MIT License

Links
Synced at

Tue, 27 Jan 2026 03:30:20 GMT

Languages