https://github.com/sg3des/goatee
gtk2 text/hex editor
https://github.com/sg3des/goatee
go gtk hex-editor text-editor
Last synced: 29 days ago
JSON representation
gtk2 text/hex editor
- Host: GitHub
- URL: https://github.com/sg3des/goatee
- Owner: sg3des
- Created: 2016-12-04T19:44:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T07:32:35.000Z (9 months ago)
- Last Synced: 2025-03-24T19:07:54.908Z (about 2 months ago)
- Topics: go, gtk, hex-editor, text-editor
- Language: Go
- Homepage:
- Size: 175 KB
- Stars: 40
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOATee - simple gtk2 text editor written on Go
# Configure
`goatee.conf` is example of config file, text editor tries to get it by `XDG_CONFIG_PATH/goatee/` or from working directory.
# Features
* multiple homogeneous(*full width*) Tabs
* auto detect charset and binary files
* smart detect language(syntax) for text files
* hex editor for binary files with search and replace# Screenshots
**text file:**

**binary file with hidden menu:**

# Requirements
* gtk2
* gtksourceview2# Knownbugs
* for hex view regexp replace not work
* for hex view search with regexp, some expressions not correct, because search is performed for a hex string not for a byte array