Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yannishuber/pass-ulauncher
Ulauncher pass extension
https://github.com/yannishuber/pass-ulauncher
password-store ulauncher-extension
Last synced: 3 months ago
JSON representation
Ulauncher pass extension
- Host: GitHub
- URL: https://github.com/yannishuber/pass-ulauncher
- Owner: yannishuber
- License: gpl-3.0
- Created: 2018-12-02T22:03:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T08:53:21.000Z (almost 5 years ago)
- Last Synced: 2024-06-16T13:31:45.190Z (5 months ago)
- Topics: password-store, ulauncher-extension
- Language: Python
- Size: 513 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-password-store - pass-ulauncher
README
# Ulauncher password-store extension
[![Build Status](https://travis-ci.com/yannishuber/pass-ulauncher.svg?branch=master)](https://travis-ci.com/yannishuber/pass-ulauncher)
> A simple [pass](https://www.passwordstore.org/) extension for [Ulauncher](https://ulauncher.io/).
![Demo](demo.gif)
## Usage
### Search
To search your password store : `ps ` will return every password or folder that matches your given `input`.
### Generation
You can directly generate a new password by typing : `pg /`.
This will generate a new password in a file `input` in the optional given
`path`.## Installation
To install the extension go to the Ulauncher preferences -> extensions -> add extension and paste : `https://github.com/yannishuber/pass-ulauncher`## Development
$ git clone https://github.com/yannishuber/pass-ulauncher.git
$ ln -s pass-ulauncher/ ~/.cache/ulauncher_cache/extensions/pass-ulauncher/
In order to see the new extension you have to restart Ulauncher.
## TODO
- [x] Information if not all elements are listed
- [x] List directories first
- [ ] Check user preferences
- [x] Possibility to add a new password
- [ ] Git controls (push/pull password-store repo)## Credits
Icons made by [Freepik](https://www.freepik.com/) and [Smashicons](https://www.flaticon.com/authors/smashicons) from [Flaticon](https://www.flaticon.com/).