All Projects → xfslove → Alfred Mvns

xfslove / Alfred Mvns

Licence: mit
Alfred 3 workflow - search for java libraries at maven central repository

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Alfred Mvns

alfred-circleci-workflow
Search and show CircleCI build status.
Stars: ✭ 19 (-51.28%)
Mutual labels:  alfred3-workflow
Alfred Npms
Alfred 3 workflow to search for npm packages with npms.io
Stars: ✭ 312 (+700%)
Mutual labels:  alfred3-workflow
Awgo
Go library for Alfred 3 + 4 workflows
Stars: ✭ 556 (+1325.64%)
Mutual labels:  alfred3-workflow
alfred3-workflows
Some Alfred3 workflows files and its usage show
Stars: ✭ 20 (-48.72%)
Mutual labels:  alfred3-workflow
Alfred Slack
The Slack workflow for Alfred app
Stars: ✭ 254 (+551.28%)
Mutual labels:  alfred3-workflow
Alfred Emoj
Alfred 3 workflow to find relevant emoji from text
Stars: ✭ 325 (+733.33%)
Mutual labels:  alfred3-workflow
alfred-string-operations
Perform string operations to clipboard content
Stars: ✭ 70 (+79.49%)
Mutual labels:  alfred3-workflow
Alfred Iconfinder Search
Alfred 3 workflow for Iconfinder instant search
Stars: ✭ 14 (-64.1%)
Mutual labels:  alfred3-workflow
Alfred Things
Interact with Things 3 using Alfred.
Stars: ✭ 278 (+612.82%)
Mutual labels:  alfred3-workflow
Alfred Devdocs
Alfred workflow for devdocs.io
Stars: ✭ 521 (+1235.9%)
Mutual labels:  alfred3-workflow
alfred-caniuse
Quickly reference caniuse.com support tables using Alfred 3.
Stars: ✭ 16 (-58.97%)
Mutual labels:  alfred3-workflow
xcode-config
My Xcode config - Alfred Workflow, File templates, Xcode code snippets, themes, IDETextKeyBindingSet
Stars: ✭ 16 (-58.97%)
Mutual labels:  alfred3-workflow
Alfred Jetbrains
Alfred3 workflow to easily open your projects with your favorite JetBrains product.
Stars: ✭ 348 (+792.31%)
Mutual labels:  alfred3-workflow
alfred-workflows-collection
A collection of Alfred 2 workflows by FradSer.
Stars: ✭ 31 (-20.51%)
Mutual labels:  alfred3-workflow
Alfred Collection
A collection of all known Alfred3 workflows
Stars: ✭ 785 (+1912.82%)
Mutual labels:  alfred3-workflow
alfred
A fast, simple way to make Alfred workflow script filters in Go
Stars: ✭ 25 (-35.9%)
Mutual labels:  alfred3-workflow
Alfred Bear
Alfred 3 workflow to create and search notes in Bear.
Stars: ✭ 319 (+717.95%)
Mutual labels:  alfred3-workflow
Alfred Bluetooth Connect
Alfred plugin that allowed to connect/disconnect to paired bluetooth device
Stars: ✭ 28 (-28.21%)
Mutual labels:  alfred3-workflow
Alfred Shellvariables
💻 Get your shell's variables into Alfred
Stars: ✭ 18 (-53.85%)
Mutual labels:  alfred3-workflow
Alfred Google Translate
Alfred 3 workflow - translate with google api💵🚫
Stars: ✭ 472 (+1110.26%)
Mutual labels:  alfred3-workflow

alfred-mvns

NPM

Install

Requires Node.js 4+ and the Alfred Powerpack.

  • npm install npm install -g alfred-mvns

  • download workflow

Usage

In Alfred, type mvn, and your query, to search for java libraries at maven central repository.

Select a item and press enter to copy maven dependency to clipboard.

Hold alt and press enter to copy gradle dependency to clipboard.

Demo

mvn.png

press enter get:

<dependency>
  <groupId>org.nd4j</groupId>
  <artifactId>jackson</artifactId>
  <version>0.9.1</version>
</dependency>

Hold alt and press enter get:

compile 'org.nd4j:jackson:0.9.1'

Related

  • alfy - Create Alfred workflows with ease

License

MIT ©

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].