- Mover linea - Alt + ↑ / ↓
- Copiar linea - Shift + Alt + ↑ / ↓
- Seleccionar siguiente aparición - Ctrl + D
- Seleccionar todas las apariciones - Ctrl + Shift + L
- Crear múltiples cursores - Ctrl + Alt+ ↑ / ↓
- Selección multiple - Alt + Click
- Mover bloque - Seleccionar . Alt + ↑ / ↓
- Copiar bloque - Seleccionar . Shift + Alt + ↑ / ↓
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # SETUP # | |
| DOMAIN=example.com | |
| PROJECT_REPO="git@github.com:example.com/app.git" | |
| AMOUNT_KEEP_RELEASES=5 | |
| RELEASE_NAME=$(date +%s--%Y_%m_%d--%H_%M_%S) | |
| RELEASES_DIRECTORY=~/$DOMAIN/releases | |
| DEPLOYMENT_DIRECTORY=$RELEASES_DIRECTORY/$RELEASE_NAME | |
| # stop script on error signal (-e) and undefined variables (-u) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const axios = require("axios"); | |
| let lastIndexMovement = 0; | |
| const TELEGRAM_BOTID = ""; | |
| const TELEGRAM_CHATID = ""; | |
| class Telegram { | |
| sendTelegramMessage(message) { | |
| const botId = TELEGRAM_BOTID; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # Installs Laravel Sail into an existing project | |
| # The official Laravel Sail docs[1] provide instructions for installing Sail | |
| # into an existing PHP application. But the official method requires invoking | |
| # Composer locally. Part of Sail's appeal is that it removes the need to | |
| # install PHP on your host machine. | |
| # This script is lifted from laravel.build[2], and thus uses the same method |
We did it! We broke gist.github.com ;) So head over to the new home! Thank you all!
2021.10.20: https://github.com/AveYo/MediaCreationTool.bat now open for interaction
Not just an Universal MediaCreationTool wrapper script with ingenious support for business editions,
A powerful yet simple windows 10 / 11 deployment automation tool as well!
