Expand description
Auto-generated module
🤖 Generated with SplitRS
Modules§
- bash_
colors - ANSI terminal color constants for bash scripts.
Functions§
- emit_
bash_ for_ arith - Emit a C-style for loop.
- emit_
bash_ http_ get - Emits bash code to make an HTTP GET request.
- emit_
bash_ http_ post_ json - Emits bash code to make an HTTP POST request with JSON.
- emit_
bash_ join - Generate bash code to join an array with a delimiter.
- emit_
bash_ lock - Emits bash code to acquire an exclusive lock file.
- emit_
bash_ progress_ bar - Emits a bash progress bar function.
- emit_
bash_ read_ env - Emits bash code to read a .env file safely (without sourcing).
- emit_
bash_ require_ cmd - Generate bash code to check if a command exists.
- emit_
bash_ retry_ fn - Emits a bash retry wrapper function.
- emit_
bash_ select_ menu - Emit a select menu.
- emit_
bash_ source_ env - Emits bash code to source a .env or .conf file.
- emit_
bash_ split - Generate bash code to split a string by a delimiter.
- emit_
bash_ trim - Generate bash code to trim whitespace from a variable.
- emit_
bash_ unlock - Emits bash code to release a lock file.
- emit_
bash_ until - Emit a bash until loop.
- emit_
bash_ url_ encode - Generate bash code to URL-encode a string.