@nasc/termtools
Version:
Easy to customize, uses the power of both JavaScript and Bash to add a bunch of _aliases_ and extra funcionality for your bash profile.
21 lines (13 loc) • 648 B
JavaScript
const colors = require('./colors')
const writeInBox = require('./box.js')
console.log(`
Can you see the two "arrow symbols" inside the box bellow?
${writeInBox('\n \n').join('\n ')}
If you can't, don't worry! I help you!"
Go to your terminal Profile Settings, select Text, and in font family/face, find the font named:"
"${colors.bold("Droid Sans Mono for Powerline Plus Nerd File Types Mono")}"
(you can filter it by \"Plus Nerd\" to find it more easily)"
You can re-run this test at any time by running
${writeInBox(" $ termtools check ").join('\n ')}
`)