Go to file
2014-06-26 10:41:32 +04:00
base64 remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
basename dirname, basename, env, head, id, sync, touch: exit with status 1 on invalid arguments 2014-06-23 09:35:39 +02:00
cat Add type suffixes where necessary 2014-06-25 13:12:43 +02:00
chroot chroot: fix setgroups prototype on linux 2014-06-17 02:41:05 +02:00
cksum Add type suffixes where necessary 2014-06-25 13:12:43 +02:00
comm comm: exit with status 1 on invalid arguments 2014-06-22 13:57:42 +02:00
common common: import Mac-specific things in one statement 2014-06-19 00:53:24 -07:00
cp remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
deps use latest rust-crypto for new rust master 2014-06-26 01:22:39 -04:00
dirname dirname, basename, env, head, id, sync, touch: exit with status 1 on invalid arguments 2014-06-23 09:35:39 +02:00
du du: make error output more consistent with other utils 2014-06-19 09:17:59 -07:00
echo Add type suffixes where necessary 2014-06-25 13:12:43 +02:00
env dirname, basename, env, head, id, sync, touch: exit with status 1 on invalid arguments 2014-06-23 09:35:39 +02:00
factor factor: fix uumain 2014-06-17 19:33:53 +02:00
false Update for latest Rust 2014-03-31 09:40:21 -07:00
fmt fmt: correct tab support, better formatting 2014-06-20 18:59:45 -04:00
fold remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
groups remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
hashsum Add type suffixes where necessary 2014-06-25 13:12:43 +02:00
head dirname, basename, env, head, id, sync, touch: exit with status 1 on invalid arguments 2014-06-23 09:35:39 +02:00
hostid remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
hostname hostname: fix sethostname prototype on linux 2014-06-17 03:01:44 +02:00
id dirname, basename, env, head, id, sync, touch: exit with status 1 on invalid arguments 2014-06-23 09:35:39 +02:00
kill remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
link Implement link 2014-06-23 09:38:30 +02:00
logname remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
mkdir remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
mkfifo Implement mkfifo 2014-06-22 14:40:02 +02:00
nl std::bool::to_bit was removed 2014-06-25 13:12:56 +02:00
nohup nohup implementation 2014-06-26 10:41:32 +04:00
paste remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
printenv remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
pwd remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
rm remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
rmdir remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
seq seq: fix broken pipe on Busybox test 2014-06-23 09:53:28 -07:00
sleep remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
sum sum: print filenames 2014-06-18 12:38:19 +02:00
sync Merge pull request #285 from xanderfomin/sync 2014-06-26 09:56:03 +04:00
tac remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
tail tail: fix uumain 2014-06-17 19:35:48 +02:00
tee remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
touch dirname, basename, env, head, id, sync, touch: exit with status 1 on invalid arguments 2014-06-23 09:35:39 +02:00
tr Remove use of bytes!() 2014-06-20 15:15:51 +02:00
true Update for latest Rust 2014-03-31 09:40:21 -07:00
truncate Remove use of bytes!() 2014-06-20 15:15:51 +02:00
tty remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
uname remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
unlink remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
uptime Fix build failure for systems with a non-64-bit time_t. 2014-06-19 00:42:34 +12:00
users remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
uutils Added nohup to uutils 2014-06-26 10:41:32 +04:00
wc remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02:00
whoami whoami: use libc::uid_t where appropriate 2014-06-16 22:24:09 +02:00
yes remove use of deprecated to_err_msg 2014-06-15 12:51:03 +02: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 add multicall build to travis 2014-06-21 17:15:29 +02:00
Cargo.toml add Cargo.toml 2014-06-25 07:35:03 +02:00
common.mk Implement md5sum (closes #47) 2014-03-24 16:53:35 -07:00
LICENSE Add the first four utils 2013-08-02 19:33:31 +02:00
Makefile nohup implementation 2014-06-26 10:41:32 +04:00
README.md README: added notice about uutils to contributions guide 2014-06-26 10:41:32 +04: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'

To build the multicall binary (i.e. BusyBox-like binary):

make MULTICALL=1

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 the multicall binary:

make MULTICALL=1 install

To install every program (other than the multicall binary) with a prefix:

make PROG_PREFIX=PREFIX_GOES_HERE install

Uninstallation Instructions

To uninstall all utilities:

make uninstall

To uninstall the multicall binary:

make MULTICALL=1 uninstall

To uninstall every program (other than the multicall binary) with a set prefix:

make PROG_PREFIX=PREFIX_GOES_HERE uninstall

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
  • cut
  • 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
  • realpath
  • relpath
  • remove
  • runcon
  • setuidgid
  • shred
  • shuf
  • sort
  • split
  • stat
  • stdbuf
  • stty
  • tail (not all features implemented)
  • test
  • timeout
  • tsort
  • unexpand
  • uniq (in progress)
  • who

License

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