Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isabelroses/userstyles-utils
https://github.com/isabelroses/userstyles-utils
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isabelroses/userstyles-utils
- Owner: isabelroses
- License: mit
- Created: 2024-02-26T15:27:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-26T16:58:45.000Z (9 months ago)
- Last Synced: 2024-10-10T13:44:04.720Z (2 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Userstyles Utils
A small collection of utilities for development on catppuccin/userstyles.### Table of contents
- [Local utilities](#local-utilities)
- [Usage](#usage)
- [Dependencies](#dependencies)
- [External utilities](#external-utilities)### Local utilities
- [count](./src/count.sh) - A fetch style script to collect data on userstyles as a whole
- [missing](./src/missing.sh) - Find missing elements in userstyles metadata
- [umeta](./src/umeta.sh) - Quickly userstyles metadata
- [who](./src/who.sh) - Find out quickly who is the maintainer is#### Usage
I advise against installing these scripts golbally, and highly recommend you download them on a need-to-use basis.
Or you can run it via nix:
```sh
nix run github:isabelroses/userstyles-utils#
```#### Dependencies
- [yq](https://github.com/mikefarah/yq)
- [curl](https://curl.se/)
- [gum](https://github.com/charmbracelet/gum)
- [coreutils](https://www.gnu.org/software/coreutils/)### External utilities
- [Userstyles importer](https://github.com/uncenter/catppuccin-all-userstyles-import) - Quickly import userstyles
- [The userstyles helper](https://github.com/uncenter/ctp-userstyles-helper) - Make reviewing new userstyles easier