Title: Blog Terminal
Author: rsprta
Published: <strong>ઓક્ટોબર 17, 2017</strong>
Last modified: ઓગસ્ટ 11, 2021

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](https://ps.w.org/blog-terminal/assets/icon-256x256.png?rev=1747880)

# Blog Terminal

 [rsprta](https://profiles.wordpress.org/rsprta/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/blog-terminal.0.2.1.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/blog-terminal/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/blog-terminal/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/blog-terminal/#installation)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/blog-terminal/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/blog-terminal/)

## વર્ણન

Blog Terminal generates a terminal-like box that you can use to demonstrate terminal
output or show the entry of terminal/console commands in a manner that is more demonstrative
of actually using a Linux/Unix terminal or Windows cmd shell.

The code is a fork of Post Terminal, which is a fork of WP-Terminal which in turn
is a modification of WP-Syntax, a source code highlighter plugin for WordPress.

Unlike Post terminal, it uses `[terminal]` shorthand for the terminal box. It also
shows prompt only on lines explitly set to do that.

#### Basic Usage

The most basic usage is to wrap your terminal blocks with `[terminal][/terminal]`
tags. If no further options are defined within the tag a generic prompt is generated
using ‘user@computer’ with no working directory shown. This is similar to exporting
PS1=”\u@\h:$ ” in sh(1), setting prompt=”%n@%m:$ ” in csh(1), etc.
 Other options
available within the tag are user=”user”, computer=”computer”, and cwd=”/path/to/
directory”. These allow you to override the generic user@computer settings as well
as provide a ‘current working directory’. The prompt is only shown on the lines 
starting with ‘$ ‘. So you can mix commands with simulated terminal output.

### Usage

Wrap terminal blocks with `[terminal user="username" computer="computername" cwd
="/path/to/directory"]` and `[\terminal]`. They are all optional. “user” and “computer”
will be shown if you don’t provide them, cwd is purely optional.

**Example 1: No customized command**

    ```
    [terminal]
    $ ls -a
    [/terminal]
    ```

**Example 2: User and computer customizations**

    ```
    [terminal user="tux" computer="linux"]
    $ ls -a
    [/terminal]
    ```

**Example 3: Customizing just the user**

    ```
    [terminal user="dak"]
    $ ls -a
    [/terminal]
    ```

**Example 4: Customizing user, computer and displaying a working directory**

    ```
    [terminal user="root" computer="linuxserver" cwd="/usr/src/linux"]
    $ make mrproper
     ...
     ... 
    [/terminal]
    ```

## સ્ક્રીનશોટ

 * [[
 * Basic display with no configuration.
 * [[
 * Basic display with `user` and `computer` configuration.
 * [[
 * Basic display with `user` and `computer` and `cwd`configuration.
 * [[
 * A more thorough example showing demonstrative purposes

## સ્થાપન

 1. Unzip the plugin .zip file and upload the directory to your /wp-content/plugins/.
 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.

## એફએક્યુ (FAQ)

### What is the best way to ask questions or submit patches?

The best way to reach me is always via email: [mail@radeksprta.eu](https://gu.wordpress.org/plugins/blog-terminal/mail@radeksprta.eu?output_format=md)

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ rsprta ](https://profiles.wordpress.org/rsprta/)

[“Blog Terminal” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/blog-terminal)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/blog-terminal/), જોવો
[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/blog-terminal/),અથવા 
સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/blog-terminal/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/blog-terminal/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 0.2.1

 * Add missing style file

#### 0.2.0

 * Make compatible with PHP 7

#### 0.1.2

 * Preserve terminal indentation

#### 0.1.1

 * Wrap long lines
 * Wrap terminal in code tags
 * Adhere to the latest WordPress coding standards

#### 0.1.0

 * Initial release

## મેટા

 *  વર્ઝન **0.2.1**
 *  છેલ્લી અપડેટ: **5 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **100+**
 *  વર્ડપ્રેસ વર્ઝન ** 2.5 અથવા ઉચ્ચતર **
 *  **5.8.13** સુધી પરીક્ષણ કર્યું
 *  PHP સંસ્કરણ ** 5.4 અથવા ઉચ્ચતર **
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/blog-terminal/)
 * ટૅગ્સ:
 * [cmd](https://gu.wordpress.org/plugins/tags/cmd/)[console](https://gu.wordpress.org/plugins/tags/console/)
   [terminal](https://gu.wordpress.org/plugins/tags/terminal/)[unix](https://gu.wordpress.org/plugins/tags/unix/)
   [xterm](https://gu.wordpress.org/plugins/tags/xterm/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/blog-terminal/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

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

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/blog-terminal/reviews/)

## ફાળો આપનારા

 *   [ rsprta ](https://profiles.wordpress.org/rsprta/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/blog-terminal/)

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](http://radeksprta.eu)