Skip to content

yisiqi/alfred2-workflow-maven

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alfred2-workflow-maven

Alfred workflow for searching maven artifacts in maven central repository.

Usage

  • Fuzzy search
	mcr spring
  • Precise search
	//Search with GourpID
	mcr g:org.apache.tomcat
	
	//Search with ArtifactID
	mcr a:spring-security-core
	
	//
	mcr g:org.hibernate a:hibernate-core
	
  • Search more versions

Once you select an item. Press option+enter will list more versions of the current artifact.

  • Work with Editor

Open a maven pom file with any editor. Wake up alfred to search and select an item with this workflow. Then press enter, and it will paste as maven dependency description automatically. If you prefer gradle. Use the combo-key command+enter to instead.

Sometimes, we may want to paste as maven plugin description. The combo-key ctrl+enter will be helpful.

Demo

  1. Artifact browse youtbue video / youku for china
  2. Work with IntelliJ IDEA youtbue video / youku for china

Important

  1. Do NOT change the name of action _mcr-more. Unless you already read all this source code.
  2. If your network can NOT access the web page of http://search.maven.org/...... Oops, the rest of content has not been audited X-D

About

Alfred workflow for seaching maven artifacts in maven central repository.

Resources

License

Stars

Watchers

Forks

Packages

No packages published