Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed Jan 5, 2017
1 parent 7d7f938 commit d4e7dae
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 19 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,3 @@
## 1.0.0 (released 2017-01-05)

- First stable version

## 0.1.0 (released 2017-01-05)

- First testing version
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# alfred-composer [![Build Status](https://img.shields.io/travis/vinkla/alfred-composer/master.svg?style=flat)](https://travis-ci.org/vinkla/alfred-composer)
# alfred-packagist [![Build Status](https://img.shields.io/travis/vinkla/alfred-packagist/master.svg?style=flat)](https://travis-ci.org/vinkla/alfred-packagist)

> A search for [Composer](https://getcomposer.org/) packages with [Packagist](https://packagist.org/) workflow for [Alfred](https://www.alfredapp.com).
> [Alfred](https://www.alfredapp.com) workflow to search for [PHP](https://secure.php.net/) packages with [Packagist](https://packagist.org/),
[Packagist](https://packagist.org/) is the main [Composer](https://getcomposer.org/) repository. It aggregates public [PHP](https://secure.php.net/) packages installable with [Composer](https://getcomposer.org/).
[Packagist](https://packagist.org/) is the main [Composer](https://getpackagist.org/) repository. It aggregates public [PHP](https://secure.php.net/) packages installable with [Composer](https://getpackagist.org/).

[<img alt="alfred-composer" src="https://cloud.githubusercontent.com/assets/499192/21470444/f682ec94-ca89-11e6-8541-b8686f2bebd8.png" width="634">](https://getcomposer.org)
[<img alt="alfred-packagist" src="https://cloud.githubusercontent.com/assets/499192/21470444/f682ec94-ca89-11e6-8541-b8686f2bebd8.png" width="634">](https://getpackagist.org)

## Install

```sh
$ npm install --global alfred-composer
$ npm install --global alfred-packagist
```

*Requires [Node.js](https://nodejs.org) 4+ and the Alfred [Powerpack](https://www.alfredapp.com/powerpack/).*

## Usage

In Alfred, type `composer` or `packagist`, <kbd>Enter</kbd>, and your query, to search for packages.
In Alfred, type `packagist`, <kbd>Enter</kbd>, and your query, to search for packages.

- Select a package and press <kbd>Enter</kbd> to go to its GitHub repo.<br>
- Hold <kbd>Alt</kbd> when pressing <kbd>Enter</kbd> to go to its Packagist page.<br>
Expand Down
Binary file modified icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 6 additions & 6 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>bundleid</key>
<string>com.vinkla.composer</string>
<string>com.vinkla.packagist</string>
<key>connections</key>
<dict>
<key>9B5F5EE7-FCD6-4A9F-9CFC-CBCF5B44D4CB</key>
Expand All @@ -23,11 +23,11 @@
<key>createdby</key>
<string>Vincent Klaiber</string>
<key>description</key>
<string>A search for Composer packages with Packagist workflow for Alfred</string>
<string>Alfred workflow to search for PHP packages with Packagist</string>
<key>disabled</key>
<false/>
<key>name</key>
<string>Composer</string>
<string>Packagist</string>
<key>objects</key>
<array>
<dict>
Expand All @@ -40,7 +40,7 @@
<key>escaping</key>
<integer>102</integer>
<key>keyword</key>
<string>composer</string>
<string>packagist</string>
<key>queuedelaycustom</key>
<integer>3</integer>
<key>queuedelayimmediatelyinitially</key>
Expand All @@ -58,9 +58,9 @@
<key>scriptfile</key>
<string></string>
<key>subtext</key>
<string>Search for Composer packages</string>
<string>Search for PHP packages</string>
<key>title</key>
<string>Composer</string>
<string>Packagist</string>
<key>type</key>
<integer>0</integer>
<key>withspace</key>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "alfred-composer",
"name": "alfred-packagist",
"version": "1.0.0",
"description": "A search for Composer packages with Packagist workflow for Alfred",
"description": "Alfred workflow to search for PHP packages with Packagist",
"license": "MIT",
"repository": "vinkla/alfred-composer",
"repository": "vinkla/alfred-packagist",
"author": {
"name": "Vincent Klaiber",
"email": "hello@vinkla.com",
Expand Down

0 comments on commit d4e7dae

Please sign in to comment.