Giter Site home page Giter Site logo

hawkscope's Introduction

Hawkscope

Cross-platform pluggable menu based launcher

For Mac

Screenshot Mac

For Linux

Screenshot Linux

For Windows

Screenshot Windows

Plugins

You can find plugins here: spajus/hawkscope-plugins

Building Hawkscope

Prequisites

To build Hawkscope executable jar, you need:

  • JDK 5+
  • Maven 2.0.6+

Adding SWT native library to local Maven repository

Hawkscope uses Eclipse SWT native libraries for each os / arch. Library dependency is automatically selected via Maven profiles in pom.xml. Current profiles are: win32, win64, linux32, linux64.

To install SWT native library to local Maven repository, find out your system architecture (i.e. if you're on Windows XP, it is most probably 32 bit, so your architecture would be win32), then install the appropriate jar from Hawkscope project's /lib folder. Refer to lib/install.txt to find the mvn install:install-file line that is suitable for you.

If you want to build Hawkscope and there is no profile for your operating system and CPU architecture, you can create new Maven profile in pom.xml, download your SWT implementation from http://www.eclipse.org/swt/ and install it. Please feel free to contribute new profiles.

Packaging Hawkscope + dependencies into executable JAR

To build an executable jar, simply run:

$ mvn clean package

The jar will be in target/ folder, named: hawkscope-(version)-(os)-(arch)-jar-with-dependencies.jar

Running Hawkscope

Running Hawkscope from source folder

Running directly from source is good for debugging purposes. In console, execute:

$ mvn clean compile exec:java -Dexec.mainClass=com.varaneckas.hawkscope.Launcher -e

Running Hawkscope from executable JAR

Doubleclick the executable jar, or execute in console:

$ java -jar hawkscope-<version>.jar

hawkscope's People

Contributors

spajus avatar

Stargazers

Pedro Costa avatar guavatak avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.