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

https://github.com/krishpranav/goedit

A text editor built using golang
https://github.com/krishpranav/goedit

editor go golang iterm linux macos neovim nvim terminal text text-editor vim windows

Last synced: 30 days ago
JSON representation

A text editor built using golang

Awesome Lists containing this project

README

          

# goedit
A text editor built using golang

[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)

## Supports:
- macOS
- windows
- linux

## Building:
```
$ git clone https://github.com/krishpranav/goedit
$ go mod tidy
$ ./build.sh
```

## Usage

- ./goedit path/tofile.txt

- ctrl-s to save the file
- ctrl-q to quit goedit
- ctrl-f to find the keywords

## Author:
- [krishpranav](https://github.com/krishpranav)