|
|
@ -6,12 +6,14 @@ 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 |
|
|
|
|
|
|
|
|
|
|
|
Implemeted utilities: |
|
|
|
Utilities list: |
|
|
|
|
|
|
|
|
|
|
|
* `true` |
|
|
|
| Utility | Implemented | |
|
|
|
* `false` |
|
|
|
| ------- | ----------- | |
|
|
|
* `yes` |
|
|
|
| `true` | [x] | |
|
|
|
* `dirname` |
|
|
|
| `false` | [x] | |
|
|
|
* `basename` |
|
|
|
| `yes` | [x] | |
|
|
|
* `echo` |
|
|
|
| `dirname` | [x] | |
|
|
|
* `printenv` |
|
|
|
| `basename` | [x] | |
|
|
|
|
|
|
|
| `echo` | [x] | |
|
|
|
|
|
|
|
| `printenv` | [x] | |
|
|
|