Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keithdhedger/aspellgui
A Gtk2/QT5 frontend to aspell.
https://github.com/keithdhedger/aspellgui
aspell gtk2 gui linux qt5
Last synced: 3 months ago
JSON representation
A Gtk2/QT5 frontend to aspell.
- Host: GitHub
- URL: https://github.com/keithdhedger/aspellgui
- Owner: KeithDHedger
- License: gpl-3.0
- Created: 2015-11-23T16:11:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-03T13:26:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T22:01:31.902Z (3 months ago)
- Topics: aspell, gtk2, gui, linux, qt5
- Language: Makefile
- Size: 480 KB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
As I have sometimes had to check spelling of a word or sentence outside of a text editor I had a look around for a GUI for aspell but surprisingly couldn't find one! So I wrote this simple front end for ASpell just launch it from the accessories menu and paste or type a word in the text box and either press 'Spell Check' to check and correct all words in the text box or select a single word and press 'Check Word' to just correct that one, that's all there is to it.
Main Window Gtk2
![Main Window Gtk2](screnshots/main.png?raw=true "Main Window Gtk2")
Word replace dialog Gtk2
![Word replace dialog Gtk2](screnshots/word.png?raw=true "Word replace dialog Gtk2")
Main Window QT5
![Main Window QT5](screnshots/mainqt.png?raw=true "Main Window QT5")
Word replace dialog QT5
![Word replace dialog QT5](screnshots/wordqt.png?raw=true "Word replace dialog QT5")