Skip to content

Commit 07c5be9

Browse files
committed
docs: add tests status label
1 parent a6ca0f3 commit 07c5be9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# shell dev tools
22

3+
![tests status](https://github.com/devloberto/shell-dev-tools/actions/workflows/test.yml/badge.svg)
4+
35
handy tools for developers using bash or zsh
46

57
## installation
@@ -20,15 +22,15 @@ Supported default branch names:
2022
* mainline
2123
* default
2224

23-
### strcnt
25+
### `strcnt`
2426

2527
Count the number of characters in a string.
2628

27-
### unix_now
29+
### `unix_now`
2830

2931
Get the current unix timestamp.
3032

31-
### unix_to_date
33+
### `unix_to_date`
3234

3335
Convert a unix timestamp to a human readable datetime.
3436

0 commit comments

Comments
 (0)