Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@ FlashlightPlugins

4th-party plugins of Flashlight (https://github.com/nate-parrott/Flashlight/)

##Install##
## Install ##

- Install and enable Flashlight (https://github.com/nate-parrott/Flashlight/releases)
- Copy plugin bundle to `~/Library/FlashlightPlugins`

If you are familiar with command lines, you can use `ln -s bundle_name.bundle ~/Library/FlashlightPlugins` for easier update via git.

##Usage##
## Usage ##

###Timestamp###
### Timestamp ###

- `timestamp` for current timestamp
- `timestamp 1400000000` to convert timestamp into human redable time string

`ts` is short for `timestamp`, you can also use `ts 1400000000` for less typing.

###Haomatong###
### Haomatong ###

- `haomatong 10086` to fetch info from haomatong for specified phone number

`hmt` is short for `haomatong`, use `hmt 10086` for less typing.

![Haomatong](images/haomatong.png)

###Kuaidi###
### Kuaidi ###

- `kuaidi 100033892580` to fetch express info from kuaidi100.com

![Kuaidi](images/kuaidi.png)

###YoudaoDic (by [Hyde Wang](https://github.com/callmewhy))###
### YoudaoDic (by [Hyde Wang](https://github.com/callmewhy)) ###

- `youdao one` to translate `one` from English to Chinese.
- `youdao 汪` to translate `汪` from Chinese to English.
Expand All @@ -46,13 +46,13 @@ Press ENTER to see translation on dic.youdao.com in browser

![Youdao](images/youdao.png)

###Douban###
### Douban ###

- `douban Interstellar` to search for a movie on douban

![Douban](images/douban.png)

###ZhiHuDaily (By [小贼ZH](https://github.com/ZHONGHuanGit/ZhihuDaily))
### ZhiHuDaily (By [小贼ZH](https://github.com/ZHONGHuanGit/ZhihuDaily))

Zhihu is the chinese website like quora

Expand Down
16 changes: 8 additions & 8 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,37 @@ FlashlightPlugins

基于 Flashlight (https://github.com/nate-parrott/Flashlight/) 的中文插件列表

##Install##
## Install ##

- 安装并启用 Flashlight (https://github.com/nate-parrott/Flashlight/releases)
- 复制你需要启用的插件 (bundle 文件) 到 `~/Library/FlashlightPlugins`

如果你熟悉命令行,可以用 `ln -s bundle_name.bundle ~/Library/FlashlightPlugins` 安装插件以便通过 git 更新。

##使用##
## 使用 ##

###Timestamp###
### Timestamp ###

- `timestamp` 查看当前时间戳
- `timestamp 1400000000` 将时间戳转化成可读的字符串形式

`ts` 是 `timestamp` 的缩写,你可以用 `ts 1400000000` 以减少输入。

###搜狗号码通###
### 搜狗号码通 ###

- `haomatong 10086` 从搜狗号码通查看号码相关信息

`hmt` 是 `haomatong` 的缩写,使用 `hmt 10086` 以减少输入。

![Haomatong](images/haomatong.png)

###快递 100###
### 快递 100 ###

- `kuaidi 100033892580` 从快递 100 获取快递信息

![Kuaidi](images/kuaidi.png)

###有道词典 (作者:[Hyde Wang](https://github.com/callmewhy))###
### 有道词典 (作者:[Hyde Wang](https://github.com/callmewhy)) ###

- `youdao one` 英译中
- `youdao 汪` 中译英
Expand All @@ -46,13 +46,13 @@ FlashlightPlugins

![Youdao](images/youdao.png)

###Douban###
### Douban ###

- `douban 星际穿越` 搜索电影

![Douban](images/douban.png)

###知乎日报 (By [小贼ZH](https://github.com/ZHONGHuanGit/ZhihuDaily))
### 知乎日报 (By [小贼ZH](https://github.com/ZHONGHuanGit/ZhihuDaily))


- `zhihu daily` 展示日报
Expand Down