https://github.com/vmitchell85/logos-alfred-workflow
A Logos workflow for Alfred
https://github.com/vmitchell85/logos-alfred-workflow
Last synced: 8 months ago
JSON representation
A Logos workflow for Alfred
- Host: GitHub
- URL: https://github.com/vmitchell85/logos-alfred-workflow
- Owner: vmitchell85
- Created: 2019-11-12T03:53:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T11:21:20.000Z (over 3 years ago)
- Last Synced: 2025-02-02T01:41:25.632Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 55.8 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Logos for Alfred
A quick little workflow to open verses in Alfred.
## Installation
1. [Download the latest version](https://github.com/vmitchell85/logos-alfred-workflow/releases/download/1.0/Logos1.0.0.alfredworkflow)
2. Install the workflow by double-clicking the `.alfredworkflow` file
3. The Import window will appear and allow you to add the workflow to a category and set your PreferredBible (see below)
4. Click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.
## Preferred Bible
When installing this workflow you can set your Preferred Bible. This will allow you to use the `bible` keyword. This value corresponds to the translations available in Logos. Known values are `NASB95`, `ESV`, `NIV`, `NLT`, `NKJV`. Others may work but are unknown at this time.
**NOTE: If you leave this blank the `bible` keyword will not work properly**

### Updating
It is possible to update your preferred Bible after importing the workflow (see below)

## Usage
Type any of the translation or command keywords available below followed by a "search term"
**Examples:**
- `l Commentary` : Searches your Logos library for "Commentary"
- `lb steward` : Searches Logos Bibles for "steward"
- `lm temple` : Searches Logos Media for "temple"
- `bible Ps 119` : Opens your Preferred Bible (see above) to Psalm 119
- `nasb Matt 28:18` : Opens the NASB to Matthew 18:18
- `niv Rev 3:20` : Opens the NIV Bible to Revelation 3:20
- `esv Jn 3:16` : Opens the ESV Bible to John 3:16
- `nlt rom 8` : Opens the NLT Bible to Romans 8
## Commands Available
- `lopen {search term}` - Lists resources that match your term, opens Logos to the selected item
- `l {search term}` - Opens Logos to a search using your term
- `lb {search term}` - Opens Logos Bibles to a search using your term
- `lm {search term}` - Opens Logos Media to a search using your term
- `bible {passage}` - Opens your Preferred Bible (see above) to the specified passage
## Translations Available
- `nasb {passage}` - New American Standard Bible (1995)
- `esv {passage}` - English Standard Version
- `niv {passage}` - New International Version (1984)
- `nlt {passage}` - New Living Translation
- `nkjv {passage}` - New Kings James Version
**Open an [issue](https://github.com/vmitchell85/logos-alfred-workflow/issues) here on github for requests.**