[精讚] [會員登入]
64

how to adjust text line spacing on macos terminal

it's a annoying detail while generating qrcode on terminal

分享此文連結 //n.sfs.tw/15624

分享連結 how to adjust text line spacing on macos terminal@der amateur
(文章歡迎轉載,務必尊重版權註明連結來源)
2022-03-02 22:02:31 最後編修
2022-03-02 21:59:19 By
 

recently I used the qrencode tool to generate qrcode for wireguard vpn tunnel configuration importing,

everything is fine while using qrencode tool on ubuntu terminal,

but the text line spacing is annoying on macos terminal,

in default settings, macos set the line spacing for 1 line,

sounds good, right?

however, if you ran qrencode tool on it,

the result will look like below,

as you can see, the space between text lines are enormous,

nearly made the qrcode unable to be read,

so I did some searching on internet,

here's the resulution,

opens the terminal preferences on macos,

goes to font section, clicks on the [chage] button next to the font name like this,

 

adjusts the line spacing bar to make the spaces between lines are smaller than 1 line

my situation is set to 0.78

 

then everything looks smoothly again,

just like that!

reference on stack exchange: https://superuser.com/questions/350821/how-can-i-change-the-line-height-in-terminal-osx

 

END

你可能感興趣的文章

how to rename git branch rename git branch

import csv into jira to create mass issues import csv into jira to create mass issues

how to modify a service's ulimits on host OS modify ulimits

packages before adding as module into Intellij IDEA project, need to handle git repostory first. if you wish doing VCS for your code packages, do git setup first, before adding them into Intellij IDEA

how to adjust text line spacing on macos terminal it's a annoying detail while generating qrcode on terminal

JIRA instance migration phase3: upgrading jira trying to upgrade jira from 7.6.1 to 8.x

我有話要說

>>

限制:留言最高字數1000字。 限制:未登入訪客,每則留言間隔需超過10分鐘,每日最多5則留言。

訪客留言

[無留言]

隨機好文

to implement a difference function, which subtracts one list from another and returns the result. Description: Your goal in this kata is to implement a differ