Max Howell

Results 602 comments of Max Howell

> Yes, interpreter is likely redundant but it's illustrative. I should take another pass over `--help`, since last I did it things have evolved somewhat. --- `tea -d` is `--dump`...

k, was shower-thoughtsing this this morning and I'm leaning towards: `tea --dump` becomes a tea/cmd (when tea/cmd implemented). Then we have: ```sh tea foo # magic! installs command or executes...

We now have `-n` (alias for `--dry-run`)

@magnusviri LMK what you think ☺️

Sorry this has remained unmerged. I thought we were still debating how to identify if a block should be treated as a target or not, but I see this is...

We have removed executable markdown from tea deeming it out of scope. Sorry for your wasted work 😔

If we do add this I'd rather it was actually useful rather than copy and pasted from something.

the fix for me was to stop untarring with `--strip-components=1`. Which my build tooling was doing for me.

I don’t but I don’t have a lot of magic in there. Here’s my `.zshrc`: ```zsh autoload -U colors && colors export PS1="%F{086}%~%{$reset_color%} " export EDITOR=code_wait export CLICOLOR=1 export LSCOLORS=gafacadabaegedabagacad...

an astounding PR. You deserve more kudos than I can give. Thank you.