例文を組み込んだAlfred Workflowを作りました: Alfred Git Commit Message Example
以下転載:
background #161821 | |
foreground #c6c8d1 | |
selection_background #1e2132 | |
selection_foreground #c6c8d1 | |
cursor #d2d4de | |
# black | |
color0 #161821 |
以下転載:
=Navigating= | |
visit('/projects') | |
visit(post_comments_path(post)) | |
=Clicking links and buttons= | |
click_link('id-of-link') | |
click_link('Link Text') | |
click_button('Save') | |
click('Link Text') # Click either a link or a button | |
click('Button Value') |