https://github.com/lcpluginmaker/coreutils
Basic implementation of some Unix coreutils for LeoConsole
https://github.com/lcpluginmaker/coreutils
command-line coreutils cs dotnet leoconsole leoconsole-plugin plugin side-project sideproject utils
Last synced: 11 months ago
JSON representation
Basic implementation of some Unix coreutils for LeoConsole
- Host: GitHub
- URL: https://github.com/lcpluginmaker/coreutils
- Owner: lcpluginmaker
- License: gpl-3.0
- Created: 2022-01-07T17:54:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-24T12:53:24.000Z (over 3 years ago)
- Last Synced: 2024-07-31T20:28:25.040Z (over 1 year ago)
- Topics: command-line, coreutils, cs, dotnet, leoconsole, leoconsole-plugin, plugin, side-project, sideproject, utils
- Language: C#
- Homepage:
- Size: 36.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LeoConsole-coreutils
A (very) basic implementation of some Unix coreutils (clear, echo, cat, ...) for
[LeoConsole](https://github.com/BoettcherDasOriginal/LeoConsole).
The command-line flags will mostly be not implemented (at least by me). This is
just a very basic implementation. The main point I started this is to have `clear`.
However, if you want to implement some of the advanced features (maybe as C#
practice, I don't see another reason why), I would highly appreciate it. Just
open an issue and tell what you are working on. When it's ready and I have
reviewed a pull request, it will be likely merged.
## Installing
Coreutils is in the main package repository, just
```
apkg get coreutils
```
## Contributing
I am open for any kind of pull requests and if your idea does make sense, it's
very likely to be merged. You can also suggest new features if you want, but
don't hope that I'm going to work on them, remember this is only a tiny side
project.