1 Repo
Input validation performed using shell-internal pattern matching and logic.
Distinct from Number Type Validation: Focuses on shell-native implementation rather than general numeric type validation logic.
Explore 1 awesome GitHub repository matching data & databases · Shell-Native. Refine with filters or upvote what's useful.
This project is a collection of POSIX-compliant shell functions and polyfills designed to replace external binaries with portable, built-in utility implementations. It serves as a compatibility library and utility kit for shell scripting, providing shell-native alternatives to common command line utilities. The library focuses on removing dependencies on external processes by implementing tasks directly within the shell. This includes the use of shell-native sequences for terminal user interface design, such as text coloring and cursor movement, and the use of built-in pattern matching for te
Checks for integers, floating-point numbers, and string patterns using native shell logic.