
Make demos of your terminal commands and output in an attractive way.
| Author: | gasparfm (profile at wordpress.org) |
| WordPress version required: | 4.2 |
| WordPress version tested: | 4.7.31 |
| Plugin version: | 0.3.0 |
| Added to WordPress repository: | 01-08-2016 |
| Last updated: | 14-12-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 100 |
| Rated by: | 4 |
| Plugin URI: | http://gaspar.totaki.com/en/php-project/simte... |
| Total downloads: | 4 173 |
| Active installs: | 40+ |

Click to start download
|
Show the world how you use the command line with this plugin. Designed for tech blogs, tutorials and sections
where terminal commands matter.
This plugin, make a shortcode: [simterm][/simterm] and shows the text inside as in a terminal session, including
some typing animation and separating user input and program output.
By defaults commands have a $ symbol as the first character of the line and user input has the > (greater than)
symbol.
You can also specify the color of the line using ##red## , ##blue## , ##green## or ##yellow## or even a custom
delay for this line with ##delay=[ms]## with the amount of milliseconds to sleep.
To create the effect it uses “Show Your Terms” by Kande Bofim, a tiny and library agnostic Javascript.
Screenshots

Some useless commands typing on screen

Commands and user input with colors
FAQ
I will update it when questions come
ChangeLog
0.3.2 (2016-12-15)
- Updated show your terms script. Fixed a bug on empty lines
0.3.1 (2016-12-14)
- Bug fix for older WordPress versions
0.3.0 (2016-12-14)
- Main JS update, now supports:
- replay
- copy to clipboard (whole term or just a line with double click)
- status bar (use nostatusbar class to return to the default behaviour)
- no animate settings (window won’t be animated by default)
- Ubuntu terminal theme
- Blue theme (It was implemented in SimTerm, now it is in showyourterms)
- Terminal won’t replay automatically on mouse over.
- Compatibility with WordPress 4.7
- Setting to enable/disable automatic animation (default enabled)
- Setting to enable/disable statusbar (default disabled)
- Shortcode settings (animate=”1/0″ , statusbar=”1/0″) to apply to individual terms
- Updated translations
- Known issue: Javascript messaged are not translated
0.2.4 (2016-08-11)
- Main JS update, now supports pause on lines
- Ability to change theme in the shortcode [simterm theme=”dark”]…[/simterm]
0.2.3 (2016-08-04)
0.2.2 (2016-08-03)
- Plugin translated 100% to Spanish
0.2.1 (2016-08-03)
- WP 4.2 is now the least compatible version
0.2 (2016-08-03)
- More config options: window title, typing speed, several new delays and character fixing for HTML output and WordPress.
- Title is an attribute of shortcode too.
- Fixed commands with extra attributes ##xxx## weren’t properly recognised.
- New ##speed## option for lines to specify typing speed.
- Version tagged 0.2
0.1.1 (2016-08-01)
0.1 (2016-07-25)