📝 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"
|
||||
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"
|
||||
|
|
|
|||
3
aliases
3
aliases
|
|
@ -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 &"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue