- Entrar no modo
VISUAL
e selecionar o texto todo. y
- Entrar no modo
VISUAL
e selecionar o texto todo.
f=matroska pix_fmt=bgra acodec=aac vcodec=ffv1 qscale=%quality ab=%audiobitrate+'k' |
module.exports = { | |
content: ['**/*.pug'] | |
} |
# If you come from bash you might have to change your $PATH. | |
export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH="/home/gabriel/.oh-my-zsh" | |
# Set name of the theme to load --- if set to "random", it will | |
# load a random theme each time oh-my-zsh is loaded, in which case, | |
# to know which specific one was loaded, run: echo $RANDOM_THEME | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
app.listen(process.env.PORT, () => { | |
cfonts.say('edb', { | |
font: 'block', | |
colors: ['white', 'gray'] | |
}) | |
cfonts.say(`Servidor EDB funcionando na porta: ${process.env.PORT}`, { | |
font: 'console', | |
colors: ['black'], | |
background: 'green' | |
}) |
{ | |
"scripts": { | |
"cpd": "jscpd ./src -r html -o ./jscpd-report/src" | |
} | |
} |