Title: WP-ShkShell
Author: ShkSchneider
Published: <strong>27 februarie 2012</strong>
Last modified: 18 martie 2012

---

Caută module

Acest modul **nu a fost testat cu ultimele 3 versiuni importante ale WordPress**.
S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate
când este folosit cu versiuni recente ale WordPress.

![](https://s.w.org/plugins/geopattern-icon/wp-shkshell.svg)

# WP-ShkShell

 De [ShkSchneider](https://profiles.wordpress.org/shkschneider/)

[Descarcă](https://downloads.wordpress.org/plugin/wp-shkshell.zip)

 * [Detalii](https://ro.wordpress.org/plugins/wp-shkshell/#description)
 * [Recenzii](https://ro.wordpress.org/plugins/wp-shkshell/#reviews)
 *  [Instalare](https://ro.wordpress.org/plugins/wp-shkshell/#installation)
 * [Dezvoltare](https://ro.wordpress.org/plugins/wp-shkshell/#developers)

 [Suport](https://wordpress.org/support/plugin/wp-shkshell/)

## Descriere

WP-ShkShell provides a terminal-like box for embedding terminal commands within 
pages or posts.
 It also support multi-lines, multi-commands and has syntax hightlight.

The code is a modification of WP-Terminal (https://wordpress.org/extend/plugins/
wp-terminal/).

### Usage

Wrap terminal blocks with `<pre lang="shell" prompt="$">` and `</pre>`.

**Example 1: Default prompt**

    ```
    <pre lang="shell" prompt="$">
      ls -a
    </pre>
    ```

**Example 2: Customized prompt**

    ```
    <pre lang="shell" prompt="#">
      ls -a
    </pre>
    ```

**Example 3: Another customized prompt**

    ```
    <pre lang="shell" prompt="user@machine$">
      ls -a
    </pre>
    ```

**Example 4: Comments**

    ```
    <pre lang="shell" prompt="user@machine$">
      ls -a
      # will also list hidden files
    </pre>
    ```

**Example 5: Multiline commands**

    ```
    <pre lang="shell">
      ls
      <br>ls -a
    </pre>
    ```

**Example 6: Multiline lines, multiple commands**

    ```
    <pre lang="shell">
      ls
      file1 file2 file3
      <br>ls -A
      .file0 file1 file2 file3
    </pre>
    ```

## Instalare

 1. Upload wp-shkshell.zip to your WordPress plugins directory, usually `wp-content/
    plugins/` and unzip the file. It will create a `wp-content/plugins/wp-shkshell/`
    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.

## Recenzii

Nu există nicio verificare pentru acest modul.

## Contributori și dezvoltatori

„WP-ShkShell” este un software open-source. La acest modul au contribuit următoarele
persoane.

Contributori

 *   [ ShkSchneider ](https://profiles.wordpress.org/shkschneider/)
 *   [ msimone ](https://profiles.wordpress.org/msimone/)

[Tradu „WP-ShkShell” în limba ta.](https://translate.wordpress.org/projects/wp-plugins/wp-shkshell)

### Te interesează dezvoltarea?

[Răsfoiește codul](https://plugins.trac.wordpress.org/browser/wp-shkshell/), vezi
[depozitarul SVN](https://plugins.svn.wordpress.org/wp-shkshell/), sau abonează-
te la [jurnalul de dezvoltare](https://plugins.trac.wordpress.org/log/wp-shkshell/)
prin [RSS](https://plugins.trac.wordpress.org/log/wp-shkshell/?limit=100&mode=stop_on_copy&format=rss).

## Istoric modificări

#### 0.6.0

 * Added support for comments (^#)

#### 0.5.3

 * Extended variables names: [A-Z_]+ to [a-zA-Z0-9_]+

#### 0.5.2

 * Path fix (thx to James House). Was causing bad parsing without space before ‘;’

#### 0.5.1

 * Added sub-shell commands recognition
    So that in `VAR=$(cmd ...)`, `cmd` will
   be highlighted as a command

#### 0.5

 * Fixed 0.4.1 (backquotes)

#### 0.4.3

 * Fixed 0.4.2.5 (commands detection)

#### 0.4.2.5

 * Improved commands detection

#### 0.4.2

 * Removed conditions
 * Improved CSS and README

#### 0.4.1

 * Added support for backquotes

#### 0.4.0

 * Fixed path to CSS (was hard-coded and case-insensitive)

#### 0.3.8.5

 * Added support for special variables $* $@ etc.

#### 0.3.8

 * Added support for conditions []

#### 0.3.7.5

 * Fixed strings

#### 0.3.7

 * Added support for strings ” and „”

#### 0.3.6

 * Added support for variables $… and $(…)

#### 0.3.5

 * Added support for fullpath commands

#### 0.3.4

 * Added support for commands with –

#### 0.3.3

 * Added support for ; and commands with –

#### 0.3.2

 * Fixed && and ||

#### 0.3.1

 * Perfect multi-line support

#### 0.3

 * Tag pre lang=”shell”, with prompt

#### 0.2

 * Added multiline commands, pre class=””

#### 0.1

 * First release, pre id=””

## Meta

 *  Versiunea **0.6.0**
 *  Ultima actualizare **Acum 14 ani**
 *  Instalări active: **10+**
 *  Versiune WordPress ** 2.0 sau mai recentă **
 *  Testat până la **3.3.2**
 *  Limbă
 * [English (US)](https://wordpress.org/plugins/wp-shkshell/)
 * Etichete
 * [command](https://ro.wordpress.org/plugins/tags/command/)[console](https://ro.wordpress.org/plugins/tags/console/)
   [shell](https://ro.wordpress.org/plugins/tags/shell/)[terminal](https://ro.wordpress.org/plugins/tags/terminal/)
   [unix](https://ro.wordpress.org/plugins/tags/unix/)
 *  [Vizualizare avansată](https://ro.wordpress.org/plugins/wp-shkshell/advanced/)

## Evaluări

Nu a fost trimisă nicio recenzie până acum.

[Your review](https://wordpress.org/support/plugin/wp-shkshell/reviews/#new-post)

[Vezi toate recenziile](https://wordpress.org/support/plugin/wp-shkshell/reviews/)

## Contributori

 *   [ ShkSchneider ](https://profiles.wordpress.org/shkschneider/)
 *   [ msimone ](https://profiles.wordpress.org/msimone/)

## Suport

Ai ceva de zis? Ai nevoie de ajutor?

 [Vezi forumul pentru suport](https://wordpress.org/support/plugin/wp-shkshell/)

## Donează

Vrei să sprijini dezvoltarea acestui modul?

 [ Donează pentru acest modul ](http://www.shkschneider.me)