Skip to content
This repository has been archived by the owner on Apr 1, 2018. It is now read-only.

Commit

Permalink
Updating
Browse files Browse the repository at this point in the history
  • Loading branch information
fusion809 committed Jun 10, 2016
1 parent a05ceb2 commit 7c75224
Showing 1 changed file with 21 additions and 25 deletions.
46 changes: 21 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# PlatformIO IDE Terminal
A terminal package for Atom, complete with themes, API and more for [PlatformIO IDE](http://platformio.org/#!/platformio-ide).

![demo](https://github.com/jeremyramin/terminal-plus/raw/master/resources/demo.gif)

*[Nucleus Dark UI](https://atom.io/themes/nucleus-dark-ui) with [Atom Material Syntax](https://atom.io/themes/atom-material-syntax) and our Homebrew theme.*
# Brenton's (fusion809) Terminal
A terminal package for Atom, complete with themes, API and more. My name in its title does not indicate that I did all the work, rather just indicates that it has some of my preferences applied to it.

## Usage

`platformio-ide-terminal` stays in the bottom of your editor while you work.
`terminal-fusion` stays in the bottom of your editor while you work.

Click on a status icon to toggle that terminal (or ``ctrl-` ``). Right click the status icon for a list of available commands. From the right-click menu you can color code the status icon as well as hide or close the terminal instance.

### Terminal
You can open the last active terminal with the `platformio-ide-terminal:toggle` command (Default:`` ctrl-` ``). If no terminal instances are available, then a new one will be created. The same toggle command is used to hide the currently active terminal.
You can open the last active terminal with the `terminal-fusion:toggle` command (Default:`` ctrl-` ``). If no terminal instances are available, then a new one will be created. The same toggle command is used to hide the currently active terminal.

From there you can begin typing into the terminal. By default the terminal will change directory into the project folder if possible. The default working directory can be changed in the settings to the home directory or to the active file directory.

Expand All @@ -27,7 +23,7 @@ Every terminal is loaded with your system’s default initialization files. This
The terminal is preloaded with several themes that you can choose from. Not satisfied?
Use the following template in your stylesheet:
```css
.platformio-ide-terminal .xterm {
.terminal-fusion .xterm {
background-color: ;
color: ;

Expand Down Expand Up @@ -77,22 +73,22 @@ You can set the default working directory for new terminals. By default this wil
Dropping a file on the terminal will insert the file path into the input. This works with external files, tabs from the Atom tab-view, and entries from the Atom tree-view.

### Insert Selected Text
Insert and run selected text from your text editor by running the `platformio-ide-terminal:insert-selected-text` command (`ctrl-enter`).
Insert and run selected text from your text editor by running the `terminal-fusion:insert-selected-text` command (`ctrl-enter`).

![](https://github.com/jeremyramin/terminal-plus/raw/master/resources/insert_selected_text.gif)

If you have text selected, it will insert your selected text into the active terminal and run it.
If you don't have text selected it, will run the text on the line where your cursor is then proceed to the next line.

### Quick Command Insert
Quickly insert a command to your active terminal by executing the `platformio-ide-terminal:insert-text` command.
Quickly insert a command to your active terminal by executing the `terminal-fusion:insert-text` command.

![](https://github.com/jeremyramin/terminal-plus/raw/master/resources/insert_text.png)

A dialog will pop up asking for the input to insert. If you have the `Run Inserted Text` option enabled in the settings (default is false), platformio-ide-terminal will automatically run the command for you.
A dialog will pop up asking for the input to insert. If you have the `Run Inserted Text` option enabled in the settings (default is false), terminal-fusion will automatically run the command for you.

#### Support for Special Keys
Support for IME, dead keys and other key combinations via the `Insert Text` dialog box. Just click the keyboard button in the top left of the terminal or set up a keymap to the `platformio-ide-terminal:insert-text` command.
Support for IME, dead keys and other key combinations via the `Insert Text` dialog box. Just click the keyboard button in the top left of the terminal or set up a keymap to the `terminal-fusion:insert-text` command.

![](https://github.com/jeremyramin/terminal-plus/raw/master/resources/special_keys.gif)

Expand All @@ -114,23 +110,23 @@ Toggling the `Auto Open a New Terminal (For Terminal Mapping)` option will have
## Install
Ready to install?

You can install via apm: `apm install platformio-ide-terminal`
You can install via apm: `apm install terminal-fusion`

Or navigate to the install tab in Atom’s settings view, and search for `platformio-ide-terminal`.
Or navigate to the install tab in Atom’s settings view, and search for `terminal-fusion`.

## Commands
| Command | Action | Default Keybind |
|---------|--------|:-----------------:|
| platformio-ide-terminal:new | Create a new terminal instance. | `ctrl-shift-t`<br>or<br>`cmd-shift-t` |
| platformio-ide-terminal:toggle | Toggle the last active terminal instance.<br>**Note:** This will create a new terminal if it needs to. | `` ctrl-` ``<br>(Control + Backtick) |
| platformio-ide-terminal:prev | Switch to the terminal left of the last active terminal. | `ctrl-shift-j`<br>or<br>`cmd-shift-j` |
| platformio-ide-terminal:next | Switch to the terminal right of the last active terminal. | `ctrl-shift-k`<br>or<br>`cmd-shift-k` |
| platformio-ide-terminal:insert-selected-text | Run the selected text as a command in the active terminal. | `ctrl-enter` |
| platformio-ide-terminal:insert-text | Bring up an input box for using IME and special keys. | –––––––––––– |
| platformio-ide-terminal:fullscreen | Toggle fullscreen for active terminal. | –––––––––––– |
| platformio-ide-terminal:close | Close the active terminal. | `ctrl-shift-x`<br>or<br>`cmd-shift-x` |
| platformio-ide-terminal:close-all | Close all terminals. | –––––––––––– |
| platformio-ide-terminal:rename | Rename the active terminal. | –––––––––––– |
| terminal-fusion:new | Create a new terminal instance. | `ctrl-shift-t`<br>or<br>`cmd-shift-t` |
| terminal-fusion:toggle | Toggle the last active terminal instance.<br>**Note:** This will create a new terminal if it needs to. | `` ctrl-` ``<br>(Control + Backtick) |
| terminal-fusion:prev | Switch to the terminal left of the last active terminal. | `ctrl-shift-j`<br>or<br>`cmd-shift-j` |
| terminal-fusion:next | Switch to the terminal right of the last active terminal. | `ctrl-shift-k`<br>or<br>`cmd-shift-k` |
| terminal-fusion:insert-selected-text | Run the selected text as a command in the active terminal. | `ctrl-enter` |
| terminal-fusion:insert-text | Bring up an input box for using IME and special keys. | –––––––––––– |
| terminal-fusion:fullscreen | Toggle fullscreen for active terminal. | –––––––––––– |
| terminal-fusion:close | Close the active terminal. | `ctrl-shift-x`<br>or<br>`cmd-shift-x` |
| terminal-fusion:close-all | Close all terminals. | –––––––––––– |
| terminal-fusion:rename | Rename the active terminal. | –––––––––––– |

---
A fork of [jeremyramin/terminal-plus](https://github.com/jeremyramin/terminal-plus).

0 comments on commit 7c75224

Please sign in to comment.