https://github.com/benziahamed/golink
A link bookmarking workflow for Alfred
https://github.com/benziahamed/golink
alfred3-workflow swift5
Last synced: about 2 months ago
JSON representation
A link bookmarking workflow for Alfred
- Host: GitHub
- URL: https://github.com/benziahamed/golink
- Owner: BenziAhamed
- Created: 2020-01-30T14:51:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-30T15:10:48.000Z (over 5 years ago)
- Last Synced: 2025-03-31T22:11:29.599Z (3 months ago)
- Topics: alfred3-workflow, swift5
- Language: Swift
- Size: 194 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GoLink
An [Alfred app](https://www.alfredapp.com) workflow to create and manage bookmarks.
## Adding a bookmark
Typing `go Google Home Page www.google.com` will create a bookmark titled `Google Home Page`.
## Searching a bookmark
The following actions will return your `Google Home Page` result as a bookmark:
- Typing `go google`
- Typing `go ghp`
- Typing `go gpage`Anchored text searches are fully supported.
## Deleting a bookmark
`Cmd` + `click` on an Alfred result item after typing `go ` or `go `.
## Download
[Download](https://github.com/BenziAhamed/golink/raw/master/golink.workflow.zip)
## Troubleshooting
### This does not work on Catalina!
Pretty sure you might face some issues; if so, refer this [issue with another one of my workflows](https://github.com/BenziAhamed/Menu-Bar-Search/issues/4) for a possible workaround. I don't have Catalina at the moment; I _may_ eventually code sign this.