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
| " Vim syntax file | |
| " Maintained at https://gist.github.com/Omnikron13/8cf68e947fe2d7f1bc73ed46661e9561 | |
| " Language: SQLite | |
| " Maintainer: Joey Sabey <joey.sabey@gmx.com> | |
| " Contributor: Martin Fixman <martinfixman at gmail dot com> | |
| " Last Change: 2019-09-19 | |
| " Version: 0.4 | |
| " Updated for SQLite v3.29.0 | |
| " Description: List of keywords used by SQLite. |
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
| # Maintainer: Joey Sabey <joey.sabey@gmx.com> | |
| # Contributor: zach <zach {at} zach-adams {dot} com> | |
| # Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de> | |
| pkgname=gtk-theme-solarc-git | |
| _pkgname=solarc-theme | |
| _pkgauthor=schemar | |
| _gnomeversion=3.32 | |
| pkgver=817.3e68bc0 | |
| pkgrel=1 |
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
| # Maintainer: Joey Sabey <joey.sabey@gmx.com> | |
| pkgname=solarc-gtk-theme | |
| _reponame=solarc-theme | |
| _pkgname=${_reponame} | |
| _pkgauthor=schemar | |
| pkgver=2.0.0 | |
| pkgrel=1 | |
| pkgdesc="A flat theme with transparent elements. Based on the Arc theme: https://github.com/NicoHood/arc-theme" | |
| arch=('any') |
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
| # Maintainer: Joey Sabey <joey.sabey@gmx.com> | |
| pkgname=solarc-solid-gtk-theme | |
| _reponame=solarc-theme | |
| _pkgname=${_reponame}-solid | |
| _pkgauthor=schemar | |
| pkgver=2.0.0 | |
| pkgrel=1 | |
| pkgdesc="A flat theme without transparent elements. Based on the Arc theme: https://github.com/NicoHood/arc-theme" | |
| arch=('any') |
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
| ^(?:(?:\d|[1-9]\d|1\d{2}|2[0-4]\d+|25[0-5])\.){3}(?:\d|[1-9]\d|1\d{2}|2[0-4]\d+|25[0-5])(?:\/(?:[0-9]|[1-2]\d|3[0-2]))?$ |
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
| # Prints out a much more condensed output than the uptime command, intended for | |
| # use in things like status bars where space is a big restriction. | |
| function uptime-short | |
| # Extract a single unit (minutes/hours/days/weeks) from 'uptime -p' string | |
| # Arguments: uptime string, unit to extract | |
| function extract | |
| # 'uptime -p' omits units entirely if they are 0... | |
| set -l X (string match --regex "\d+(?= $argv[2])" "$argv[1]") | |
| # ...so we have to put the actual 0 back in if we want to do maths | |
| if test $X |
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
| [{"name":"Octicons","ranges":[{"first":62464,"last":62771},{"first":9829,"last":9829},{"first":9889,"last":9889}]},{"name":"IEC Power Symbols","ranges":[{"first":9211,"last":9214},{"first":11096,"last":11096}]},{"name":"Pomicons","ranges":[{"first":57344,"last":57354}]},{"name":"Powerline Symbols","ranges":[{"first":57504,"last":57506},{"first":57520,"last":57523}]},{"name":"Powerline Extra Symbols","ranges":[{"first":57507,"last":57507},{"first":57524,"last":57544},{"first":57546,"last":57546},{"first":57548,"last":57559}]},{"name":"Font Awesome Extension","ranges":[{"first":57856,"last":58025}]},{"name":"Weather Icons","ranges":[{"first":58112,"last":58339}]},{"name":"Seti-UI + Custom","ranges":[{"first":58874,"last":59061}]},{"name":"Devicons","ranges":[{"first":59136,"last":59333}]},{"name":"Codicons","ranges":[{"first":60000,"last":60446}]},{"name":"Font Awesome","ranges":[{"first":60672,"last":61390},{"first":61440,"last":62207}]},{"name":"Font Logos/Font Linux","ranges":[{"first":62208,"last":62322}]}, |
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
| # Merged with official ABS gnupg PKGBUILD by João, 2021/07/23 (all respective contributors apply herein) | |
| # Maintainer: João Figueiredo & chaotic-aur <islandc0der@chaotic.cx> | |
| # Contributor: Stephanie Wilde-Hobbs <git@stephanie.is> | |
| # Contributor: Levente Polyak <anthraxx[at]archlinux[dot]org> | |
| # Contributor: Lukas Fleischer <lfleischer@archlinux.org> | |
| # Contributor: Lex Black <autumn-wind at web dot de> | |
| # Contributor: alphazo@gmail.com | |
| # Contributor: Gaetan Bisson <bisson@archlinux.org> | |
| # Contributor: Tobias Powalowski <tpowa@archlinux.org> | |
| # Contributor: Andreas Radke <andyrtr@archlinux.org> |
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
| # Maintainer: Joey Sabey <joey.sabey@gmx.com> | |
| pkgname=gopad-git | |
| procname=gopad | |
| provides=("${procname}") | |
| pkgver=c84fd37 | |
| pkgrel=1 | |
| pkgdesc="simple terminal-based text editor written in Go and inspired mostly by nano" | |
| arch=('any') | |
| url="https://github.com/gopad-dev/${pkgname%-git}" |
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
| #!/usr/bin/env bash | |
| # overview.sh - Provides an overview of Rust crates in a directory. | |
| # | |
| # This script scans a directory for Rust crates (identified by Cargo.toml files), | |
| # extracts relevant information from the Cargo.toml files (name, description, author), | |
| # and displays it in a formatted, color-coded output. | |
| # | |
| # The script uses 'fd' to find Cargo.toml files and 'ripgrep' to extract information | |
| # from them. It is designed to be run from the root of a directory containing |
OlderNewer