Fli icon indicating copy to clipboard operation
Fli copied to clipboard

Execute CLI commands from your F# code in F# style!

Results 5 Fli issues
Sort by recently updated
recently updated
newest added

could be useful to be able to run python commands also in shell, as is the most used scripting lang

would be useful to process the output as stream, like less or more commands, so as a stream of lines, and to have control to interrupt or modify the behaviour...

help wanted
feature

Would it be possible to implement the `Zero` value for the cli computation expression? This is needed for letting other values be added conditionally. In my current process, I'm trying...

feature

**Describe the solution you'd like** I'd like to reuse a cancellation token instead of defining the [cancelAfter](https://github.com/CaptnCodr/Fli?tab=readme-ov-file#builder-operations) information at the CE level. **Describe alternatives you've considered** - **Additional context** -

enhancement
feature