Git Product home page Git Product logo

andry81 / contools Goto Github PK

View Code? Open in Web Editor NEW
11.0 3.0 0.0 60.37 MB

A wide range of scripts for Windows interpreter (cmd.exe) and other interpreters such as bash shell (.sh), visual basic (.vbs), jscript (.js), python (.py), perl (.pl) and so on. Plus some set of standalone console utilities and tools aside other utilities and tools from cygwin, msys and mingw. • :page_with_curl: https://github.com/andry81-stats/contools--gh-stats :page_with_curl:

Home Page: https://sf.net/p/contools

License: MIT License

Batchfile 35.47% Smarty 3.84% C 0.31% Shell 0.30% Python 0.30% VBScript 11.05% sed 0.29% XSLT 0.18% C++ 46.93% HTML 1.30% PowerShell 0.01% VBA 0.03%
console utility tools batch shell bash vbscript jscript python perl

contools's Introduction

Warning FOR GIT USERS: To clone including all dependecies you must use fork (has the sparse checkout feature) of the vcstool python module (currently the sparse checkout feature is not merged).

A wide range of scripts for Windows interpreter (cmd.exe) and other interpreters such as bash shell (.sh), visual basic (.vbs), python (.py) and so on. Plus some set of standalone console utilities and tools aside other utilities and tools from cygwin, msys and mingw.

codefactor.io|quality codacy.com|quality lgtm.com|quality|python lgtm.com|alerts

codeclimate.com|maintainability codeclimate.com|issues codeclimate.com|debt

GitHub repo size in bytes code size in bytes lines of code by tokei.rs

GitHub views|any|total GitHub views|any|14d GitHub views|unique per day|total GitHub views|unique per day|14d

GitHub clones|any|total GitHub clones|any|14d GitHub clones|unique per day|total GitHub clones|unique per day|14d

ChangelogReadmeDependenciesRelated projectscopyright and license Copyright and License

stackoverflow search

donate


https://github.com/andry81?tab=repositories&q=contools

Code and documentation copyright 2017 Andrey Dibrov. Code released under MIT License

contools's People

Contributors

andry81 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

contools's Issues

wxFileDialog.exe does not support UTF-8

When run from cmd or ps with output (encoding) set to UTF-8,
the utility still outputs in ANSI. And therefore the characters are not displayed.
Same thing if output to a file, it gets ansi encoding.

For cmd it works like this:
chcp 65001
wxFileDialog.exe "" . "Open Me"

Result with Cyrillic file name: Z:\ .txt

Same in PS:
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding('utf-8')
& .\wxFileDialog.exe "" "." "Open Me"

Result with Cyrillic file name: Z:\ .txt

If you set cmd chcp 866 or PS [Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding('cp866')
then instead of Cyrillic characters are hieroglyphs. That is, the output does not match.
It's not just about Cyrillic, but in general this problem of one encoding output.

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.