Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sf-symbols package #96

Merged
merged 2 commits into from
Jun 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions packages/sf-symbols/1.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# SF Symbols

An Espanso package to insert Apple’s [SF Symbols](https://developer.apple.com/sf-symbols/), which are part of the [SF Pro System Font](https://developer.apple.com/fonts/) used within Apple’s platforms.

The package currently includes the 5,359 symbols available in SF Symbols Version 5.2 (macOS 14.2+, iOS 17.2+).

## Installation

```
espanso install sf-symbols
espanso restart
```

## Triggers

### Selection Dialog

A selection dialog containing all SF Symbols can be triggered through `:sf:`. On macOS (where this package is primarily useful), previews of the symbols are visible within the dialog.

Where provided by Apple, search keywords are appended to symbols’ names to make searching easier.

### Individual Symbols

Individual symbols can be inserted using `:sf.name.of.symbol:`. For example, the `checkmark.square` symbol is triggered through `:sf.checkmark.square:`. In cases where a symbol has alternate or deprecated names, all of these names are available as a trigger.
16 changes: 16 additions & 0 deletions packages/sf-symbols/1.0/_manifest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "sf-symbols"
title: "SF Symbols"
description: Symbols/Icons from Apple’s San Francisco (SF Pro) system font
version: 1.0
author: jonamil
tags:
- "apple"
- "sf"
- "symbols"
- "icons"
- "glyphs"
- "font"
- "macos"
- "ios"
- "system"
- "design"
Loading