wsltty | Mintty as a terminal for Bash on Ubuntu on Windows / WSL

 by   mintty C Version: 3.6.4 License: Non-SPDX

kandi X-RAY | wsltty Summary

kandi X-RAY | wsltty Summary

wsltty is a C library typically used in Ubuntu applications. wsltty has no bugs, it has no vulnerabilities and it has medium support. However wsltty has a Non-SPDX License. You can download it from GitHub.

Mintty as a terminal for WSL (Windows Subsystem for Linux).
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              wsltty has a medium active ecosystem.
              It has 3014 star(s) with 107 fork(s). There are 61 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 17 open issues and 301 have been closed. On average issues are closed in 147 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of wsltty is 3.6.4

            kandi-Quality Quality

              wsltty has no bugs reported.

            kandi-Security Security

              wsltty has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              wsltty has a Non-SPDX License.
              Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.

            kandi-Reuse Reuse

              wsltty releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of wsltty
            Get all kandi verified functions for this library.

            wsltty Key Features

            No Key Features are available at this moment for wsltty.

            wsltty Examples and Code Snippets

            No Code Snippets are available at this moment for wsltty.

            Community Discussions

            QUESTION

            How do I get Windows 10 Terminal to launch WSL?
            Asked 2020-Feb-07 at 16:39

            I'm using the new Windows Terminal, and trying to get it to launch my WSL terminal. This is the setting that I'm trying to use:

            ...

            ANSWER

            Answered 2019-Jun-26 at 04:18

            Turns out that all I needed to do was change the commandline to ubuntu1804.exe. Like this:

            Source https://stackoverflow.com/questions/56765067

            QUESTION

            Opening wsltty in a directory
            Asked 2019-Nov-10 at 11:18

            If in Windows 10 I type wsl, ubuntu or cmd in the address bar of a directory, the relevant console is opened in that directory; is there a way to open the same way mintty/wsltty? I tried putting a shortcut and a symbolic link to wsltty.exe in system32, but it didn't work.

            ...

            ANSWER

            Answered 2019-Nov-10 at 11:18

            Ok, I found a solution just after opening the bounty: I made an AHK exe that runs Run %LOCALAPPDATA%\wsltty\bin\mintty.exe --WSL="Ubuntu" --configdir="%APPDATA%\wsltty" and placed it in system32.

            Source https://stackoverflow.com/questions/58750166

            QUESTION

            Can I display "bold" characters instead of "intense/bright" in ConEmu?
            Asked 2019-Apr-16 at 23:33

            I want to display bold characters in WSL through ConEmu (currently using ConEmu 190331 x64).

            When I print the following echo -e "FROM NOT BOLD \e[1mTO BOLD\e[0m", I get this Image to ConEmu

            As you can see, ConEmu uses the intensity/brightness to represent bold. I would like to be able to switch that to actually use bold instead just like in WSLTTY (MinTTY for WSL): Image to WSLTTY

            Is it possible? I couldn't find instructions in ConEmu's manual.

            ...

            ANSWER

            Answered 2019-Apr-16 at 23:33

            Windows console API does not provide enough attributes to represent boldness. That's why bold attributes may be (yet) set only at the bottom of the buffer (current implementation) where xterm256 and true-color works.

            Than, you may use \e[1m to set bold attribute when you set brightness explicitly (e.g. \e[90m) or xterm color from 256 palette (e.g. \e[38;5;7m).

            Source https://stackoverflow.com/questions/55716652

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install wsltty

            Run the installer to install the components listed above. If Windows complains with a “Windows protected your PC” popup, you may need to click “Run anyway” to proceed with the installation. You may need to open the Properties of the installer first, tab “General” section “Security” (if available) and select “Unblock”, to enable the “Run anyway” button.
            Note that these are 3rd-party contributions and do not necessarily provide the latest version. If you use the Chocolatey package manager, invoke one of. If you use the Scoop package manager,. then, invoke one of. A Windows Appx package and certificate is available in the wsltty.appx repository.
            choco install wsltty
            choco upgrade wsltty
            scoop bucket add extras
            scoop install wsltty
            scoop update wsltty
            Character encoding setup by locale setting is propagated from the terminal towards WSL. So you can select your favourite locale with configuration options or with command-line options, for example in a copied dedicated desktop shortcut.
            sudo mkdir -p /var/lib/locales/supported.d
            sudo echo zh_CN.GB18030 GB18030 >> /var/lib/locales/supported.d/local
            sudo locale-gen

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/mintty/wsltty.git

          • CLI

            gh repo clone mintty/wsltty

          • sshUrl

            git@github.com:mintty/wsltty.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link