GithubHelp home page GithubHelp logo

cmdcolor's People

Contributors

alecmev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cmdcolor's Issues

win11 - missing runtime dlls

msvcp120.dll and msvcr120.dll needed to run the binary but not present by default on win11

( must install VC 12? redistributables? )

image

Cannot execute CLS properly

I'm calling for a .bat file with:

script.bat | cmdcolor.exe

script.bat has the following lines:

@echo off
echo This line should clear out.
cls
echo This line should be only visible.
pause

Executing the script leads to the following:
screensnip

Any ideas how to fix this and get CLS to clear the screen normally?

Handle serious errors

It's quite annoying to see cmdcolor.exe has stopped working every time the other end of the pipe is terminated manually.

The GCC build does not work with MingW/TDM

The GCC build passes -static-libstdc++, which is not a valid option in TDM-GCC (http://stackoverflow.com/a/19080526). Apparently static linking is the default anyway.

This is probably more TDM-GCC doing something wrong, since this probably shouldn't be reported as an error (aborting compilation).

Possible workarounds in the build script include checking the GCC version or retrying without that option on error. Neither option is particularly nice.

I leave this issue here in case someone else stumbles on the same problem.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.