Floating.Point Posted August 4 Share Posted August 4 (edited) Spel A nicely integrated local spell checker for Alfred. To use Spel, select some text and choose 'Spell Check Selection' from Alfred's Universal Actions menu. A list of replacements is shown for each misspelt word. If you want to skip a word, the up arrow key will take you to the bottom of the list, revealing the 'Skip Word' option. When finished, 'Done' will replace the selected text with the corrected text. Alternatively, holding the option key when first running Spel will automatically replace each word with its 'top hit'. Use this with caution though. Dependencies and Links Spel uses aspell which is available through homebrew. Spel is available at The Alfred Gallery or Github To use Spel Here is a short guide with screenshots: Select text Choose 'Spell Check Selection' from the Universal Actions menu Choose replacement word from list (repeating for each misspelt word) Skip words by pressing up arrow and selecting the 'Skip Word' option Selecting 'Done' will replace the selection with the corrected text Edited August 5 by Floating.Point Embedded images into post JJJJ 1 Link to comment
Floating.Point Posted August 4 Author Share Posted August 4 Im very proud of this one and hope it may be considered for inclusion in the Alfred Gallery Link to comment
vitor Posted August 4 Share Posted August 4 This looks nice. Clever name and icon too, thumbs ups. I did notice you’re using /opt/homebrew/bin/aspell which means it’ll only work for people on Apple Silicon. Use instead just aspell (or /usr/bin/env aspell if for some reason you need a full executable path) so it works for everyone, as Alfred includes the Homebrew directories in its PATH. Also, I recommend: Editing the first connections and mark them to Don’t close the Alfred window on actioning result so you don’t get a window “flicker”. Activating Alfred filters results in the Script Filter. That will allow users to search for the correct spelling instead of having to arrow down. 10 hours ago, Floating.Point said: Im very proud of this one and hope it may be considered for inclusion in the Alfred Gallery You should, and it will! Floating.Point 1 Link to comment
Floating.Point Posted August 5 Author Share Posted August 5 6 hours ago, vitor said: Editing the first connections and mark them to Don’t close the Alfred window on actioning result so you don’t get a window “flicker”. Ah okay, so I made this change but still get a flicker when moving to the next word - I assume because I am using the call external to loop back onto the Script Filter? 6 hours ago, vitor said: Activating Alfred filters results in the Script Filter. That will allow users to search for the correct spelling instead of having to arrow down. Brilliant! I knew of this feature and left it disabled, with the desire to keep the 'Skip' option at the bottom of the list - but now realise Alfred will only re-order the results if they have a unique identifier, which in this case they do not. So now, with your recommendation implemented, the result order remains as desired, but the user can search the results. Perfect result! Link to comment
FireFingers21 Posted August 5 Share Posted August 5 Super cool, I look forward to trying it out! I'm also with vitor, double thumbs up on the name and icon. Vero and Floating.Point 2 Link to comment
Floating.Point Posted August 5 Author Share Posted August 5 Up on The Alfred Gallery now ☺️ Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now