Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lambdalisue/vim-askpass
🎙 Askpass (askpass.vim) is a plugin that open a prompt on Vim/Neovim when some program (e.g. SSH) ask user input (e.g RSA key passphrase) through a job on Vim/Neovim.
https://github.com/lambdalisue/vim-askpass
askpass git neovim ssh sudo vim vim-denops
Last synced: 2 months ago
JSON representation
🎙 Askpass (askpass.vim) is a plugin that open a prompt on Vim/Neovim when some program (e.g. SSH) ask user input (e.g RSA key passphrase) through a job on Vim/Neovim.
- Host: GitHub
- URL: https://github.com/lambdalisue/vim-askpass
- Owner: lambdalisue
- License: mit
- Created: 2021-08-28T04:45:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T00:22:51.000Z (8 months ago)
- Last Synced: 2024-05-15T18:54:43.972Z (8 months ago)
- Topics: askpass, git, neovim, ssh, sudo, vim, vim-denops
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🎙 askpass.vim
[![Deno 1.17.1 or above](https://img.shields.io/badge/Deno-Support%201.17.1-yellowgreen.svg?logo=deno)](https://github.com/denoland/deno/tree/v1.17.1)
[![Vim 8.2.3452 or above](https://img.shields.io/badge/Vim-Support%208.2.3452-yellowgreen.svg?logo=vim)](https://github.com/vim/vim/tree/v8.2.3452)
[![Neovim 0.6.0 or above](https://img.shields.io/badge/Neovim-Support%200.6.0-yellowgreen.svg?logo=neovim&logoColor=white)](https://github.com/neovim/neovim/tree/v0.6.0)[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
[![vim help](https://img.shields.io/badge/vim-%3Ah%20askpass-orange.svg)](doc/askpass.txt)
[![test](https://github.com/lambdalisue/askpass.vim/actions/workflows/test.yml/badge.svg)](https://github.com/lambdalisue/askpass.vim/actions/workflows/test.yml)Askpass (askpass.vim) is a plugin that open a prompt on Vim/Neovim when some
program (e.g. SSH) ask user input (e.g RSA key passphrase) through a job on
Vim/Neovim.
With lambdalisue/gin.vim## Requirements
- [denops.vim](https://github.com/vim-denops/denops.vim)
## Similar projects
- [lambdalisue/guise.vim](https://github.com/lambdalisue/guise.vim)
## License
The code in this repository follows MIT license, texted in [LICENSE](./LICENSE).
Contributors need to agree that any modifications sent in this repository follow
the license.