Skip to content

Commit

Permalink
Merge pull request #96 from jonamil/main
Browse files Browse the repository at this point in the history
Add `sf-symbols` package
  • Loading branch information
smeech authored Jun 1, 2024
2 parents ea6337c + ee681e3 commit 1c90086
Show file tree
Hide file tree
Showing 3 changed files with 27,260 additions and 0 deletions.
24 changes: 24 additions & 0 deletions packages/sf-symbols/0.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), a preview of each symbol is 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/0.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: 0.1.0
author: jonamil
tags:
- "apple"
- "sf"
- "symbols"
- "icons"
- "glyphs"
- "font"
- "macos"
- "ios"
- "system"
- "design"
Loading

0 comments on commit 1c90086

Please sign in to comment.