Metadata-Version: 2.1
Name: vik
Version: 1.0
Summary: KEK extension for Vim
Author: SweetBubaleXXX
License: GNU General Public License v3.0
Project-URL: Source, https://github.com/SweetBubaleXXX/vik
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

# VIK
![Python](https://img.shields.io/badge/Python->=3.10-orange)

KEK extension for Vim

----------

## Installation

> vim should be installed in your system and be available as `vim`

Using package manager [pip](https://pip.pypa.io/en/stable/):

```bash
pip install vik
```

Or create package from source:

```bash
pip install git+https://github.com/SweetBubaleXXX/vik.git
```

## Usage

```bash
vik [FILE]
```

Inside vim:

```
:Encrypt [-k KEY_ID]
```

```
:Decrypt [-k KEY_ID]
```

```
:Commit
```

## License

[GPLv3 license](https://github.com/SweetBubaleXXX/vik/blob/main/LICENSE)
