Skip to content

MichaelCombs28/vim-pangea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim - Pangea

Use Pangea cloud services within your vim editor.

Currently, only our redact service is available.

Installation

For vim-plug:

Plug 'MichaelCombs28/vim-pangea'

Then run :PlugInstall.

Then add your Pangea Redact token to the .vimrc file

let g:pangea_token="<PANGEA_REDACT_TOKEN>"

Note

Get a Pangea Redact token for free from pangea.cloud
The token should look something like pts_...

For native packages:

# If you don't have the directory already setup
mkdir -p ~/.vim/pack/<something>/start/

git clone https://github.com/MichaelCombs28/vim-pangea.git
mv vim-pangea ~/.vim/pack/<something>/start/

Usage

The :Redact command takes your current buffer and runs it through Pangea's redact service, replacing the existing buffer with the resulting redactions.

Roadmap

  • Detection only - Redact service will be used to detect PII or other sensitive information within a buffer and highlight it instead of redacting it.
  • Other services

About

Use Pangea cloud services within your vim editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published