This commit is contained in:
JMARyA 2024-03-17 18:05:36 +01:00
parent 9aadfafe1b
commit 12a6232ac7
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#!/bin/bash
mdq -c file.path --noheader . | while IFS= read -r md; do
mdlint --ignore-missing-frontmatter "schema.json" "$md"
mdlint --ignore-missing-frontmatter "schema.json" "$md" ||exit 1
done

View file

@ -5,7 +5,8 @@ os:
- linux
- windows
repo: https://github.com/alacritty/alacritty
website: https://alacritty.org/
website: https://alacritty.org
rev: break
---
# Alacritty
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, [Linux](../../linux/Linux.md), [macOS](../../macos/macOS.md) and [Windows](../../windows/Windows.md).