Skip to content

Commit 34485f4

Browse files
committed
update readme
1 parent e845308 commit 34485f4

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/build-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths-ignore:
66
- .github/workflows/*
7+
- README.md
78
pull_request:
89

910
jobs:

.github/workflows/publish-action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ main ]
66
paths-ignore:
77
- .github/workflows/*
8+
- README.md
89
workflow_dispatch:
910

1011
jobs:

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# Flow.Launcher.Plugin.BrowserTabs
22
Search, open, and close browser tabs. A centralized plugin for managing all open tabs in your browser
3+
4+
### Usage
5+
- Activate tab via `Enter` / context menu `Shift + Enter` & select 'Switch to tab'
6+
- Close tab via `Ctrl + Enter` / context menu `Shift + Enter` & select 'Close tab'
7+
8+
### Note
9+
- Group tab search is yet supported
10+
- Searching tabs in a minimized Chrome window is yet available
11+
12+
You are very welcome to contribute these missing features [here](https://github.com/jjw24/BrowserTabs)

0 commit comments

Comments
 (0)