Skip to content

Commit

Permalink
Support Arc browser
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Feb 6, 2024
1 parent 406d99a commit 70a0c74
Show file tree
Hide file tree
Showing 11 changed files with 227 additions and 161 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Gyubong
Copyright (c) 2022 Gyubong Lee

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Currently supported browsers are as follows.
- [x] Epic
- [x] Vivaldi
- [x] Opera
- [x] Arc

This workflow assumes your browser is `Chrome` at default.

Expand All @@ -67,6 +68,8 @@ Download `alfred-chromium-workflow.alfredworkflow` on the [Release page](https:/

* Register your customized hotkeys if you need to.

> Note : This workflow may not work on Intel Macs in versions 0.3.0 and above.
## 📗 Usage

### chb
Expand Down
Binary file modified alfred-chromium-workflow.alfredworkflow
Binary file not shown.
Binary file added assets/browser-icons/Arc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
rm -rf *alfred-chromium-workflow*
go build .
dir_name=$(basename "$PWD")
zip -r "${dir_name}.zip" *
mv "${dir_name}.zip" "${dir_name}.alfredworkflow"
Loading

0 comments on commit 70a0c74

Please sign in to comment.