Luca Naef

Results 4 comments of Luca Naef

Can confirm, same error message - fix would be amazing, exactly what I was looking for

Thanks for the pointers @scopatz / @gforsyth I'll have a look at it

Here's another one ``` touch '[test' '[test' | path exists true rm '[test' error: Pattern syntax error near position 25: invalid range pattern ┌─ shell:132:1 │ 132 │ rm '[test'...

and here, filepaths with `~$` will somehow bork the `$it` ``` touch '~$test [Autosaved]' echo '~$test [Autosaved]' | each { ^rm $it } rm: ~ [Autosaved]: No such file or...