posixutils-rs icon indicating copy to clipboard operation
posixutils-rs copied to clipboard

Core POSIX command line utilities in safe Rust

Results 46 posixutils-rs issues
Sort by recently updated
recently updated
newest added

Implement pax: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/pax.html

enhancement

User-facing apps category: - [ ] bc - [ ] mailx - [ ] man - [ ] talk

enhancement

Implement i18n, charset, locale utils: - [ ] gencat - [ ] iconv - [ ] locale - [ ] localedef

enhancement

Implement editors: - [ ] ed - [ ] ex - [ ] vi

enhancement

Implement UUCP related utilities: - [ ] uucp. Spec: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uucp.html - [ ] uustat. Spec: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uustat.html - [ ] uux. Spec: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/uux.html Resources: - Taylor UUCP package: https://github.com/quinot/taylor-uucp

enhancement

Implement cron and batch-related utilities: - [ ] cron daemon. While not specified, its need is implied and worth building. - [ ] at - [ ] batch - [...

enhancement

Implement SCCS utilities: - [ ] admin - [ ] delta - [ ] get - [ ] prs - [ ] rmdel - [ ] sact - [ ]...

enhancement

the tests file contain *.cat file (which are the binary catalog file generated by gencat tool available in respective platform i.e OSX and the one that uses GNU) So we...