nergzd723 / meow

Simple c++, c#, Python and Go coreutils alternative.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meow

CodeFactor

Multiple C++ utils

bark for removing,meow for reading from file, lt for showing file list in directory and tap to create new file or to change its access date to newer one

How to install?

Do make to build all supported modules and targets. Then make install to install to /usr/bin and make uninstall to delete binaries from it.

Troubleshooting

Target Python modules have compiled in non-standalone mode.

It means that Python modules cannot be run on systems with no Python installed. No way to abuse that, binaries size is too high if compile libs.

Something isnt right!

Rewrite of build system might affect it. Checkout another branch.

Dependencies

Do chmod +x configure && ./configure to install all dependencies. It will automatically detect your package manager.

About

Simple c++, c#, Python and Go coreutils alternative.

License:GNU General Public License v3.0


Languages

Language:Python 69.3%Language:C++ 15.1%Language:Makefile 6.1%Language:C# 3.8%Language:CMake 2.6%Language:JavaScript 1.3%Language:Go 0.8%Language:Shell 0.6%Language:C 0.4%