The Windows Terminal is a modern, fast, efficient, powerful, and productive terminal application for users of command-line tools and shells like Command Prompt, PowerShell, and WSL. Its main features include multiple tabs, panes, Unicode and UTF-8 character support, a GPU accelerated text rendering engine, and custom themes, styles,. Take GitHub to the command line. Gh is GitHub on the command line. It brings pull requests, issues, and other GitHub concepts to the terminal next to where you are already working with git and your code.
editThis wiki introduces how to use Wio Terminal to access to HTTPS server, which means you could use Wio Terminal to grab live data from the internet! Here, Wio Terminal is connected to a Wi-Fi and obtain data from the Github.
With this, you can implement the Demo to others api such as grabbing Weather information, Youtube Stats and etc.
Part List¶
Features¶
Connects to a https server
Grab repo stats from Github
Can change to any Github Repositories
Arduino libraries needed¶
Install the LCD screen Library
Seeed_Arduino_LCD, please visit Wio Terminal LCD for more information.Visit the ArduinoJson repositories and download the entire repo to your local drive.
- Now, the ArduinoJson library can be installed to the Arduino IDE. Open the Arduino IDE, and click
sketch->Include Library->Add .ZIP Library, and choose theArduinoJsonfile that you've have just downloaded.
- Now, the ArduinoJson library can be installed to the Arduino IDE. Open the Arduino IDE, and click
For more information about Https connection, please visit here.

Arduino Instructions¶
Download the
Free_Fonts.hheader file so that can use abbreviations for the free fonts included in the LCD library. Please make sure to put this header file in the same location as the Arduino Sketch.Download the Complete code here or copy the following.
Upload the code.
Complete Code¶
Note: Change the ssid and password to your Network Wi-Fi.

| works best as a secondary font (for me) |
| URxvt.font: xft:Terminus:pixelsize=14:antialias=false:hinting=false:autohint=false, xft:Terminus (TTF) for Powerline:pixelsize=16:antialias=false:hinting=false:autohint=false |
| URxvt.boldFont: xft:Terminus:bold:pixelsize=14:antialias=false:hinting=false:autohint=false, xft:Terminus (TTF) for Powerline:bold:pixelsize=16:antialias=false:hinting=false:autohint=false |

Github Terminus Code

commented Jan 28, 2013
Terminus Github Issues
Thanks finally that works for me (powerline in urxvt terminal). |
commented Mar 24, 2013
Does someone know how to get this running in uxterm? |
commented May 12, 2013
I don't get it running, copied the into ~/.fonts and ran fc-cache -vf and added the lines to my ~/.Xresources file but I don't get the symbols to work, do I have to change the name of the font in the config, as it doesn't match the name of the font files? please give me a hint |
commented May 26, 2019
I am trying to use terminus in chrome's ssh extension.
How did you create these tff files? I would like to follow your process and try for myself, but I don't know how to take the files here https://github.com/powerline/fonts/tree/master/Terminus and make tff files. Thanks! |
