Joe Block

Results 91 comments of Joe Block

What categories do you suggest? I'd moved the ones that only provided tab completions into a different section, but am open to other categories

The plugin managers should all be in the Frameworks section. If there are any still in plugins that I missed, please either create an issue or a PR.

I'm open to any tools that render the markdown into different output formats, but the authoritative source is going to remain markdown. That said, it's written in markdown because GH...

My concern with going to a JSON or YAML format and then processing that to create markdown is that it'll make contributing more hassle for occasional contributors. It'll also make...

FWIW, you can detect the default branch with ``` git remote show origin | awk '$0 ~ \"HEAD branch\" {print $NF}' ```

I think it's best to use `git remote show origin | awk '$0 ~ \"HEAD branch\" {print $NF}'` to find a given repo's default branch. Otherwise there will still be...

The first argument to `_zqs-get-setting` is the settings name (only use filename-safe characters), and the second is the default value to return if there's no existing setting. Here's an example...

Created https://github.com/unixorn/zsh-quickstart-kit/issues/207 to expose the commands