We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6ca0f3 commit 07c5be9Copy full SHA for 07c5be9
README.md
@@ -1,5 +1,7 @@
1
# shell dev tools
2
3
+
4
+
5
handy tools for developers using bash or zsh
6
7
## installation
@@ -20,15 +22,15 @@ Supported default branch names:
20
22
* mainline
21
23
* default
24
-### strcnt
25
+### `strcnt`
26
27
Count the number of characters in a string.
28
-### unix_now
29
+### `unix_now`
30
31
Get the current unix timestamp.
32
-### unix_to_date
33
+### `unix_to_date`
34
35
Convert a unix timestamp to a human readable datetime.
36
0 commit comments