Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxrnx/vice
vi-like editor
https://github.com/mxrnx/vice
code-editor editor ruby ruby-gem text text-editor texteditor vi vi-like vice vim
Last synced: 11 days ago
JSON representation
vi-like editor
- Host: GitHub
- URL: https://github.com/mxrnx/vice
- Owner: mxrnx
- License: gpl-3.0
- Created: 2018-05-30T11:01:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T11:06:45.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T03:14:06.604Z (about 1 month ago)
- Topics: code-editor, editor, ruby, ruby-gem, text, text-editor, texteditor, vi, vi-like, vice, vim
- Language: Ruby
- Size: 77.1 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vice
[![Build Status](https://travis-ci.org/knarka/vice.svg?branch=master)](https://travis-ci.org/knarka/vice)
[![Coverage Status](https://coveralls.io/repos/github/knarka/vice/badge.svg?branch=master)](https://coveralls.io/github/knarka/vice?branch=master)
[![Gem Version](https://badge.fury.io/rb/vice-editor.svg)](https://badge.fury.io/rb/vice-editor)vice (**vi**sual **c**ode **e**ditor) is a small vi-like editor. It is currently still a work in progress.
## Installation
Simply running `gem install vice-editor` should be sufficient to install vice. You can then execute `vice` to start the editor.## Configuration
vice can be configured by creating a file at `~/.vicerc`. Your `.vicerc` should be a YAML file containing keys and fitting values as found in [constants.rb](https://github.com/knarka/vice/blob/master/lib/vice/constants.rb#L2). For an example, please look at [the example .vicerc files](https://github.com/knarka/vice/blob/master/extras) in this repository.## Development
Running: `rake`.Tests: `rake test`.
Style: `rake style`.