When comparing zsh vs Spectacle, the Slant community recommends Spectacle for most people. In the question“What are the best power user tools for macOS?” Spectacle is ranked 35th while zsh is ranked 53rd. The most important reason people chose Spectacle is:
Spectacle is licensed under MIT with source code available on [GitHub](https://github.com/eczarny/spectacle).
Ranked in these QuestionsQuestion Ranking
Pros
Pro Interactive autocompletion
When you start typing a command, you can press the tab key and it will complete the command you started typing. If there are multiple potential commands, you can choose which one to run by simply pressing tab again. Case-insensitive by default, too.
Pro Powerful community-driven tools via oh-my-zsh
Oh-my-zsh is a community-driven framework, which helps users with their zsh configuration and plugins. 400 plugins, 200+ themes and auto-updates to always be up to date.
Pro Autocomplete for options
Zsh intelligently determines if you are trying to complete a file path or an option, and pressing tab after typing -
will reliably bring up a list of options.
Pro Good bash compatibility
Things you've learned using bash will largely apply to zsh. Scripts written in bash will run with little to no modification.
Pro Safer variable behaviour
Unlike Bash, zsh does not split unquoted variables by default, making it less error-prone.
Pro Recursive globbing
ls **/*.log
for example is supported by ZSH.
Pro Great install procedure
Zsh will take you through a procedure which is roughly 30 minutes in length before during install. Through this procedure it asks you to set different options and customize the shell the way you want it to. Most of these settings are also found in other shells, but to customize them you have to go dig configuration files while zsh allows you to do it in the beginning.
Pro Shared histories
If you spend a lot of time in the terminal, most likely you will have several terminal windows open. Zsh has great support for command line histories. The history is unique and shared through all the different instances.
Pro Smart escaping
Zsh can determine the context of the command you're typing in and determine if it should escape characters if you're typing in a URI.
Pro Pipe output to a temporary file:
Some programs don't support loading from stdin, but ZSH can store outputs to a temporary file, example: unzip =(curl http://example.com/someZipFile.zip)
Pro Faster spelling correction
Zsh' s correct (or correctall) is vastly superior to Bash's attempt at spelling correction.
Pro Free and open source
Spectacle is licensed under MIT with source code available on GitHub.
Pro Simple hotkeys
Spectacle offers easy-to-remember preset hotkeys.
Pro Mouseless
All windows in Spectacle can be controlled with keyboard shortcuts, so no mouse is needed. This makes for a fast way to control windows.
Pro Great UX
Spectacle is easy to use and configure. It's plug and play.
Pro Low footprint
Spectacle only uses up 18-19 MB of RAM, which means there is not much overhead by using this app.
Pro Multi-monitor support
Pro 7+ years of use
Using it for 7 years
Cons
Con Not fully compatible with bash
There is a small chance you may have a bash script that doesn't work in zsh, although this is very very rare and most developers will never run into any issues.
Con Requires a lot of configuration to be used fully
Zsh requires a lot of tinkering with configuration files and downloading plugins in order to be able to do tasks which other shells may be able to do out of the box.
Con Defaults are unfriendly for a long-time bash user
Expect to find a configuration you like (or use the configuration utility) to set reasonable preferences. Default zsh interaction is different enough to make you stutter through what used to be familiar workflows.
Con Not maintained
The software is free, but no longer seems to be maintained.
Con Impossible to add new functions
While keyboard shortcuts can be changed for the available actions, there is no way to add custom actions which in turn limits the functionality of the app.
Con Limited window sizing capabilities
You can use 1/2 of the screen vertically and horizontally (divide into 4 parts). You can also use the screen in thirds too, but only the left and right third: you can't use the 1/3 in the center. There is no way to do a more granular distribution.
Con Breaks on macOS High Sierra / Chrome or Firefox
Doesn't support side by side windows.
Con Doesn't work with any Adobe products
There are some apps like Adobe Reader that do not work with Spectacle. Basically, any app with a heavily customized UI that breaks OS X accessibility will not work correctly under Spectacle.