An open API service indexing awesome lists of open source software.

https://github.com/sorg-org/score

Enhanced coreutils
https://github.com/sorg-org/score

c cli command-line coreutils posix

Last synced: 11 months ago
JSON representation

Enhanced coreutils

Awesome Lists containing this project

README

          




sCore




Note


This repo is still a work in process. More features are to come out later

About


sCore is a set of enhanced coreutils for basic system mangement

They are targeting new users and simpler design (Who thought cat was a good name for a program that prints a files content??)



Commands


Current commands include:


  • File management

    fnew, fremove, fcontent, fcopy, fmove


  • Directory management

    dnew, dremove, dlist, dcopy, dmove


  • System management

    senv


  • Input/Output

    oecho

Installing

```bash
git clone https://github.com/sOrg-org/sCore.git
cd sCore
make && make install
```