Giter VIP home page Giter VIP logo

flap-app-launcher's Introduction

Flap-App-Launcher

Build Status Coverage Status npm GitHub license

Compact applications launcher for Ubuntu.

Main view

Features

  • minimalistic design
  • suggestions on TAB button
  • suggestions respect usage statistics
  • run printed command in the terminal if not found in the index
  • history of any run commnads.

The application list generates from:

  • main menu shortcuts
  • any commands what were run before.

Installation

There are 3 ways to install the application:

Using NPM:

sudo npm install -g --unsafe-perm=true flap-app-launcher
#Note: "--unsafe-perm=true" is needed because of this: https://github.com/npm/npm/issues/17268

Run anywhere with flap-app-launcher.

Download *.deb package:

Down load from latest release page. Or execute in the bash:

# for x86_64
wget https://github.com/antonfisher/flap-app-launcher/releases/download/v1.1.2/flap-app-launcher_1.1.2_x64.deb
sudo dpkg -i flap-app-launcher_1.1.2_x64.deb
flap-app-launcher

# for ia32
wget https://github.com/antonfisher/flap-app-launcher/releases/download/v1.1.2/flap-app-launcher_1.1.2_ai32.deb
sudo dpkg -i flap-app-launcher_1.1.2_ia32.deb
flap-app-launcher

From sources (for development):

git clone [email protected]:antonfisher/flap-app-launcher.git
cd flap-app-launcher
npm install
npm run lint
npm test
npm start   # production mode
npm run dev # development mode

Configuration

The config file will be created after first application run.

Default hotkey: Super+Space. To change default hotkey edit the config file:

# for npm or binaries installation:
vim ~/.flap-app-launcher.config.json

# for source code installation:
vim %SOURCE_DIR%/.flap-app-launcher.config.json

NOTE: single hotkeys (like just Super) are not supported now.

Add to the autorun on Ubuntu

The Command must be:

  • for NPM installation: flap-app-launcher
  • for binaries installation: %PATH_TO_BINARIES%/flap-app-launcher.

Main view

ToDo

  • automate build binaries
  • tests coverage
  • configuration file
  • configuration window
  • automate release process
  • driver for iOS/Win (?)
  • add google apps support

flap-app-launcher's People

Contributors

antonfisher avatar

Watchers

 avatar James Cloos 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.