Skip to content

Commit

Permalink
feat(Lite): version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ji4n1ng committed Jul 31, 2019
1 parent 294bfd5 commit 3a8970f
Show file tree
Hide file tree
Showing 4 changed files with 60 additions and 51 deletions.
2 changes: 1 addition & 1 deletion OpenInEditor-Lite/OpenInEditor-Lite/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion OpenInTerminal-Lite/OpenInTerminal-Lite/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<string>1.0.1</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
53 changes: 29 additions & 24 deletions Resources/README-Lite-zh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img width="100%" src="./screenshots/lite-readme-header.png"><br/><br/>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.0.0"><img src="https://img.shields.io/badge/Version-1.0.0-blue.svg?longCache=true&style=for-the-badge"></a>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.0.1"><img src="https://img.shields.io/badge/Version-1.0.1-blue.svg?longCache=true&style=for-the-badge"></a>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg?longCache=true&style=for-the-badge"></a>
<img src="https://img.shields.io/badge/Made With-Swift-red.svg?longCache=true&style=for-the-badge">
<a href="https://travis-ci.org/Ji4n1ng/OpenInTerminal"><img src="https://img.shields.io/travis/Ji4n1ng/OpenInTerminal.svg?style=for-the-badge"></a>
Expand Down Expand Up @@ -28,28 +28,25 @@

1. 运行以下命令

```
brew cask install openinterminal-lite
# 或者
brew cask install openineditor-lite
```
```
brew cask install openinterminal-lite
# 或者
brew cask install openineditor-lite
```

2.`应用程序` 文件夹中,按住 `Cmd` 键,然后将应用拖到访达工具栏中。

3. 完成

> ⚠️ 当您第一次运行应用程序时,macOS 将要求访问 `访达``终端`(或 `iTerm`)的权限。请给予应用程序权限。
<div>
<img src="./screenshots/lite-drag_to_toolbar.gif" width="600px">
</div>

### 手动安装 (最新版本:1.0.0)
### 手动安装 (最新版本:1.0.1)

1.[release](https://github.com/Ji4n1ng/OpenInTerminal/releases) 中下载。
2. 将应用移动到 `应用程序` 文件夹。
3. 按住 `Cmd` 键,然后将应用拖到访达工具栏中。
4. 完成。

## 设置 🔨

Expand Down Expand Up @@ -86,6 +83,11 @@ defaults remove wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier
<br>
</details>

<details><summary>设置 <strong>Visual Studio Code - Insiders</strong> 为默认编辑器:</summary><br>
<code>defaults write wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier VSCodeInsiders </code>
<br>
</details>

### 2) 如果你正在使用深色模式 (Dark Mode)

我在 [release](https://github.com/Ji4n1ng/OpenInTerminal/releases) 中提供了几个图标。 您可以右键单击该应用程序并选择 `显示简介`。 拖动图标进行更改。
Expand Down Expand Up @@ -151,26 +153,29 @@ defaults write wang.jianing.OpenInTerminal-Lite OIT_iTermNewOption window

## 版本变动 🗒

**version 1.0.1**

- 支持 Visual Studio Code - Insiders

**version 1.0.0**

- 支持 BBEdit
- 修复:检查用户目录底下的应用程序文件夹

**version 0.4.4**

- 感谢 [pynixwang](https://github.com/pynixwang) 的建议。iTerm 现在不会在 history 中留下 `cd xxx`
- 修复了启动程序时图标在 Dock 栏闪动的问题。

**version 0.4.3**

- 修复了本地化的 bug

**version 0.4.2**

- 支持 French
- 感谢 [filmgirl](https://github.com/filmgirl) 提供的图标

<details><summary>旧版本</summary><br>
<p><strong>version 0.4.4</strong></p>
<ul>
<li>iTerm 现在不会在 history 中留下 `cd xxx`。</li>
<li>修复了启动程序时图标在 Dock 栏闪动的问题。</li>
</ul>
<p><strong>version 0.4.3</strong></p>
<ul>
<li>修复了本地化的 bug</li>
</ul>
<p><strong>version 0.4.2</strong></p>
<ul>
<li>支持法语</li>
</ul>
<p><strong>version 0.4.1</strong></p>
<ul>
<li>支持 Alacritty</li>
Expand Down
54 changes: 29 additions & 25 deletions Resources/README-Lite.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<img width="100%" src="./screenshots/lite-readme-header.png"><br/><br/>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.0.0"><img src="https://img.shields.io/badge/Version-1.0.0-blue.svg?longCache=true&style=for-the-badge"></a>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/releases/tag/1.0.1"><img src="https://img.shields.io/badge/Version-1.0.1-blue.svg?longCache=true&style=for-the-badge"></a>
<a href="https://github.com/Ji4n1ng/OpenInTerminal/blob/master/LICENSE"><img src="https://img.shields.io/badge/License-MIT-green.svg?longCache=true&style=for-the-badge"></a>
<img src="https://img.shields.io/badge/Made With-Swift-red.svg?longCache=true&style=for-the-badge">
<a href="https://travis-ci.org/Ji4n1ng/OpenInTerminal"><img src="https://img.shields.io/travis/Ji4n1ng/OpenInTerminal.svg?style=for-the-badge"></a>
Expand Down Expand Up @@ -29,28 +29,25 @@ English | [中文说明](./README-Lite-zh.md)

1. Run the following command

```
brew cask install openinterminal-lite
# or
brew cask install openineditor-lite
```
```
brew cask install openinterminal-lite
# or
brew cask install openineditor-lite
```

2. In `/Applications` folder, hold down the `Cmd` key and drag the app into Finder Toolbar.

3. Done

> ⚠️ macOS will ask your permissions to access Finder and Terminal (iTerm or Hyper) when you run the app for the first time. Please give the application permissions.
<div>
<img src="./screenshots/lite-drag_to_toolbar.gif" width="600px">
</div>

### Manual (latest version: 1.0.0)
### Manual (latest version: 1.0.1)

1. Download from [release](https://github.com/Ji4n1ng/OpenInTerminal/releases).
2. Move the app into `/Applications`.
3. Hold down the `Cmd` key and drag the app into Finder Toolbar.
4. Done.

## Settings 🔨

Expand Down Expand Up @@ -87,6 +84,11 @@ defaults remove wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier
<br>
</details>

<details><summary>Set <strong>Visual Studio Code - Insiders</strong> as the default editor:</summary><br>
<code>defaults write wang.jianing.OpenInEditor-Lite OIT_EditorBundleIdentifier VSCodeInsiders </code>
<br>
</details>

### 2) If you are using Dark Mode

I provided several icons along with the app in the [release](https://github.com/Ji4n1ng/OpenInTerminal/releases). You can right click on the app and select `Get Info`. Drag the icon to cover the default icon.
Expand Down Expand Up @@ -153,27 +155,29 @@ As for <code>OpenInTerminal</code>, the icon of it in Finder Toolbar is Finder e

## Changes 🗒

**version 1.0.1**

- Support Visual Studio Code - Insiders

**version 1.0.0**

- Support BBEdit
- Fix: check application folder under home directory

**version 0.4.4**

- Thanks to [pynixwang](https://github.com/pynixwang)'s suggestions. iTerm will not leave 'cd xxx' in history.
- Fix: icon will not flash in dock

**version 0.4.3**

- Fix localization bug

**version 0.4.2**

- Support French

- Thanks to [filmgirl](https://github.com/filmgirl) for providing alternative dark terminal icon.

<details><summary>old version</summary><br>
<p><strong>version 0.4.4</strong></p>
<ul>
<li>iTerm will not leave 'cd xxx' in history.</li>
<li>Fix: icon will not flash in dock</li>
</ul>
<p><strong>version 0.4.3</strong></p>
<ul>
<li>Fix localization bug</li>
</ul>
<p><strong>version 0.4.2</strong></p>
<ul>
<li>Support French</li>
</ul>
<p><strong>version 0.4.1</strong></p>
<ul>
<li>Support Alacritty</li>
Expand Down

0 comments on commit 3a8970f

Please sign in to comment.