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
- Host: GitHub
- URL: https://github.com/krishpranav/goedit
- Owner: krishpranav
- License: apache-2.0
- Created: 2021-11-07T12:10:09.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T12:15:04.000Z (almost 4 years ago)
- Last Synced: 2025-03-27T18:17:17.509Z (6 months ago)
- Topics: editor, go, golang, iterm, linux, macos, neovim, nvim, terminal, text, text-editor, vim, windows
- Language: Go
- Homepage:
- Size: 21.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goedit
A text editor built using golang[](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)