All Projects → eopb → read_input

eopb / read_input

Licence: MIT and 2 other licenses found Licenses found MIT LICENSE Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
A simple CLI tool that asks for user input until the data inputted is valid.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to read input

passport
A Kotlin-based Android view validation library with a simple DSL.
Stars: ✭ 31 (+138.46%)
Mutual labels:  input, input-validation
FilterInputJs
Tiny and Powerful Library for limit an entry (text box,input) as number,string or more...
Stars: ✭ 37 (+184.62%)
Mutual labels:  input, input-validation
svelte-multiselect
Keyboard-friendly, accessible and highly customizable multi-select component
Stars: ✭ 91 (+600%)
Mutual labels:  input
LEAmountInputView
Amount Input View (inspired by Square's design)
Stars: ✭ 44 (+238.46%)
Mutual labels:  input
bootstrap5-tags
Replace select[multiple] with nices badges for Bootstrap 5
Stars: ✭ 58 (+346.15%)
Mutual labels:  input
react-file-input-previews-base64
This package provides an easy to use, ready to go and customizable wrapper around file input, with option for image previews and returning file as base64 string.
Stars: ✭ 15 (+15.38%)
Mutual labels:  input
activeadmin-ajax filter
AJAX filters for ActiveAdmin
Stars: ✭ 86 (+561.54%)
Mutual labels:  input
hookahjs
Add empty/dirty/touched CSS hooks to input and textarea elements automatically (1056 bytes)
Stars: ✭ 21 (+61.54%)
Mutual labels:  input
rich input
Rich input box, implement @Someone and subject with color highlighting
Stars: ✭ 58 (+346.15%)
Mutual labels:  input
wc18-cli
An easy command line interface for the 2018 World Cup
Stars: ✭ 15 (+15.38%)
Mutual labels:  simple-data-pipe
react-headless-phone-input
Headless phone number input component for React. Because phone numbers are hard.
Stars: ✭ 25 (+92.31%)
Mutual labels:  input
SheenValidator
Android library to make form validation easier
Stars: ✭ 29 (+123.08%)
Mutual labels:  input
react-native-input-prompt
A cross-platform user input prompt component for React Native with Native UI.
Stars: ✭ 45 (+246.15%)
Mutual labels:  input
kindaVim.theapp
Ultimate Vim Mode for macOS
Stars: ✭ 372 (+2761.54%)
Mutual labels:  input
file-upload-with-preview
🖼 Simple file-upload utility that shows a preview of the uploaded image. Written in TypeScript. No dependencies. Works well with or without a framework.
Stars: ✭ 406 (+3023.08%)
Mutual labels:  input
vue-pincode-input
Great pincode input component
Stars: ✭ 128 (+884.62%)
Mutual labels:  input
react-native-element-textinput
A react-native TextInput, TagsInput and AutoComplete component easy to customize for both iOS and Android.
Stars: ✭ 28 (+115.38%)
Mutual labels:  input
dynamic-input-fields-reactjs
Example of the dynamic input fields in ReactJS
Stars: ✭ 31 (+138.46%)
Mutual labels:  input
placeholder-animated
Input com placeholder animado, cujo funcionamento é semelhante ao login do Google
Stars: ✭ 19 (+46.15%)
Mutual labels:  input
angular-code-input
Code (number/chars/otp/password) input component for angular 7, 8, 9, 10, 11, 12+ projects including Ionic 4, 5 +
Stars: ✭ 112 (+761.54%)
Mutual labels:  input

Read Input

A simple CLI tool that asks for user input until the data inputted is valid.

License Latest version Latest Docs downloads-badge

Why you need it

When writing command line tools you will often need to take input from the user. If the user inputs invalid information the program needs to ask them again. Having to make this loop distracts from the useful logic in your program.

read_input attempts to make it easy to get input from the user without having to think about converting types.

How to get started.

Everything is covered on our documentation page. Latest Docs

Docs

API Documentation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].