Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 11, 2023
1 parent d167689 commit 9066282
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
os: mac
-

get password <user.text>: user.get_password(text)
get password <user.text>: user.get_password(text)
5 changes: 3 additions & 2 deletions apps/1password/chrome-extension/1password_chrome_mac.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import appscript
from talon import Context, Module, actions, app, ctrl, storage, clip
from talon import Context, Module, actions, app, clip, ctrl, storage

ctx = Context()
mod = Module()


@mod.action_class
class Actions:
def password_open_search():
Expand Down Expand Up @@ -36,4 +37,4 @@ def get_password(key: str):
actions.user.password_copy_password()
actions.sleep("500ms")
actions.key("esc")
return clip.get()
return clip.get()
2 changes: 1 addition & 1 deletion apps/1password/chrome-extension/1password_chrome_mac.talon
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ app: chrome
os: mac
-

password: password_open_search()
password: password_open_search()

0 comments on commit 9066282

Please sign in to comment.