https://github.com/pfefferle/dash-openwebicons
An "OpenWeb Icons" Dash.app cheatsheet
https://github.com/pfefferle/dash-openwebicons
dash docset openweb-icons openwebicons
Last synced: about 1 year ago
JSON representation
An "OpenWeb Icons" Dash.app cheatsheet
- Host: GitHub
- URL: https://github.com/pfefferle/dash-openwebicons
- Owner: pfefferle
- Created: 2015-06-25T19:12:54.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2022-03-24T11:00:14.000Z (over 4 years ago)
- Last Synced: 2025-02-10T07:43:49.021Z (over 1 year ago)
- Topics: dash, docset, openweb-icons, openwebicons
- Language: HTML
- Homepage: https://pfefferle.dev/openwebicons/
- Size: 1.21 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dash-openwebicons
dash-openwebicons is a docset for [Dash.app][] containing the latest [OpenWeb Icons] Cheatsheet.

## Installing
Install by opening Dash.app preferences, switch to `Downloads`, click `+`, and enter the feed URL
`https://raw.githubusercontent.com/pfefferle/dash-openwebicons/master/openwebicons.xml`.
## Build
To rebuild or update this docset run the following commands in the following order:
1. checkout the [OpenWeb Icons] font: `$ git clone git://github.com/pfefferle/openwebicons.git`
1. install cheatset `$ sudo gem install cheatset`
1. run `$ cheatset generate openwebicons.rb` to build new docset
1. `$ sh pack.sh` to build the tgz file for a new release
or run the grunt task!
## Changelog
### 1.1.0
* updated to version 1.4.0
### 1.0.0
* initial version
## Thanks
[OpenWeb Icons]: https://pfefferle.github.io/openwebicons
[Dash.app]: http://kapeli.com/dash
[open an issue]: https://github.com/pfefferle/dash-openwebicons/issues
[`pack.sh`]: https://github.com/pfefferle/dash-openwebicons/blob/master/pack.sh