-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# 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) |