Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sg3des/goatee
gtk2 text/hex editor
https://github.com/sg3des/goatee
go gtk hex-editor text-editor
Last synced: about 24 hours ago
JSON representation
gtk2 text/hex editor
- Host: GitHub
- URL: https://github.com/sg3des/goatee
- Owner: sg3des
- Created: 2016-12-04T19:44:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T17:52:10.000Z (8 months ago)
- Last Synced: 2024-05-30T07:58:05.474Z (8 months ago)
- Topics: go, gtk, hex-editor, text-editor
- Language: Go
- Homepage:
- Size: 174 KB
- Stars: 39
- 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:**
![text](screenshots/text.png)
**binary file with hidden menu:**
![binary](screenshots/binary.png)
# 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