A collection of system commands written in Free Pascal and 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 intended 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. FPMake source code and examples can be found there.
- TRegExpr
- Complete existing commands
- Add man pages
- Fix CI uploading - it's never been done properly
- Add tests
- Improve the program's performance
- Handle errors nicely
- Unicode support