alfred-bootstrap-icons-workflow icon indicating copy to clipboard operation
alfred-bootstrap-icons-workflow copied to clipboard

🎩 Bootstrap Icons workflow for Alfred

Bootstrap Icons workflow for Alfred

Latest Version License

You can incrementally search for Bootstrap Icons and paste it to front most app.

screencast

Installation

Download Bootstrap-Icons.alfredworkflow and import to Alfred (requires Powerpack).

The current supported version is Bootstrap Icons 1.5.0. Previous versions are available here.

macOS Catalina refuses to run unsigned binaries by default

There are a few ways to allow such programs to run.
See: https://github.com/ruedap/alfred-bootstrap-icons-workflow/issues/1

Usage

Keyword bi: Search through Bootstrap Icons.

  • Enter: Paste SVG code (e.g. code below)
<svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-arrow-up-right-circle" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
  <path fill-rule="evenodd" d="M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/>
  <path fill-rule="evenodd" d="M5.172 10.828a.5.5 0 0 0 .707 0l4.096-4.096V9.5a.5.5 0 1 0 1 0V5.525a.5.5 0 0 0-.5-.5H6.5a.5.5 0 0 0 0 1h2.768l-4.096 4.096a.5.5 0 0 0 0 .707z"/>
</svg>

Options

Disable pasting: Turn off "Automatically paste to front most app" in Workflow's Preferences.

Disable pasting

Development

$ npm i
$ npm t
$ npm run build
$ npm run open

License

Released under the MIT license.

Author

ruedap