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 -aExample 2: User and computer customizations
ls -aExample 3: Customizing just the user
ls -aExample 4: Customizing just the computer
ls -aExample 5: Multiline commands
ls . ..
ls -a . .. .hiden_fileTODO
1. Allow to specify working dir
2. Allow to customize prompt






