@krzyzanowskim I think it's angry that I don't use bash or zsh…
Unknown option: `-lc'
Usage: tcsh [ -bcdefilmnqstvVxX ] [ argument ... ].
@siracusa you made it to the codebase. also, this is the first time in my short life I encountered tcsh
if you download again, the build 1.0.749 has it ;) sorry for the inconveniences.
@siracusa @krzyzanowskim What are the benefits of tcsh over bash or other ancient shells? I mean: they all seems the same for me: zsh, csh, bash, tcsh...
Today we have few more modern shells, like fish or nushell that at try new things and have much more sane scripting - but using one of those "sh compatible" shells always seemed pointless to me 🤔
@siracusa Yeah yeah, I get it - but I'm curious to what exactly you're used to 😅 I mean - for me, all of those „old" shells are basically the same - "original" sh with some extensions.
Does tcsh have some extra features that for example bash or zsh doesn't have and it would make your scripts incompatible? 🤔
@siracusa I get it 👍
BTW: I just read & experiment a bit more - and apparently tcsh (and csh before it) have completely different scripts syntax than bash (a bit more like C, which is a bit more readable for mot people probably?) 😅
So my mistake... also indeed it might be quite incompatible with bash, even for some command line one liners.
@Migueldeicaza @siracusa @krzyzanowskim Guys - give some more modern shell a try: fish for example 🐟 https://fishshell.com
You can keep your old scripts and simply run it via „bash" command line or via shebangs - that's not a problem 🤷♂️
@krzyzanowskim Looks awesome, but curious if it does or will supports tests?
A very common use of my current 'Test' project, that this would replace, is pasting in tests from various Swift Slacks to help people debug issues.
@krzyzanowskim it's usually just a one off Swift Testing @\Test or sometimes two contained in a @\Suite.
This is my current simple 'Playground' structure that I could imagine your tools replacing, but maybe I'm trying to fit a square peg in a round hole?