Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ruedap/alfred-bootstrap-icons-workflow
- Owner: ruedap
- License: mit
- Created: 2020-08-29T05:12:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T19:24:43.000Z (18 days ago)
- Last Synced: 2024-10-22T12:27:11.558Z (18 days ago)
- Topics: alfred, alfred-workflow, alfred4, alfred4-workflow, bootstrap, bootstrap-icons, css, font-awesome, icons, svg, svg-icons, webfonts
- Language: TypeScript
- Homepage:
- Size: 58.4 MB
- Stars: 20
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.
## 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.
## 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