Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pasela/alfred-chrome-history
Alfred workflow for Chrome history
https://github.com/pasela/alfred-chrome-history
alfred alfred-workflow go golang
Last synced: 24 days ago
JSON representation
Alfred workflow for Chrome history
- Host: GitHub
- URL: https://github.com/pasela/alfred-chrome-history
- Owner: pasela
- License: mit
- Created: 2018-10-18T10:46:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T05:49:24.000Z (over 1 year ago)
- Last Synced: 2024-08-01T02:30:24.458Z (4 months ago)
- Topics: alfred, alfred-workflow, go, golang
- Language: Go
- Size: 2.52 MB
- Stars: 44
- Watchers: 5
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: history/history.go
- License: LICENSE
Awesome Lists containing this project
README
# alfred-chrome-history
Search Chrome history from Alfred and open in browser.
## Features
- Search Chrome history (title and URL)
- Support another Chrome profile## Installation
Clone and `make dist` or just download [binary releases](https://github.com/pasela/alfred-chrome-history/releases).
```sh
git clone https://github.com/pasela/alfred-chrome-history.git
cd alfred-chrome-history
make dist
open alfred-chrome-history.alfredworkflow
```## Usage
in Alfred:
```
ch {query}
```## Use another Chrome profile
1. Open workflow `Chrome History` in Alfred Workflows tab.
2. Open Workflow Configuration dialog by upper right side button.
3. Set `CHROME_PROFILE` variable with your Chrome profile directory name or path such as `Profile 1`.## License
MIT
## Author
Yuki (a.k.a. pasela)