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