If you are seeing this on GitHub, I have to remind this once more: This GitHub repository is a mirror, which does not accept any pull requests other than ones from Crowdin (as I don't have any other free intergration slot) and maybe more.
A collection of system commands written in Free Pascal and (maybe) C.
They are:
- Programs put in
src(sorry but I'm too lazy to update the list manually); - UNIX-only (for now) programs that are seen in daily computer life
- Proof-of-concept (POC)s
They are NOT:
- Copycats (although some are made to behave like original counterparts)
- Made to be laughed at
- Suitable for daily-use
- Fully optimized (atm)
- Battle-tested
Read the Wiki.
- @ikelaiah for cli-fp library. Part of it was used and modified.
- Everyone who made resources for us to refer
- @Ararslan for their termcolor-c. It was used.
- Linux man pages
- Windows API documentations
- GNU Coreutils source code
- Free Pascal's Run time library (RTL) and Wiki and docs
- Procps-ng source code
- Free Pascal Compiler's packages.
- TRegExpr