From 6c564d98bb53202a86b5dbf05fbd7962fb3d734c Mon Sep 17 00:00:00 2001 From: kbshl Date: Mon, 22 Apr 2019 16:30:52 +0200 Subject: [PATCH 1/3] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20move=20to=20re?= =?UTF-8?q?ference=20links=20for=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 50 +++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 271041a..1d4ee91 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,15 @@ # alfred-vscode -[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) -[![Github all releases](https://img.shields.io/github/downloads/kbshl/alfred-vscode/total.svg)](https://github.com/kbshl/alfred-vscode/releases/) -[![GitHub stars](https://img.shields.io/github/stars/kbshl/alfred-vscode.svg)](https://github.com/kbshl/alfred-vscode/stargazers/) -[![NPM total downloads](https://img.shields.io/npm/dt/alfred-vscode.svg)](https://www.npmjs.com/package/alfred-vscode) -[![NPM license](https://img.shields.io/npm/l/alfred-vscode.svg)](https://www.npmjs.com/package/alfred-vscode) +> [Alfred 3](https://www.alfredapp.com) workflow that allows you to browse and open [Visual Studio Code](https://code.visualstudio.com/) projects or simply open specified folders/files. -> [Alfred 3](https://www.alfredapp.com) workflow that allows you to browse and open [Visual Studio Code (Insiders)](https://code.visualstudio.com/) projects or simply open specified folders/files. +[![Commitizen friendly][commitizen-badge]][commitizen] +[![dependencies][deps-badge]][deps] +[![version][version-badge]][package] +[![downloads][downloads-badge]][npmcharts] +[![downloads total][downloads-total-badge]][downloads-total] +[![MIT License][license-badge]][license] +[![Watch on GitHub][github-watch-badge]][github-watch] +[![Star on GitHub][github-star-badge]][github-star] ![alfred-vscode in action](docs/screenshot.png) @@ -14,10 +17,10 @@ You need -* [Node.js 8+](https://nodejs.org) -* [Alfred 3](https://www.alfredapp.com) with the paid [Powerpack](https://www.alfredapp.com/powerpack/) upgrade -* [Visual Studio Code Project Manager](https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager) - Only if you like to have a project manager for VS Code. -* [Visual Studio Code Command Line](https://code.visualstudio.com/docs/setup/mac) +- [Node.js 8+][node] +- [Alfred 3][alfred] with the paid [Powerpack][alfred-powerpack] upgrade +- [Visual Studio Code Project Manager][vscode-pm] - Only if you like to have a project manager for VS Code. +- [Visual Studio Code Command Line][vscode-cli] ## Installation @@ -53,4 +56,29 @@ Hold Shift when pressing Enter to open that folder or file ## Special Thanks -Big Thanks goes to [Cloudstek](https://github.com/Cloudstek) for his [Alfred Atom Workflow](https://github.com/Cloudstek/alfred-atom) which I used as a base for this project. \ No newline at end of file +Big Thanks goes to [Cloudstek][cloudstek] for his [Alfred Atom Workflow][alfred-atom] which I used as a base for this project. + +[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg +[commitizen]: https://commitizen.github.io/cz-cli +[deps-badge]: https://david-dm.org/kbshl/alfred-vscode.svg +[deps]: https://david-dm.org/kbshl/alfred-vscode +[version-badge]: https://img.shields.io/npm/v/alfred-vscode.svg +[package]: https://www.npmjs.com/package/alfred-vscode +[downloads-badge]: https://img.shields.io/npm/dm/alfred-vscode.svg +[npmcharts]: http://npmcharts.com/compare/alfred-vscode +[downloads-total-badge]: https://img.shields.io/npm/dt/alfred-vscode.svg +[downloads-total]: https://www.npmjs.com/package/alfred-vscode +[license-badge]: https://img.shields.io/npm/l/alfred-vscode.svg +[license]: https://github.com/kbshl/alfred-vscode/blob/master/LICENSE +[github-watch-badge]: https://img.shields.io/github/watchers/kbshl/alfred-vscode.svg?style=social +[github-watch]: https://github.com/kbshl/alfred-vsccode/watchers +[github-star-badge]: https://img.shields.io/github/stars/kbshl/alfred-vscode.svg?style=social +[github-star]: https://github.com/kbshl/alfred-vscode/stargazers +[alfred-theme]: https://github.com/michelegera/alfred-snazzy +[node]: https://nodejs.org +[cloudstek]: https://github.com/Cloudstek +[alfred-atom]: https://github.com/Cloudstek/alfred-atom +[alfred]: https://www.alfredapp.com +[alfred-powerpack]: https://www.alfredapp.com/powerpack +[vscode-cli]: https://code.visualstudio.com/docs/setup/mac +[vscode-pm]: https://marketplace.visualstudio.com/items?itemName=alefragnani.project-manager From f2e88aaf6247f7539500586f78aa4b5e48e20204 Mon Sep 17 00:00:00 2001 From: kbshl Date: Mon, 22 Apr 2019 16:32:30 +0200 Subject: [PATCH 2/3] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20align=20packag?= =?UTF-8?q?e.json=20description=20with=20README=20one?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c706e00..912cb97 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "alfred-vscode", "version": "2.0.2", - "description": "Alfred workflow that allows you to browse and open Visual Studio Code (Insiders) projects", + "description": "Alfred 3 workflow that allows you to browse and open Visual Studio Code projects or simply open specified folders/files.", "license": "MIT", "repository": "kbshl/alfred-vscode", "homepage": "https://github.com/kbshl/alfred-vscode#readme", From a82fd251fb37cdc1ae41cdea4a5c014a9519b3f5 Mon Sep 17 00:00:00 2001 From: kbshl Date: Mon, 22 Apr 2019 16:33:15 +0200 Subject: [PATCH 3/3] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20add=20theme=20?= =?UTF-8?q?reference=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1d4ee91..53807b0 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,10 @@ Type `vs` followed by space and search for a specific folder or file to open in Hold Shift when pressing Enter to open that folder or file in a new VS Code window. +## Alfred Theme + +The Alfred Theme you can see in the screenshot is the [Alfred Snazzy Theme][alfred-theme] from Michele Gerarduzzi. Thanks for this great theme. I've done some slightly adjustments to font and margin sizes. + ## Special Thanks Big Thanks goes to [Cloudstek][cloudstek] for his [Alfred Atom Workflow][alfred-atom] which I used as a base for this project.