{"id":29200407,"url":"https://github.com/zmoog/alfred-arduino-cli","last_synced_at":"2026-04-24T12:05:03.624Z","repository":{"id":54278241,"uuid":"340508418","full_name":"zmoog/alfred-arduino-cli","owner":"zmoog","description":"Python based Workflow to run the Arduino CLI from Alfred.","archived":false,"fork":false,"pushed_at":"2021-02-27T07:21:08.000Z","size":10460,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-04-16T00:16:03.534Z","etag":null,"topics":["alfred","alfred-workflow","arduino","arduino-cli","python"],"latest_commit_sha":null,"homepage":"https://zmoog.dev/post/alfred-workflow","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmoog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-19T22:51:27.000Z","updated_at":"2024-04-16T00:16:03.535Z","dependencies_parsed_at":"2022-08-13T10:50:17.897Z","dependency_job_id":null,"html_url":"https://github.com/zmoog/alfred-arduino-cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zmoog/alfred-arduino-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Falfred-arduino-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Falfred-arduino-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Falfred-arduino-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Falfred-arduino-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmoog","download_url":"https://codeload.github.com/zmoog/alfred-arduino-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Falfred-arduino-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263121463,"owners_count":23416998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alfred","alfred-workflow","arduino","arduino-cli","python"],"created_at":"2025-07-02T10:35:50.230Z","updated_at":"2026-04-24T12:05:03.524Z","avatar_url":"https://github.com/zmoog.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alfred Arduino CLI\n\nPython based Workflow to run the Arduino CLI from [Alfred](https://www.alfredapp.com).\n\n![Screenshot with a list of boards](images/screenshot.png)\n\nThis project has been written as the companion example for the post https://zmoog.dev/post/alfred-workflow on my [personal website](https://zmoog.dev).\n\n## Development\n\n**Disclaimer**: this is a sample project for a blog post, so probably very few (if any!) people will be interested in it. The ROI in value for the users of me writing a comprehensive documentation, or automate the build, is probably pretty low.\n\n### Requirements\n\n * [Poetry](https://python-poetry.org/) to handle the project dependencies.\n * Python 2.7 — I know, it's obsolete, but it's what Apple shipped with macOS for years, so now we're hostages.\n\n\n### Install required libraries\n\nExport the requirements file from Poetry:\n```\n$ poetry export --output requirements.txt \n```\n\nInstall dependencies into the `libs` directory:\n```bash\n\n# create a libs directory to host all the dependencies\n$ mkdir libs\n\n$ pip install -r requirements.txt --target libs\n```\n\n### Fire up a virtualenv\n\n```shell\n$ poetry shell\n```\n\n### Test it!\n\n```shell\n$ export LC_ALL=en_US.UTF-8\n$ export LANG=en_US.UTF-8\n```\n\nRun a simple command like `version` to see if works:\n```shell\n$ python arduino-cli.py version\n.\n\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003citems\u003e\n  \u003citem valid=\"no\"\u003e\n    \u003ctitle\u003e0.16.0\u003c/title\u003e\n    \u003csubtitle\u003eversion\u003c/subtitle\u003e\n  \u003c/item\u003e\n  \u003citem valid=\"no\"\u003e\n    \u003ctitle\u003ec977a2382c2e7770b3eedc43e6a9d41f4a6c3483\u003c/title\u003e\n    \u003csubtitle\u003eCommit\u003c/subtitle\u003e\n  \u003c/item\u003e\n  \u003citem valid=\"no\"\u003e\n    \u003ctitle\u003ealpha\u003c/title\u003e\n    \u003csubtitle\u003eStatus\u003c/subtitle\u003e\n  \u003c/item\u003e\n\u003c/items\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Falfred-arduino-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmoog%2Falfred-arduino-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Falfred-arduino-cli/lists"}