Giter Site home page Giter Site logo

foxoman / electronpass-desktop Goto Github PK

View Code? Open in Web Editor NEW

This project forked from electronpass/electronpass-desktop

1.0 2.0 0.0 1019 KB

Desktop client written in qml.

License: GNU General Public License v3.0

CMake 1.33% C++ 43.09% QML 55.14% HTML 0.45%

electronpass-desktop's Introduction

ElectronPass

Build Status

Desktop client written in qml.

Dependencies

To install all dependencies on Arch Linux:

sudo pacman -S qt5-base qt5-declarative qt5-quickcontrols qt5-quickcontrols2 extra-cmake-modules

Installation on Ubuntu is harder, since it doesn't have Qt 5.8 in its repos (yet).

  1. Download and install Qt from their downloads page.
  2. Add to your PATH bin folder of your installation. For instance if you have Qt installed in /opt/Qt you should add to your PATH the following: /opt/Qt/5.8/clang_64/bin where clang_64 might be something else.

Building

Syncing

For obvious reasons api keys are not included in the source repository. Copy app/sync/keys.default.txt to app/sync/keys.txt and change the keys inside the file. Refer to electronpass/credentials for more information.

cp app/sync/keys.default.txt app/sync/keys.txt
mkdir build; cd build
cmake ..
make electronpass -j8

Optionally install ElectronPass:

sudo make install

Graphical assets

Icons in this project are displayed as a Material Icons Font. To preview and find their unicode representations use CharacterMap tool and load ttf file from app/res/fonts/.

Lock backgrounds are obtained from free wallpaper site WallpaperStop.

Electronpass icons and other project specific assets are stored in electronpass/graphics.

License

Code in this project is licensed under GNU GPLv3 license. Some third party files are subjective to their respective license.

electronpass-desktop's People

Contributors

matejm avatar viddrobnic avatar zigapk avatar

Stargazers

 avatar

Watchers

 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.