A Ubuntu Touch password management app aiming to be compatible with pass
Go to file
Quentin Rouland 5ab87a395d Improve Readme 2019-03-23 21:07:15 +01:00
.github/ISSUE_TEMPLATE Initial Commit 2019-03-13 19:38:12 +01:00
assets Inital base for use GPG && GpgmE 2019-03-20 23:22:11 +01:00
plugins UP 2019-03-23 20:56:29 +01:00
po UP 2019-03-23 20:56:29 +01:00
qml UP 2019-03-23 20:56:29 +01:00
tests/unit UP 2019-03-23 20:56:29 +01:00
third UP 2019-03-23 20:56:29 +01:00
.astylerc Add style command && applied new style format to existing code && setup tests plugins 2019-03-21 18:32:44 +01:00
.gitignore UP 2019-03-23 20:56:29 +01:00
.gitmodules Inital base for use GPG && GpgmE 2019-03-20 23:22:11 +01:00
CMakeLists.txt UP 2019-03-23 20:56:29 +01:00
FEATURES.MD UP 2019-03-23 20:56:29 +01:00
LICENSE Initial Commit 2019-03-13 19:38:12 +01:00
README.md Improve Readme 2019-03-23 21:07:15 +01:00
UTPass.apparmor Add style command && applied new style format to existing code && setup tests plugins 2019-03-21 18:32:44 +01:00
UTPass.desktop.in Initial Commit 2019-03-13 19:38:12 +01:00
clickable.json UP 2019-03-23 20:56:29 +01:00
main.cpp UP 2019-03-23 20:56:29 +01:00
manifest.json.in Prettify info page 2019-03-22 17:40:44 +01:00

README.md

UTPass

A Ubuntu Touch password management app aiming to be compatible with ZX2C4s pass command line application the standard unix password manager.

Build & Tests

Building

  • Install clickable.
  • Clone this repo : git clone --recursive https://github.com/qrouland/UTPass
  • Move to app directory: cd UTPass
  • Build third parties : clickable third_build
  • Build & Run the app : clickable

For more options/details see the clickable documentation

Custom clickable command

  • clickable third_build : build third dependencies for arm architecture
  • clickable third_build_d : build third dependencies for amd64 architecture
  • clickable third_clean : clean third parties
  • clickable style : reformat the code (Required astyle & qmlfmt to be installed)

Testing

To switch to the tests build you need to add the following arguments to the build command : -DTEST_RUNNER=ON.

To do so with clickable you need to use the following commands:

  • Set CLICKABLE_BUILD_ARGS environnment variable : export CLICKABLE_BUILD_ARGS='-DTEST_RUNNER=ON'
  • Build & Run the tests clickable

To comeback to the standart app build :

  • Unset CLICKABLE_BUILD_ARGS environnment variable unset CLICKABLE_BUILD_ARGS

Contributing

Any contributions are welcome using the github issue & pull request system. Please respect the code style format by running clickable style before committing.

Features

The goal is to be closest possible of the features offer by ZX2C4s pass command line application. See to the FEATURES.MD file for details.

License

Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Useful Links

Some useful links related to UTpass development :