Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ruedap/alfred-bootstrap-icons-workflow

🎩 Bootstrap Icons workflow for Alfred
https://github.com/ruedap/alfred-bootstrap-icons-workflow

alfred alfred-workflow alfred4 alfred4-workflow bootstrap bootstrap-icons css font-awesome icons svg svg-icons webfonts

Last synced: 8 days ago
JSON representation

🎩 Bootstrap Icons workflow for Alfred

Awesome Lists containing this project

README

        

# Bootstrap Icons workflow for Alfred

[![Latest Version](http://img.shields.io/github/release/ruedap/alfred-bootstrap-icons-workflow.svg?style=flat-square)](https://github.com/ruedap/alfred-bootstrap-icons-workflow/releases/latest)
[![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/ruedap/alfred-bootstrap-icons-workflow/blob/main/LICENSE.md)

You can incrementally search for [Bootstrap Icons](https://icons.getbootstrap.com/) and paste it to front most app.

screencast

## Installation

Download **[Bootstrap-Icons.alfredworkflow](https://github.com/ruedap/alfred-bootstrap-icons-workflow/releases/latest)** and import to [Alfred](http://www.alfredapp.com/) (requires Powerpack).

The current supported version is **Bootstrap Icons 1.5.0**. Previous versions are available [here](https://github.com/ruedap/alfred-bootstrap-icons-workflow/releases).

### 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](https://icons.getbootstrap.com/).

- `Enter`: Paste SVG code (e.g. code below)

```html


```

- `Option + Enter`: Paste icon name (e.g. `arrow-up-right-circle`)
- `Command + Enter`: Open icon page in browser (e.g. )

## Options

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

Disable pasting

## Development

```sh
$ npm i
$ npm t
$ npm run build
$ npm run open
```

## License

Released under the [MIT license](http://ruedap.mit-license.org/2015).

## Author

ruedap