Metadata-Version: 2.4
Name: vim-eof-comment
Version: 0.1.28
Summary: Adds Vim EOF comments for given filetypes in given directories
Author-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
Maintainer-email: Guennadi Maximov C <g.maxc.fox@protonmail.com>
License-Expression: GPL-2.0-only
Project-URL: Repository, https://github.com/DrKJeff16/vim-eof-comment
Project-URL: Issues, https://github.com/DrKJeff16/vim-eof-comment/issues
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Text Processing :: Filters
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: argparse
Requires-Dist: colorama
Requires-Dist: setuptools
Requires-Dist: typing
Requires-Dist: wheel
Dynamic: license-file

# vim-eof-comment

![GitHub Repo stars](https://img.shields.io/github/stars/DrKJeff16/vim-eof-comment?style=flat-square)![GitHub Release](https://img.shields.io/github/v/release/DrKJeff16/vim-eof-comment?include_prereleases&sort=semver&display_name=release&style=flat-square)

[PyPI Package][pypi] | [Source Code][source]

Ensure Vim EOF comments in given files.

---

## About

This tool adds a [Vim modeline comment](https://neovim.io/doc/user/options.html#_2.-automatically-setting-options) at the end of the target files.

---

## Install

```bash
pip install vim-eof-comment
```

---

## Usage

General usage is as follows:

```bash
vim-eof-comment [-h] -e EXT1[,EXT2[,EXT3[,...]]] /path/to/dir1 [/path/to/dir2 [...]]
```

### Example

```bash
vim-eof-comment -e py,md,lua .
```

---

## License

[GNU GPL-v2.0][license]

[license]: https://github.com/DrKJeff16/vim_eof_comment/blob/main/LICENSE
[pypi]: https://pypi.org/project/vim-eof-comment/
[source]: https://github.com/DrKJeff16/vim_eof_comment

<!-- vim: set ts=2 sts=2 sw=2 et ai si sta: -->
