Quick Start

Quick Start Guide

Installing Blink Shell

  1. Download Blink Shell on the App Store:

  2. Start a Free Trial of Blink+Build or buy Blink+, the Shell of choice for developers, depending on your needs.

Navigating Blink Shell

Welcome! You can now start using Blink. Here is a quick tour:

  1. Using Blink Shell is similar to most other terminals - you simply type commands and hit the RETURN key.
  2. Navigate command history with the up and down arrow keys.
  3. Type help to get a quick list of available commands and features.

Gestures

Touchscreen gestures:

  1. To create a new shell, tap the screen with two fingers ✌️.

  2. To switch between active shells, swipe side to side ⬅️👆➡️.

  3. To adjust size of current terminal, pinch the screen 👌.

  4. To start selection mode, Tap and drag 👆🔘🔼.

    You can drag selections to other apps, or from other apps into Blink. It will be pasted where the cursor is located.

  5. To show the Context bar, tap the iOS Home Bar twice or press CMD ⌘ twice. img In the bar you can: Create or Close a tab, access Snips, and toggle Lock and Geo.

    Change the Context Bar appearance in the menu.

Keyboard shortcuts

If you have a keyboard connected, press and hold CMD ⌘ key to see available shortcuts.

img

SMART KEYS

Smart Keys provide special keys to use in your terminal session. Smart Keys are only visible when using the on screen keyboard, and hidden when using an external keyboard.

  • Modifiers (i.e. CTRL ^, ALT ⌥, and ESC ⎋) for key combinations like CTRL+C.
  • Arrow keys.
  • Function and Alternate Cursor keys like Home, End, Page Down and Page Up when pressing CMD ⌘.
  • Scrollable area in the center with more keys
  • Hold a modifier to chain multiple combinations, useful in applications like Emacs where you use chains like C-x, C-c.

Configuration

To access the Settings menu type config in the shell or press CMD ⌘ and , together:

  • Hosts: create hosts that can be accessed with only the hostname. Read more.
  • Keys: Create SSH key pairs for a more secure, password-less access to your servers. Read more.
  • Appearance: Style your terminal with themes and fonts.
  • Keyboard: add shortcuts, modifier keys and custom key presses. Read more.
  • Get in contact with us through the Support or Feedback options.

img

Connecting to a Server or Computer using Blink

Mosh

  1. Make sure you have mosh installed in your desired destination.

  2. In Blink type mosh [user@]hostname. For example : mosh irwin@irwinvb. img

    Or use the IP Address. For example: mosh irwin@100.10.222.33.

    Read more about Mosh.

SSH

  1. Make sure you have ssh set up on your desired destination.

  2. In Blink type ssh [user@]hostname. For example : ssh irwin@irwinvb. img

    Or use the IP Address. For example: ssh irwin@100.10.222.33.

  3. Follow Blink instructions for password, accepting the remote host key, etc.

    Read more about SSH.

Support and Community

We sincerely appreciate your support and use of Blink. You can contact us via email but ideally it is best to file issues on our GitHub Discussions so that all of the community is aware of the issue. Not only does it help make Blink better but another user may help you solve your issue.

VERY IMPORTANT: Reporting a problem in your review in the App Store will not help us solve issues that you might be experiencing. Please make sure to contact us too!

When a crash occurs in the application we receive a crash report. When this happens, please email us or open a GitHub Issue.

Do you have an idea for a feature? Join our community on GitHub Discussions to send us your suggestions!