jhasse / coreutilspp

Reimplementation of some of the GNU Coreutils in C++, useful to be used in Windows' cmd.exe.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coreutils++

Reimplementation of some of the GNU Coreutils in C++, useful to be used in Windows' cmd.exe.

cat

$ cat README.md

env

$ env -C /tmp ls

ls

Very basic, for a better alternative see eza.

$ ls
.cache               .clang-format        .git                 .gitignore           .gitmodules
.vs                  azure-pipelines.yml  build                CMakeLists.txt       CMakeSettings.json          
LICENSE              out                  output_test.py       README.md            src                         
subprojects          windows

rm

Shows a progress indication and warns when you're trying to delete your HOME directory or your current working directory.

For an even safer way to remove files see rip2.

touch

$ touch some_new_file

About

Reimplementation of some of the GNU Coreutils in C++, useful to be used in Windows' cmd.exe.

License:GNU General Public License v3.0


Languages

Language:C++ 81.9%Language:Python 10.6%Language:CMake 7.5%