Skip to content

Commit

Permalink
add lock
Browse files Browse the repository at this point in the history
  • Loading branch information
brpaz committed Oct 18, 2024
1 parent 1581e00 commit 8a9308c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/APPLICATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ In this section will be listed all the Graphical Applications. A separate sectio
- [kepubify](https://github.com/pgaskin/kepubify) - Fast, standalone EPUB to Kobo EPUB conversion tool.
- [Clapgrep](moz-extension://0c870bdd-05bf-4804-aadb-745cdcf07219/) - One app to search through all your files, powered by ripgrep
- [Wave Terminal](https://www.waveterm.dev/)
- [Lock](moz-extension://0c870bdd-05bf-4804-aadb-745cdcf07219/) - Lock is a graphical front-end for GnuPG (GPG) making use of a beautiful LibAdwaita GUI

---

Expand Down
2 changes: 2 additions & 0 deletions playbooks/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,8 @@
- { role: kepubify, tags: [kepubify, utilities, github] }
- { role: clapgrep, tags: [clapgrep, utilities, flatpak] }
- { role: waveterm, tags: [waveterm, utilities] }
- { role: lock, tags: [lock,flatpak, utilities] }

Check failure on line 261 in playbooks/setup.yml

View workflow job for this annotation

GitHub Actions / Lint

yaml[commas]

Too few spaces after comma

# =============================================
# Finance
# =============================================
Expand Down
4 changes: 4 additions & 0 deletions roles/lock/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- name: Install
community.general.flatpak:
name: com.konstantintutsch.Lock
state: present

0 comments on commit 8a9308c

Please sign in to comment.