Skip to content

Commit

Permalink
Changelog and Readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Sep 27, 2016
1 parent d6f1370 commit d79dcea
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Version 0.1020
This is the RC1, ready to be on the AppStore:
- "Get In Touch" and "About" sections completed.
- iOS 10 support.
- Added exception for iOS distribution.
Expand Down
26 changes: 22 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
# Blink Mobile Shell for iOS
We are excited to introduce you to Blink. Blink is a unique mobile shell for iOS. We are creating the terminal we wanted to have and use all day: fully configurable, great keyboard support, great terminal rendering, and crazy fast thanks to [Mosh](https://github.com/mobile-shell/mosh). We won't stop there, and plan to convert this into a great work environment by adding other tools like scp. Hope you find on it a trusty and enjoyable tool too.
Do Blink! Blink is the first professional, desktop-grade terminal for iOS that leverages the support of Mosh and SSH. Thus, we can unequivocally guarantee stable connections, lightning-fast speeds, and full configurations. It can and should be your all-day-long tool. [Check it out!](www.blink.sh)

We did not create another terminal to fix your website on the go. Blink was built as a professional grade product from the onset. We started by analyzing what the must-haves were and we ended up grounding Blink on these three concepts:
- Fast rendering: dmesg in your Unix server should be instantaneous. We can't wait even a second to render. We didn't need to reinvent the wheel to make this happen. We simply used Chromium's HTerm to ensure that rendering is perfect and fast, even with those special, tricky encodings.
- Always on: Mosh transcends SSH's variability. Mosh overcomes the unstable and intermittent connectivity that we all associate with mobile connections. You can check your Safari without fear of having to restart the SSH connection. You can flawlessly jump from home, to the train, and then the office thanks to Mosh. Blink is rock-solid connected all the way. Mosh is readily available and can be easily installed on your server. Go to https://mosh.mit.
- Fully configurable: Blink embraces Bluetooth-coupled keyboards with gusto. But there's more, because we want more. Some like Caps as Esc on Vim, others Caps as Ctrl on Emacs. Blink champions them all. During your always-on sessions, you're in your zone. As well, custom themes and fonts are on the way.

But, Blink is much more. Please read on:
- You should command your terminal, not navigate it. Blink will jump you right into a friendly shell and it'll be clear to you how to roll.
- The interface is straightforward. We dumped all menus and went full screen for your terminal.
- Use swipe to move between your open connections, slide down to close them, and even pinch to zoom!
- Configure your Blink connections by adding your own Hosts and RSA Encryption keys. Everything will look familiar and you get to work, fast!
- We've incorporated SplitView, for those necessary Google searches and chats with coworkers.

For more information, please visit [Blink Shell](www.blink.sh).

# Obtaining Blink
We would love to have you on board! If you would like to participate, follow and tweet us [@BlinkShell](https://twitter.com/BlinkShell) a little about your interest and usage scenarios. Invitations will be sent out in waves, please be patient if you do not receive yours immediately.
Blink is available on the [AppStore](http://itunes.apple.com/app/id1156707581)

If you would like to participate on its developmente, we would love to have you on board! If you would like to participate, follow and tweet us [@BlinkShell](https://twitter.com/BlinkShell) a little about your interest and usage scenarios. Invitations will be sent out in waves, please be patient if you do not receive yours immediately.

Bugs should be reported here on GitHub. Crash reports will be automatically reported back to us thanks to HockeyApp. If you have any questions or want to make sure we do not miss on an interesting feature, please send your suggestions to our Twitter account [@BlinkShell](https://twitter.com/BlinkShell). We would love to discuss them with you! Please do not use Twitter to report bugs.

We can't wait to receive your valuable feedback. Enjoy!

## Build
Please see [BUILD](https://github.com/blinksh/blink/blob/master/BUILD). Things might be a bit buumpy at the moment, please check also Issue #72.

# Using Blink
Our UI is very straightforward and optimizes the experience on touch devices for the really important part, the terminal. You will jump right into a very simple shell, so you will know what to do. Here are a few more tricks:
- Type 'help' to find information at the shell.
- Use two fingers tap to create a new shell.
- Move between shells by swapping your finger.
- You can exit the session and get back to the shell to open a new connection.
Expand All @@ -18,11 +38,9 @@ Our UI is very straightforward and optimizes the experience on touch devices for
- Copy and Paste by selecting text o tapping the screen.
- Run 'config' to setup your keys. Install them to a server through ssh-copy-id.
- Ctrl and Alt modifiers at the SmartKeys bar allow for continuous presses, like in a real keyboard.
- In an external keyboard, use Cmd or Caps as Ctrl and Alt as meta (Default configuration).

# Changelog
# Version 0.1020
This is the RC1, ready to be on the AppStore:
- "Get In Touch" and "About" sections completed.
- iOS 10 support.
- Added exception for iOS distribution.
Expand Down

0 comments on commit d79dcea

Please sign in to comment.