From 2dd2e0ad4e873e732d7a7eff307d16a3e1d58d46 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 1 Oct 2020 09:39:46 -0600 Subject: [PATCH] Add arduino plugin Add zsh-arduino plugin now that https://github.com/raghur/zsh-arduino/issues/1 is closed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05a0c31..8dc5d2e 100644 --- a/README.md +++ b/README.md @@ -420,6 +420,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [apple-touchbar](https://github.com/zsh-users/zsh-apple-touchbar) - Adds MacBook Pro touchbar support in [iTerm 2](https://iterm2.com). * [appup](https://github.com/Cloudstek/zsh-plugin-appup) - Adds `start`, `stop`, `up` and `down` commands when it detects a `docker-compose.yml` or `Vagrantfile` in the current directory (e.g. your application). Just run `up` and get coding! * [arc](https://github.com/anton-rudeshko/zsh-arc) - Adds aliases for Yandex version control system. +* [arduino](https://github.com/raghur/zsh-arduino) - Adds scripts to build, upload and monitor arduino sketches from a command line. Requires `jq`. * [artisan](https://github.com/jessarcher/zsh-artisan) - Laravel `artisan` plugin for ZSH to help you to run `artisan` from anywhere in the project tree, with tab completion! * [asciidoctor](https://github.com/sparsick/asciidoctor-zsh) - A plugin for AsciiDoctor. * [asdf](https://github.com/kiurchv/asdf.plugin.zsh) - Integration and completions for [asdf](https://github.com/asdf-vm/asdf), the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.