Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radeeyate/typotoleranttexteditor
Text editor that adds typos to everything that you type.
https://github.com/radeeyate/typotoleranttexteditor
Last synced: 7 days ago
JSON representation
Text editor that adds typos to everything that you type.
- Host: GitHub
- URL: https://github.com/radeeyate/typotoleranttexteditor
- Owner: radeeyate
- Created: 2024-08-14T12:10:26.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T18:44:51.000Z (3 months ago)
- Last Synced: 2024-08-17T19:30:01.163Z (3 months ago)
- Language: Go
- Homepage:
- Size: 1.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypoTolerantTextEditor
A text editor that introduces typos as you type!
## How to build
```sh
git clone https://github.com/radeeyate/TypoTolerantTextEditor.git
cd TypoTolerantTextEditor
go get
go install fyne.io/fyne/v2/cmd/fyne@latest
go build .
```You should now have a binary you can run!
![A demo](./assets/demo.webm)