Go to file
2014-07-19 20:47:03 -07:00
base64 Update for lastest Rust 2014-07-19 18:13:55 -07:00
basename Update for lastest Rust 2014-07-19 18:13:55 -07:00
cat Update for lastest Rust 2014-07-19 18:13:55 -07:00
chroot Update for lastest Rust 2014-07-19 18:13:55 -07:00
cksum cksum: improve performance slightly 2014-07-11 11:09:43 -07:00
comm Update for lastest Rust 2014-07-19 18:13:55 -07:00
common Update for lastest Rust 2014-07-19 18:13:55 -07:00
cp Update for lastest Rust 2014-07-19 18:13:55 -07:00
cut Update for lastest Rust 2014-07-19 18:13:55 -07:00
deps Update rust-crypto 2014-07-07 23:45:55 +02:00
dirname Update for lastest Rust 2014-07-19 18:13:55 -07:00
du Update for lastest Rust 2014-07-19 18:13:55 -07:00
echo Update for lastest Rust 2014-07-19 18:13:55 -07:00
env Update for lastest Rust 2014-07-19 18:13:55 -07:00
factor Update for lastest Rust 2014-07-19 18:13:55 -07:00
false Update for crate_id related changes 2014-07-06 12:34:50 +02:00
fmt Update for lastest Rust 2014-07-19 18:13:55 -07:00
fold Update for lastest Rust 2014-07-19 18:13:55 -07:00
groups Update for lastest Rust 2014-07-19 18:13:55 -07:00
hashsum Update for lastest Rust 2014-07-19 18:13:55 -07:00
head Update for lastest Rust 2014-07-19 18:13:55 -07:00
hostid Update for crate_id related changes 2014-07-06 12:34:50 +02:00
hostname Update for lastest Rust 2014-07-19 18:13:55 -07:00
id Update for crate_id related changes 2014-07-06 12:34:50 +02:00
kill Update for lastest Rust 2014-07-19 18:13:55 -07:00
link Update for lastest Rust 2014-07-19 18:13:55 -07:00
logname Update for lastest Rust 2014-07-19 18:13:55 -07:00
mkdir ToStr::to_str -> ToString::to_string 2014-07-09 10:29:50 +02:00
mkfifo Update for crate_id related changes 2014-07-06 12:34:50 +02:00
nl Update for lastest Rust 2014-07-19 18:13:55 -07:00
nohup Update for lastest Rust 2014-07-19 18:13:55 -07:00
paste Update for lastest Rust 2014-07-19 18:13:55 -07:00
printenv Update for lastest Rust 2014-07-19 18:13:55 -07:00
pwd Update for lastest Rust 2014-07-19 18:13:55 -07:00
realpath Update for lastest Rust 2014-07-19 18:13:55 -07:00
relpath Update for lastest Rust 2014-07-19 18:13:55 -07:00
rm Update for lastest Rust 2014-07-19 18:13:55 -07:00
rmdir Update for lastest Rust 2014-07-19 18:13:55 -07:00
seq Update for lastest Rust 2014-07-19 18:13:55 -07:00
shuf Update for lastest Rust 2014-07-19 18:13:55 -07:00
sleep Update for lastest Rust 2014-07-19 18:13:55 -07:00
split Update for crate_id related changes 2014-07-06 12:34:50 +02:00
sum Update for lastest Rust 2014-07-19 18:13:55 -07:00
sync Update for lastest Rust 2014-07-19 18:13:55 -07:00
tac Update for lastest Rust 2014-07-19 18:13:55 -07:00
tail Update for lastest Rust 2014-07-19 18:13:55 -07:00
tee Update for lastest Rust 2014-07-19 18:13:55 -07:00
test test: fix build 2014-07-15 15:39:03 -07:00
touch Update for crate_id related changes 2014-07-06 12:34:50 +02:00
tr Update for lastest Rust 2014-07-19 18:13:55 -07:00
true Update for crate_id related changes 2014-07-06 12:34:50 +02:00
truncate Update for lastest Rust 2014-07-19 18:13:55 -07:00
tsort Add tsort 2014-07-20 12:19:38 +09:00
tty Update for crate_id related changes 2014-07-06 12:34:50 +02:00
uname Update for lastest Rust 2014-07-19 18:13:55 -07:00
uniq Update for lastest Rust 2014-07-19 18:13:55 -07:00
unlink Update for lastest Rust 2014-07-19 18:13:55 -07:00
uptime Update for lastest Rust 2014-07-19 18:13:55 -07:00
users Update for lastest Rust 2014-07-19 18:13:55 -07:00
uutils Update for lastest Rust 2014-07-19 18:13:55 -07:00
wc Update for lastest Rust 2014-07-19 18:13:55 -07:00
whoami Update for lastest Rust 2014-07-19 18:13:55 -07:00
yes Update for lastest Rust 2014-07-19 18:13:55 -07:00
.gitignore add Cargo.toml 2014-06-25 07:35:03 +02:00
.gitmodules Change md5sum/rust-crypto to deps/rust-crypto 2014-06-20 14:37:14 -07:00
.travis.yml always build multicall binary 2014-06-26 10:26:16 +02:00
Cargo.toml Add tsort 2014-07-20 12:19:38 +09:00
LICENSE Add the first four utils 2013-08-02 19:33:31 +02:00
Makefile Add tsort 2014-07-20 12:19:38 +09:00
mkmain.rs Update for lastest Rust 2014-07-19 18:13:55 -07:00
mkuutils.rs Update for lastest Rust 2014-07-19 18:13:55 -07:00
README.md Remove tsort from to-do list 2014-07-19 20:47:03 -07:00

uutils coreutils Build Status

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, abandoned, 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.

Build Instructions

To simply build all available utilities:

make

To build all but a few of the available utilities:

make DONT_BUILD='UTILITY_1 UTILITY_2'

To build only a few of the available utilities:

make BUILD='UTILITY_1 UTILITY_2'

Installation Instructions

To install all available utilities:

make install

To install all but a few of the available utilities:

make DONT_INSTALL='UTILITY_1 UTILITY_2' install

To install only a few of the available utilities:

make INSTALL='UTILITY_1 UTILITY_2' install

To install every program with a prefix:

make PROG_PREFIX=PREFIX_GOES_HERE install

To install the multicall binary:

make install-multicall

Uninstallation Instructions

To uninstall all utilities:

make uninstall

To uninstall every program with a set prefix:

make PROG_PREFIX=PREFIX_GOES_HERE uninstall

To uninstall the multicall binary:

make uninstall-multicall

Test Instructions

To simply test all available utilities:

make test

To test all but a few of the available utilities:

make DONT_TEST='UTILITY_1 UTILITY_2' test

To test only a few of the available utilities:

make TEST='UTILITY_1 UTILITY_2' test

Contribute

Contributions are very welcome, and should target Rust's master branch until Rust 1.0 is released. 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. Add the reference to your utility into uutils/uutils.rs (required for multibinary).
  5. Remove utility from the to-do list on this README.
  6. Submit a pull request and close the issue.

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

  • chcon
  • chgrp
  • chmod
  • chown
  • copy
  • cp (not much done)
  • csplit
  • date
  • dd
  • df
  • dircolors
  • expand (in progress)
  • expr
  • getlimits
  • install
  • join
  • libstdbuf
  • ln
  • ls
  • mknod
  • mktemp
  • mv
  • nice
  • nproc
  • numfmt
  • od
  • pathchk
  • pinky
  • pr
  • printf
  • ptx
  • readlink
  • remove
  • runcon
  • setuidgid
  • shred
  • sort
  • split
  • stat
  • stdbuf
  • stty
  • tail (not all features implemented)
  • test (not all features implemented)
  • timeout
  • unexpand
  • uniq (in progress)
  • who

License

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