This file contains 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
<script> | |
import { onMount } from 'svelte'; | |
import { createEditor, EditorContent } from 'svelte-tiptap'; | |
import BulletList from '@tiptap/extension-bullet-list' | |
import Document from '@tiptap/extension-document' | |
import ListItem from '@tiptap/extension-list-item' | |
import Paragraph from '@tiptap/extension-paragraph' | |
import Text from '@tiptap/extension-text' |
This file contains 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
for f in *.md; do | |
mv "$f" "$(echo "$f" | tr "_" "-")" | |
done |
This file contains 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
%global cli_cmd tb | |
Name: {{{ git_cwd_name name="toolboxcutter" }}} | |
Version: {{{ git_cwd_version lead="$(git tag | sed -n 's/^v//p' | sort --version-sort -r | head -n1)" }}} | |
Release: 1%{?dist} | |
Summary: A script to automate use of toolbox | |
License: MIT | |
URL: https://github.com/jcrd/toolboxcutter | |
VCS: {{{ git_cwd_vcs }}} |
This file contains 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
Name: {{{ git_cwd_name name="clight" }}} | |
Version: {{{ git_cwd_version lead="$(git tag | sed -n 's/^v//p' | sort --version-sort -r | head -n1)" }}} | |
Release: 1%{?dist} | |
Summary: A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient brightness. | |
License: GPL-3.0 | |
URL: https://github.com/FedeDP/clight | |
VCS: {{{ git_cwd_vcs }}} | |
Source0: {{{ git_cwd_pack }}} |
This file contains 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
Name: Clight | |
Version: 4.9 | |
Release: 1%{?dist} | |
Summary: A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient brightness. | |
License: GPL-3.0 | |
URL: https://github.com/FedeDP/clight | |
Source0: https://github.com/FedeDP/Clight/archive/refs/tags/4.9.tar.gz | |
BuildRequires: cmake |
This file contains 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
Name: Clight | |
Version: 4.9 | |
Release: 1%{?dist} | |
Summary: A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient brightness. | |
License: GPL-3.0 | |
URL: https://github.com/FedeDP/clight | |
Source0: https://github.com/FedeDP/Clight/archive/refs/tags/4.9.tar.gz | |
BuildRequires: cmake |
This file contains 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
Name: cheatsheet | |
Version: 0.1.0 | |
Release: 1%{?dist} | |
Summary: A command-line cheatsheet for the command-line | |
License: MIT | |
URL: https://github.com/atlasamerican/cheatsheet | |
Source0: https://github.com/atlasamerican/cheatsheet/archive/refs/tags/v0.1.0.tar.gz | |
Requires: git |
This file contains 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
[Unit] | |
Description=Lock X session with i3lock | |
Documentation=man:i3lock(1) | |
PartOf=graphical-session.target | |
[Service] | |
ExecStart=/usr/bin/i3lock -n | |
ExecStopPost=/usr/bin/sessionctl unlock | |
[Install] |
This file contains 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
%global pypi_name hid | |
%global pypi_version 1.0.5 | |
Name: python-%{pypi_name} | |
Version: %{pypi_version} | |
Release: 1%{?dist} | |
Summary: ctypes bindings for hidapi | |
License: MIT | |
URL: https://pypi.org/project/hid/ |
This file contains 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
# Headless is editor binary to run without X11, e.g. for exporting games from CLI | |
%bcond_without headless | |
# Server is template (optimized, no tools) binary to run multiplayer servers | |
%bcond_without server | |
# Undefine for stable | |
#define prerel 1 | |
%define status stable | |
%define uversion %{version}-%{status} |
NewerOlder