Use tables in README.md

This commit is contained in:
dtluna 2019-03-26 13:37:48 +03:00
parent b7178c3a2c
commit 0d47614282

View File

@ -6,12 +6,14 @@ The plan is to implement all the utilities from the
[sbase list](https://git.suckless.org/sbase/file/README.html)
with some additions
Implemeted utilities:
Utilities list:
* `true`
* `false`
* `yes`
* `dirname`
* `basename`
* `echo`
* `printenv`
| Utility | Implemented |
| ------- | ----------- |
| `true` | [x] |
| `false` | [x] |
| `yes` | [x] |
| `dirname` | [x] |
| `basename` | [x] |
| `echo` | [x] |
| `printenv` | [x] |