All Projects → Cloudstek → alfred-hugo

Cloudstek / alfred-hugo

Licence: BSD-2-Clause license
Alfred workflow bindings for NodeJS

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to alfred-hugo

alfred-timing
⏳ Alfred workflow for Timing app
Stars: ✭ 21 (+23.53%)
Mutual labels:  alfred, alfred-workflow, alfy
alfred-currency-conversion
Alfred 4 Workflow - See foreign exchange rates and currency conversion
Stars: ✭ 149 (+776.47%)
Mutual labels:  alfred, alfred-workflow, alfy
alfred-jira-search
Alfred Workflow to quickly search through Jira issues 🔎
Stars: ✭ 23 (+35.29%)
Mutual labels:  alfred, alfred-workflow, alfy
alfred-caniuse
Quickly reference caniuse.com support tables using Alfred 3.
Stars: ✭ 16 (-5.88%)
Mutual labels:  alfred, alfred-workflow, alfy
Alfy
Create Alfred workflows with ease
Stars: ✭ 2,232 (+13029.41%)
Mutual labels:  alfred, alfred-workflow, alfy
alfred bluetooth controller
Alfred workflow for managing bluetooth settings and -connections
Stars: ✭ 63 (+270.59%)
Mutual labels:  alfred, alfred-workflow
alfred-urban-dictionary
Search Urban Dictionary from Alfred.
Stars: ✭ 53 (+211.76%)
Mutual labels:  alfred, alfred-workflow
alfred-last2imgur
Alfred workflow to upload the last screenshot taken to Imgur + (delete and minify image)
Stars: ✭ 15 (-11.76%)
Mutual labels:  alfred, alfred-workflow
alfred-ip-address-workflow
Alfred 5 workflow for getting your local and external IP addresses.
Stars: ✭ 163 (+858.82%)
Mutual labels:  alfred, alfred-workflow
alfred-mac-osx-sharing
Alfred workflow to use Mac OS X sharing services
Stars: ✭ 19 (+11.76%)
Mutual labels:  alfred, alfred-workflow
wipfred
🚧Manage your wip.chat todos with alfred
Stars: ✭ 23 (+35.29%)
Mutual labels:  alfred, alfred-workflow
alfred-qiita-workflow
Qiita on Alfred
Stars: ✭ 57 (+235.29%)
Mutual labels:  alfred, alfred-workflow
alfred-jira-search
An Alfred workflow to search for Jira tickets
Stars: ✭ 26 (+52.94%)
Mutual labels:  alfred, alfred-workflow
alfred-chrome-history
Alfred workflow for Chrome history
Stars: ✭ 35 (+105.88%)
Mutual labels:  alfred, alfred-workflow
alfred-r
#rstats Alfred workflow
Stars: ✭ 36 (+111.76%)
Mutual labels:  alfred, alfred-workflow
Efficient-office
Alfred-Workflows,Vim,Script,Mac
Stars: ✭ 36 (+111.76%)
Mutual labels:  alfred, alfred-workflow
i-sheet-you-not
Automagically turn Excel spreadsheets into Alfred 3 Workflows
Stars: ✭ 67 (+294.12%)
Mutual labels:  alfred, alfred-workflow
alfred-night-shift
🌝 Alfred 3 workflow to toggle night shift
Stars: ✭ 18 (+5.88%)
Mutual labels:  alfred, alfred-workflow
adb-alfred
adb alfred - all in one
Stars: ✭ 60 (+252.94%)
Mutual labels:  alfred, alfred-workflow
alfred-passwords-workflow
An Alfred 4 workflow that allows you to quickly generate strong passwords.
Stars: ✭ 42 (+147.06%)
Mutual labels:  alfred, alfred-workflow

Hugo

CircleCI Coverage Status Open Issues npm GitHub GitHub stars

Hugo is a script filter framework for your Alfred workflows. It can handle fetching and caching data, configuration storage, checking for updates and much much more. But I suppose you can use it for other purposes in your workflow as well 🤷‍♂️

Highlights

  • Written in Typescript
  • Well tested 👍
  • Built-in cache and configuration storage
  • Advanced filtering of items using Fuse.js 🔍
  • Fetch (JSON) from REST API's using Axios 🌎
  • Update notifications 📫

Getting started

Prerequisites

Installing

Hugo can be installed using Yarn or NPM:

$ yarn add alfred-hugo
$ npm install --save alfred-hugo

Writing your script filter

Please see the docs for documentation and examples on how to use Hugo to write your script filters.

Publishing your workflow to NPM

To publish your workflow to NPM, set up the postinstall and preuninstall scripts in your package.json as follows to automatically add your workflow to Alfred.

{
  "name": "alfred-unicorn",
  "scripts": {
    "postinstall": "hugo-link",
    "preuninstall": "hugo-unlink"
  }
}

People can now install your package globally like this:

$ npm install -g my-alfred-package

Workflows using Hugo

List of Alfred workflows using Hugo.

  • alfred-atom - Alfred workflow to browse and open Atom projects

Feel free to submit your own by opening an issue or submitting a pull request.

Contributing

See CONTRIBUTING for more info about how to contribute.

Authors

Contributors

License

BSD-2-Clause license, see LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].