Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fd0/diva


https://github.com/fd0/diva

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# diva

Edit any input field with vim!

# Installation

The program requires Go version 1.7 or newer to compile. To build diva, run the
following command:

```shell
$ go run build.go
```

Afterwards please find a binary of diva in the current directory.

# Integration with i3

In the config file:

```text
bindsym --release $mod+z exec diva
for_window [title="diva-edit-"] "floating enable; resize set 1000 800"
```