File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
3
# @raycast.schemaVersion 1
4
- # @raycast.title Unix Time Reader
4
+ # @raycast.title Unix Time Reader From Clipboard
5
5
# @raycast.mode compact
6
6
# @raycast.packageName Conversions
7
7
#
8
8
# @raycast.icon 🕰
9
9
# @raycast.needsConfirmation false
10
10
#
11
11
# Documentation:
12
- # @raycast.description Display Human-Readable Date from Unix Time in Pasteboard
12
+ # @raycast.description Display Human-Readable Date from Unix Time in Clipboard
13
13
# @raycast.author Francis Feng
14
14
# @raycast.authorURL https://github.com/francisfeng
15
15
@@ -23,7 +23,7 @@ elif [[ $size == "13" ]]
23
23
then
24
24
readable=$( echo ` date -r $(( $unixTime / 1000 )) " +%F %T" ` )
25
25
else
26
- echo " Not Unix Time in Pasteboard "
26
+ echo " Unix Time is not found "
27
27
exit 1
28
28
fi
29
29
You can’t perform that action at this time.
0 commit comments