📝 Made changes to espanso :test
This commit is contained in:
parent
66f9890526
commit
e53c3db9c9
2 changed files with 6 additions and 2 deletions
|
|
@ -116,11 +116,14 @@ matches:
|
||||||
- trigger: ":clt"
|
- trigger: ":clt"
|
||||||
replace: "console.table()"
|
replace: "console.table()"
|
||||||
|
|
||||||
|
- trigger: ":test"
|
||||||
|
replace: "test('', () => {\nexpect().()\n}\n)"
|
||||||
|
|
||||||
- trigger: ":inc"
|
- trigger: ":inc"
|
||||||
replace: "#include"
|
replace: "#include"
|
||||||
|
|
||||||
- trigger: ":sh"
|
- trigger: ":sh"
|
||||||
replace: "#!/bin/sh"
|
replace: "#!/usr/bin/env bash"
|
||||||
|
|
||||||
# Pings google dns server
|
# Pings google dns server
|
||||||
- trigger: ":ping"
|
- trigger: ":ping"
|
||||||
|
|
|
||||||
3
aliases
3
aliases
|
|
@ -497,7 +497,8 @@ alias frontendmasters="librewolf https://frontendmasters.com/ &"
|
||||||
alias textbelt="librewolf https://textbelt.com/ &"
|
alias textbelt="librewolf https://textbelt.com/ &"
|
||||||
# create an email server backend using nodejs (& express...)
|
# create an email server backend using nodejs (& express...)
|
||||||
alias nodemailer="librewolf https://nodemailer.com/ &"
|
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)
|
# firebase alternatives (database as a service)
|
||||||
# postgres
|
# postgres
|
||||||
alias supabase="librewolf https://supabase.com &"
|
alias supabase="librewolf https://supabase.com &"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue