Title: WP-ShkShell
Author: ShkSchneider
Published: <strong>2012년 2월 27일</strong>
Last modified: 2012년 3월 18일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# WP-ShkShell

 작성자: [ShkSchneider](https://profiles.wordpress.org/shkschneider/)

[다운로드](https://downloads.wordpress.org/plugin/wp-shkshell.zip)

 * [세부사항](https://ko.wordpress.org/plugins/wp-shkshell/#description)
 * [평가](https://ko.wordpress.org/plugins/wp-shkshell/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/wp-shkshell/#installation)
 * [개발](https://ko.wordpress.org/plugins/wp-shkshell/#developers)

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

## 설명

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>
    ```

## 설치

 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.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“WP-ShkShell”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “WP-ShkShell”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/wp-shkshell)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/wp-shkshell/)는, [SVN 저장소](https://plugins.svn.wordpress.org/wp-shkshell/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/wp-shkshell/)
을 [RSS](https://plugins.trac.wordpress.org/log/wp-shkshell/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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=””

## 기초

 *  버전 **0.6.0**
 *  최근 업데이트: **14년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 2.0 또는 그 이상 **
 *  다음까지 시험됨: **3.3.2**
 *  언어
 * [English (US)](https://wordpress.org/plugins/wp-shkshell/)
 * 태그:
 * [command](https://ko.wordpress.org/plugins/tags/command/)[console](https://ko.wordpress.org/plugins/tags/console/)
   [shell](https://ko.wordpress.org/plugins/tags/shell/)[terminal](https://ko.wordpress.org/plugins/tags/terminal/)
   [unix](https://ko.wordpress.org/plugins/tags/unix/)
 *  [고급 보기](https://ko.wordpress.org/plugins/wp-shkshell/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/wp-shkshell/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/wp-shkshell/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://www.shkschneider.me)