These dependencies must be present before building:
mesonvalacdebhelperlibgranite-devlibgtk-3-devlibgee-0.8-dev
Use the App script to simplify installation by running ./app install-deps
git clone https://github.com/ChristopherNugent/Locksmith.git com.github.christophernugent.locksmith && cd com.github.christophernugent.locksmith
./app install-deps && ./app install
./app uninstall
Locksmith includes a script to simplify the development process. This script can be accessed in the main project directory through ./app.
Usage:
./app [OPTION]
Options:
clean Removes build directories (can require sudo)
generate-i18n Generates .pot and .po files for i18n (multi-language support)
install Builds and installs application to the system (requires sudo)
install-deps Installs missing build dependencies
run Builds and runs the application
test Builds and runs testing for the application
test-run Builds application, runs testing and if successful application is started
uninstall Removes the application from the system (requires sudo)
To help, access the links below:
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
- Make the UI appear more like an ElementaryOS dialog
- Abstract parts of PasswordView to create more shared code.
- UI overhaul
- Locksmith now restores previous state on re-launch
- Locksmith can now generate "xkcd style" passwords
- MVP release for Locksmith


