Project Status
May 3, 2026 ยท View on GitHub
Development Status
Help, comments, suggestions, feedback...
TDL
Note that Ideas are welcomed. You may submit yours through Issue, or by directly pushing a new file in docs/features/proposed_features.
High priority
- interactive exec Test of command waiting for user input
Low priority
-
environment
Check and/or set environment variable -
append / remove
To append / remove text to an existing text file -
implement "case insensitive" and "ignore blank lines" modifiers
-
explore the possibility to run multiple exe in //, while staying simple.
Maybe by using the AdaCore spawn lib. -
"no new files" and "no env change" check
-
Table input (In gherkin :
Scenario Outlines/Exampleshttps://cucumber.io/docs/gherkin/reference/) May imply to switch to Max Reznik's more sophisticated MarkDown parser... -
Synonyms :
Stderr = error output
Stdout = output -
Adding a command line completion generation
cf. to https://rust-lang.github.io/rustup/installation/index.html#enable-tab-completion-for-bash-fish-zsh-or-powershell
and https://github.com/carapace-sh