Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.