https://github.com/aosync/utils
https://github.com/aosync/utils
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aosync/utils
- Owner: aosync
- License: isc
- Created: 2020-10-21T16:31:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-15T16:13:32.000Z (over 5 years ago)
- Last Synced: 2025-01-20T15:48:56.586Z (over 1 year ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# utils
Implementation of POSIX compliant utilities and unobtrusive extensions that I see fit.
Manual pages are planned.
PRs are welcome, even if implementing an entire new utility.
## known complete
- `cat`
- `rmdir`
- `sleep`
## complete non-posix utilities
- `fmt`
- `yes`
## incomplete
- any utility not in main branch
## high priority
- [ ] `rm`
- [ ] `mv`
- [ ] `chmod`
- [ ] `mkdir`
- [ ] `sed`
- [ ] the rest