📝 Made changes to espanso :test

This commit is contained in:
z3rOR0ne 2022-11-17 00:39:50 -08:00
parent 66f9890526
commit e53c3db9c9
2 changed files with 6 additions and 2 deletions

View file

@ -116,11 +116,14 @@ matches:
- trigger: ":clt"
replace: "console.table()"
- trigger: ":test"
replace: "test('', () => {\nexpect().()\n}\n)"
- trigger: ":inc"
replace: "#include"
- trigger: ":sh"
replace: "#!/bin/sh"
replace: "#!/usr/bin/env bash"
# Pings google dns server
- trigger: ":ping"

View file

@ -497,7 +497,8 @@ alias frontendmasters="librewolf https://frontendmasters.com/ &"
alias textbelt="librewolf https://textbelt.com/ &"
# create an email server backend using nodejs (& express...)
alias nodemailer="librewolf https://nodemailer.com/ &"
# simple fake REST API for testing purposes make http requests to stuff like /users etc.
alias jsonplaceholder="librewolf https://jsonplaceholder.typicode.com &"
# firebase alternatives (database as a service)
# postgres
alias supabase="librewolf https://supabase.com &"