GithubHelp home page GithubHelp logo

skade / coreutils Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uutils/coreutils

0.0 2.0 0.0 3.72 MB

Cross-platform Rust rewrite of the GNU coreutils

License: MIT License

Shell 0.05% Makefile 0.56% Rust 99.38% C 0.02%

coreutils's Introduction

uutils coreutils

License Build Status 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

NOTE: This currently requires the most current nightly build.

To simply build all available utilities:

make

(on Windows use MinGW/MSYS or Cygwin make and make sure you have rustc in PATH)

To build all but a few of the available utilities:

make SKIP_UTILS='UTILITY_1 UTILITY_2'

To build only a few of the available utilities:

make UTILS='UTILITY_1 UTILITY_2'

Installation Instructions

To install all available utilities:

make install

To install all but a few of the available utilities:

make SKIP_UTILS='UTILITY_1 UTILITY_2' install

To install only a few of the available utilities:

make UTILS='UTILITY_1 UTILITY_2' install

To install every program with a prefix (e.g. uu-echo uu-cat):

make PROG_PREFIX=PREFIX_GOES_HERE install

To install the multicall binary:

make MULTICALL=y install

Set install parent directory (default value is /usr/local):

make PREFIX=/my/path install

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 MULTICALL=y uninstall

To uninstall from a custom parent directory:

make PREFIX=/my/path uninstall

Test Instructions

To simply test all available utilities:

make test

To test all but a few of the available utilities:

make SKIP_UTILS='UTILITY_1 UTILITY_2' test

To test only a few of the available utilities:

make UTILS='UTILITY_1 UTILITY_2' test

To include tests for unimplemented behavior:

make UTILS='UTILITY_1 UTILITY_2' SPEC=y test

Run busybox tests

This testing functionality is only available on *nix operating systems

To run busybox's tests for all utilities for which busybox has tests

make busytest

To run busybox's tests for a few of the available utilities

make UTILS='UTILITY_1 UTILITY_2' busytest

To pass an argument like "-v" to the busybox test runtime

make UTILS='UTILITY_1 UTILITY_2' RUNTEST_ARGS='-v' busytest

Contribute

To contribute to coreutils, please see CONTRIBUTING.

To do

  • chcon
  • chgrp
  • chown
  • copy
  • cp (not much done)
  • csplit
  • date
  • dd
  • df
  • dircolors
  • expr (almost done, no regular expressions)
  • getlimits
  • install
  • join
  • ls
  • mknod
  • mktemp (almost done, some options are not working)
  • mv (almost done, one more option)
  • numfmt
  • od (in progress, needs lots of work)
  • pathchk
  • pinky
  • pr
  • printf
  • remove
  • runcon
  • setuidgid
  • sort (a couple of options implemented)
  • split (a couple of missing options)
  • stat
  • stty
  • tail (not all features implemented)
  • test (not all features implemented)
  • uniq (a couple of missing options)
  • who

License

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

coreutils's People

Contributors

arcterus avatar ebfe avatar jbcrail avatar cnd avatar seldaek avatar kwantam avatar nathanross avatar alan-andrade avatar derekchiang avatar torkve avatar brson avatar remram44 avatar keunwoo avatar lht avatar pitex avatar dokaptur avatar rolfmorel avatar keens avatar juszczakn avatar stebalien avatar kokakiwi avatar huonw avatar forticulous avatar ctjhoa avatar dpc avatar redcape avatar ryman avatar pabzdzdzwiagief avatar skv-headless avatar akiradeveloper avatar

Watchers

Florian Gilcher avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.