Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pasela committed Oct 19, 2018
1 parent 8ec6a8d commit b45e53a
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
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)

0 comments on commit b45e53a

Please sign in to comment.