https://github.com/manicmaniac/viml
https://github.com/manicmaniac/viml
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/manicmaniac/viml
- Owner: manicmaniac
- License: other
- Archived: true
- Created: 2015-04-04T08:56:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T12:26:59.000Z (almost 10 years ago)
- Last Synced: 2025-01-24T20:23:14.622Z (4 months ago)
- Language: Shell
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# viml - a Vim command line interpreter
## Introduction
Vim command line interpreter.
## Usage
Usage:
viml [-h | --help]
viml [-v | --version]
viml
viml
viml -e
Options:
-h --help show this screen and exit
-v --version show version and exit
-e <SCRIPT> evaluate <SCRIPT>## Install
Clone this repository and copy `viml` into the `$PATH`.
## License
This program is licensed under the MIT License.
see [LICENSE.txt](LICENSE.txt) for more information.