Default keyboard shortcuts for Ghostty terminal emulator. Platform-specific differences are noted where applicable.
| Action | Windows/Linux | macOS |
|---|---|---|
| New window | Ctrl+Shift+N | Cmd+N |
| Close window | Alt+F4 | Cmd+Shift+W |
| <script setup lang="ts"> | |
| import { StoryData } from '@storyblok/vue/dist'; | |
| const route = useRoute(); | |
| const isPreview = !!(route.query._storyblok && route.query._storyblok !== ''); | |
| const version = isPreview ? 'draft' : 'published'; | |
| const story = ref({} as StoryData); |
Can be used for streaming data (webcam or screen capture) from the Windows to WSL
Run from a WSL terminal
ip route list default | awk '{print $3}'| <?php | |
| /** | |
| * Get either a gravatar URL or a complete image tag for a specified email | |
| * | |
| * @param string $sEmail The email address | |
| * @param string $sSize The size on pixels, defaults to 80px [ 1 - 2048 ] | |
| * @param string $sDefault Default imageset to use [ 404 | mp | identicon | monsterid | wavatar ] | |
| * @param string $sRating Maximum rating (inclusive) [ g | pg | r | x ] | |
| * @param boolean $bImg True to return the complete img-tag, false for just the URL |
Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.
$/
artifacts/
build/
docs/
lib/
packages/
samples/
src/
tests/