We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit f3af188Copy full SHA for f3af188
README.md
@@ -0,0 +1,22 @@
1
+# codezm.workflows.timestamp_convert
2
+## 时间戳转换工具
3
+默认快捷键`tc`,查看转换结果。
4
+
5
+### 效果
6
7
+
8
9
+### 下载
10
11
+[点击下载](https://github.com/codezm/codezm.workflows.timestamp_convert/releases/download/v1.0.0/codezm.workflows.timestamp_convert.alfredworkflow)
12
13
+### 安装
14
15
+[下载](https://github.com/codezm/codezm.workflows.timestamp_convert/releases/download/v1.0.0/codezm.workflows.timestamp_convert.alfredworkflow)后直接双击导入即可.
16
17
+### 使用
18
19
+- 展示当天时间信息 `tc n` 或者 `tc now`
20
+- 当然您也可以使用 `tc tomorrow` `tc yesterday`
21
+- 将时间戳转换成日期格式, 反之亦然 `tc 1495276608` `tc 2017-05-20 18:52:46`
22
+- 选中某一项转换结果键入 `Enter` 即可复制, `Shift + Enter` 将发音.
0 commit comments