Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ljcooke/vim-qif
Vim support for editing QIF (Quicken) files.
https://github.com/ljcooke/vim-qif
banking qif quicken vim vim-plugin vim-plugins viml
Last synced: 11 days ago
JSON representation
Vim support for editing QIF (Quicken) files.
- Host: GitHub
- URL: https://github.com/ljcooke/vim-qif
- Owner: ljcooke
- License: mit
- Created: 2017-09-07T09:18:51.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-07-18T12:10:38.000Z (over 3 years ago)
- Last Synced: 2024-11-29T05:06:03.755Z (about 2 months ago)
- Topics: banking, qif, quicken, vim, vim-plugin, vim-plugins, viml
- Language: Vim script
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
vim-qif
=======## Features
This is a plugin for Vim which adds support for [QIF][qif] (Quicken) files.
[qif]: https://en.wikipedia.org/wiki/Quicken_Interchange_Format
Features:
- Syntax highlighting.
- Move between transactions using the `[[` and `]]` commands.
## Install
This project follows the standard runtime path structure.
- Install using native packages in Vim 8:
$ git clone https://github.com/ljcooke/vim-qif.git \
~/.vim/pack/plugins/start/vim-qif- Install using Pathogen:
$ git clone https://github.com/ljcooke/vim-qif.git \
~/.vim/bundle/vim-qif## Usage
While editing a QIF file, enter the command:
:set filetype=qif
This is done automatically if the filename ends with the extension `.qif`.
## License
Licensed under the MIT License. See the [LICENSE](LICENSE) file for details.