Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubuntupunk/gpg-prompt
GPG command prompter and manual browser
https://github.com/ubuntupunk/gpg-prompt
encryption gpg
Last synced: 18 days ago
JSON representation
GPG command prompter and manual browser
- Host: GitHub
- URL: https://github.com/ubuntupunk/gpg-prompt
- Owner: ubuntupunk
- License: mit
- Created: 2024-11-17T13:00:10.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T16:04:08.000Z (25 days ago)
- Last Synced: 2025-01-17T16:13:40.180Z (25 days ago)
- Topics: encryption, gpg
- Language: Python
- Homepage:
- Size: 255 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GPG Command Prompter | rofi / fzf launcher
This package provides two helpers to access to **GPG commands** and **shortcuts** via an **interactive manual** extracted from the official GnuGPG manual. 40 commands are made available from the GPG code-base in this way, allowing users to reference and learn the craft of GPG. Using the helpers may assist those wanting to learn more about GPG. This version is for posix-compliant systems that are able to install fzf/rofi, a seperate ulauncher extension is also available.
## Versions
There are two versions to suit different user preferences:
1. **CLI Version**: Ideal for users who prefer interacting through the command line.
2. **Rofi Popup Version**: Designed for users who prefer a graphical interface, providing a visually appealing and intuitive experience, great for tiling window managers like [i3](https://i3wm.org/) and [bspwm](https://github.com/baskerville/bspwm).## Usage
| Keyword | Description | Example |
| -------------- | ------------------------------------------------------------------------------ | ----------- |
| `gpg-fzf` | Search for gpg**commands** and **shortcuts** for a given `query` | enter to open GPG Manual |
| `gpg-rofi` | Search for gpg**commands** and **shortcuts** for a given `query` | enter to open GPG Manual |## Features
* Search for GPG Commands either by their description or their Hotkey.
* Hitting enter on a command will redirect to [GPG Manual](https://github.com/ubuntupunk/gpg-prompt/blob/main/src/gpg_prompt/assets/gpg.md) on the same command.
* Future development may add a `cmd insert` function, allowing users to input a
command directly into the terminal.## Disclaimer
* This project is not related to the GnuPG Project and does not make any claims about the GPG software.
* Since the Commands Database and its description fragments have not been fully tested and validated, they may not be functional, please report any issue [here](https://github.com/ubuntupunk/gpg-prompt) if any commands don't map the GnuPGP official manual.
* If you have issues with GnuPG (GPG) please report that via the official GPG channels.## Installation
### Manual Installation
* Download the [Latest Release](https://github.com/ubuntpunk/gpg-prompt/releases/latest)
* Extract the archive and copy the files to `~/.local/share/gpg-prompt`### System requirements
- Rofi
- Fzf### Recommended Installation
```python
pip install gpg-prompt
```
### Install Helpers for Ubuntu/Debian```bash
sudo apt install rofi fzf
```### Operation
`gpg-fzf` `# Uses fzf interface``gpg-rofi` `# Uses rofi interface`