An open API service indexing awesome lists of open source software.

https://github.com/martinstarman/mersge

Simple 3-way merge editor for the terminal
https://github.com/martinstarman/mersge

conflict conflicts console git merge rust rust-lang terminal

Last synced: about 2 months ago
JSON representation

Simple 3-way merge editor for the terminal

Awesome Lists containing this project

README

          

# Mersge
Simple 3-way merge editor for the terminal

![Demo](./assets/demo.gif)

## Run
```mersge ```

## Usage
- ```Arrow Up``` - move up
- ```Arrow Down``` - move down
- ```L``` - accept local
- ```R``` - accept incoming
- ```W``` - write file
- ```Q``` - quit

## Build
```cargo build```

## Test
```cargo test```

## Todo
- vertical scrolling
- manual edit