Github Terminus



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.

edit

This 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 the ArduinoJson file that you've have just downloaded.
  • For more information about Https connection, please visit here.

Github terminus

Arduino Instructions¶

  • Download the Free_Fonts.h header 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.

gistfile1.txt
Terminus
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 TerminusGithub terminusdb

Github Terminus Code

TerminusBold-Powerline.ttf
TerminusMedium-Powerline.ttf
TerminusMediumItalic-Powerline.ttf
Https://terminus2049.github.io/

commented Jan 28, 2013

Terminus Github Issues

Thanks finally that works for me (powerline in urxvt terminal).
I set antialias and hinting ON for backup font, otherwise it is like sawtooth on some special symbols.

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.
I used https://everythingfonts.com/ttf-to-woff2 to convert these fonts to woff2. It worked, but I experienced 2 issues:

  1. The powerline symbols were missing
  2. The fonts has a scanline between each row (as if each font is 1 pixel too short)

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!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment




Comments are closed.