Skip to content

Commit 52f0526

Browse files
francisfengmattisssa
authored andcommitted
Update metadata of Unix Time Reader
1 parent 4ee01c5 commit 52f0526

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commands/conversions/unix-time-reader.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/bash
22

33
# @raycast.schemaVersion 1
4-
# @raycast.title Unix Time Reader
4+
# @raycast.title Unix Time Reader From Clipboard
55
# @raycast.mode compact
66
# @raycast.packageName Conversions
77
#
88
# @raycast.icon 🕰
99
# @raycast.needsConfirmation false
1010
#
1111
# 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
1313
# @raycast.author Francis Feng
1414
# @raycast.authorURL https://github.com/francisfeng
1515

@@ -23,7 +23,7 @@ elif [[ $size == "13" ]]
2323
then
2424
readable=$(echo `date -r $(($unixTime/1000)) "+%F %T"`)
2525
else
26-
echo "Not Unix Time in Pasteboard"
26+
echo "Unix Time is not found"
2727
exit 1
2828
fi
2929

0 commit comments

Comments
 (0)