WP-Terminal
WP-Terminal provides a terminal-like box for embedding terminal commands within pages or posts.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 5741 days ago
Is WP-Terminal abandoned?
Possibly abandoned (last update 5741 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
WP-Terminal generates a terminal-like box around your terminal commands.
The code is a modification of WP-Syntax, a source code highlighter plugin for WordPress (https://wordpress.org/extend/plugins/wp-syntax/screenshots/).
Basic Usage
Wrap terminal blocks with and , being user and computer optional (“user” and “computer” will be shown if you don’t provide them). More usage
examples
Usage
Wrap terminal blocks with and , being user and computer optional (“user” and “computer” will be shown if you don’t provide them).
Example 1: No customized command
ls -a
Example 2: User and computer customizations
ls -a
Example 3: Customizing just the user
ls -a
Example 4: Customizing just the computer
ls -a
Example 5: Multiline commands
ls
. ..
ls -a
. .. .hiden_file
TODO
1. Allow to specify working dir
2. Allow to customize prompt
Installation
- Upload wp-temrinal.zip to your WordPress plugins directory, usually
wp-content/plugins/and unzip the file. It will create awp-content/plugins/wp-terminal/directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- Create a post/page that contains a code snippet following the proper usage syntax.
Frequently Asked Questions
Q1
Review feed
Changelog
0.2.1: Replacing [prompt] keyword by the prompt and highlighting the prompt in bold (thanks to Almir Mendes ([email protected]) and rudson ([email protected]))
0.2: Added multiline commands
0.1: First release


