Plugin info

Total downloads: 3,408
Active installs: 30
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 4/12/2010 (5741 days ago)
Added to WordPress: 3/5/2009 (16 years old)
Minimum WordPress version: 2.0
Tested up to WordPress version: 2.9.2
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5741 days ago

20/100

Is WP-Terminal abandoned?

Possibly abandoned (last update 5741 days ago).

Compatibility

Requires WordPress: 2.0
Tested up to: 2.9.2
Requires PHP: f

Developers

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

WP-ShkShell
Rating 0.0/5 (0 reviews)Active installs 10
Blog Terminal
Rating 0.0/5 (0 reviews)Active installs 100

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

  1. Upload wp-temrinal.zip to your WordPress plugins directory, usually wp-content/plugins/ and unzip the file. It will create a wp-content/plugins/wp-terminal/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Create a post/page that contains a code snippet following the proper usage syntax.

Frequently Asked Questions

Q1

Review feed

No reviews available

Screenshots

  1. Just a command, without configuration

    Just a command, without configuration

  2. The command, and <code>user</code> configuration

    The command, and user configuration

  3. The command, <code>user</code> and <code>computer</code> configuration

    The command, user and computer configuration

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