coreutils/README.md
Derek Chiang (Enchi Jiang) b9297b4405 Update README.md
2013-11-30 18:07:22 -05:00

2.2 KiB

uutils coreutils

uutils is an attempt at writing universal (as in cross-platform) CLI utils in Rust. This repo is to aggregate the GNU coreutils rewrites.

Why?

Many GNU, linux and other utils are pretty awesome, and obviously some effort has been spent in the past to port them to windows. However those projects are either old, abandonned, hosted on CVS, written in platform-specific C, etc.

Rust provides a good platform-agnostic way of writing systems utils that are easy to compile anywhere, and this is as good a way as any to try and learn it.

Contribute

Contributions are very welcome. You may claim an item on the to-do list by following these steps:

  1. Open an issue named "Implement [the utility of your choice]", e.g. "Implement ls"
  2. State that you are working on this utility.
  3. Develop the utility.
  4. Submit a pull request and close the issue. Your pull request should include deleting the utility from the to-do list on this README.

The steps above imply that, before starting to work on a utility, you should search the issues to make sure no one else is working on it.

To do

  • base64
  • basename
  • chcon
  • chgrp
  • chmod
  • chown-core
  • chown
  • chroot
  • cksum
  • comm
  • copy
  • cp-hash
  • cp
  • csplit
  • cut
  • date
  • dd
  • df
  • dircolors
  • dirname
  • du
  • echo
  • expand
  • expr
  • extent-scan
  • factor
  • find-mount-point
  • fmt
  • fold
  • getlimits
  • group-list
  • groups
  • head
  • hostid
  • hostname
  • id
  • install
  • join
  • kill
  • lbracket
  • libstdbuf
  • link
  • ln
  • logname
  • ls-dir
  • ls-ls
  • ls-vdir
  • ls
  • make-prime-list
  • md5sum
  • mkdir
  • mkfifo
  • mknod
  • mktemp
  • mv
  • nice
  • nl
  • nohup
  • nproc
  • numfmt
  • od
  • operand2sig
  • paste
  • pathchk
  • pinky
  • pr
  • printf
  • prog-fprintf
  • ptx
  • pwd
  • readlink
  • realpath
  • relpath
  • remove
  • rm
  • rmdir
  • runcon
  • seq
  • setuidgid
  • shred
  • shuf
  • sleep
  • sort
  • split
  • stat
  • stdbuf
  • stty
  • sum
  • sync
  • tac-pipe
  • tac
  • tail
  • tee
  • test
  • timeout
  • touch
  • tr
  • truncate
  • tsort
  • tty
  • uname-arch
  • uname-uname
  • uname
  • unexpand
  • uniq (in progress)
  • unlink
  • uptime
  • users
  • who

License

uutils are licensed under the MIT License - see the LICENSE file for details