You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2023. It is now read-only.
- Cross platform supported: Windows, Mac OS(intel, m1 chip)
27
28
28
29
## Install
29
30
@@ -41,9 +42,7 @@ go build -o ./bin/owlly-for-mac owlly.go
41
42
go build -o ./bin/owlly-for-window.exe owlly.go
42
43
```
43
44
44
-
And execute the compiled file per platform.
45
-
46
-
Or, simply download binaries from [release](https://github.com/asunlabs/owlly/releases/tag/ver0.1.0) and execute it.
45
+
Or, simply download binaries from [release](https://github.com/asunlabs/owlly/releases) and execute it.
47
46
48
47
## Prerequisite
49
48
@@ -60,41 +59,43 @@ AUTHOR="developerasun"
60
59
FOO="bar"
61
60
SLACK_BOT_USER_OAUTH_TOKEN="xoxb-some-value-here"
62
61
SLACK_CHANNEL_ID="channel-id-here"
63
-
# OWLLY_DONE="true" # when update is done
62
+
# OWLLY_DONE="true" // add this line when update is done
64
63
```
65
64
66
65
## Usage
67
66
68
-
1. Run Owlly to watch .env changes.
69
-
70
-
```sh
71
-
# if you cloned a repo,
72
-
go run owlly.go
73
-
74
-
# if you executes .exe file,
75
-
./owlly.exe
76
-
```
77
-
78
67
1. Update .env as you wish.
79
68
80
69
```sh
81
70
FOO="bar"
82
71
```
83
72
84
-
1. Once done, set OWLLY_DONE variable in your .env. This variable will be a key for Owlly to know if your update is done.
73
+
2. Once done, set OWLLY_DONE variable in your .env. This variable will be a key for Owlly to know if your update is done.
85
74
86
75
```sh
87
76
# length of OWLLY_DONE > 0 ? send a DM : do nothing
88
77
OWLLY_DONE="true"
89
78
```
90
79
80
+
3. Run Owlly to watch .env changes.
81
+
82
+
```sh
83
+
# if you cloned a repo,
84
+
go run owlly.go
85
+
86
+
# if you executes binaries,
87
+
./owlly-for-windows.exe
88
+
./owlly-for-mac
89
+
./owlly-for-mac-m1
90
+
```
91
+
91
92
Check your slack channel if the message is sent.
92
93
93
94
**Note**
94
95
95
-
Owlly ver 0.1.0 does not support hot-reload yet. It means that you have to re-start Owlly in the situation where 1) you sent DM already 2) but updated it again 3) and want to send it again. Log will be printed but Slack API would not invoke in the case.
96
+
Owlly ver 0.1.0 does not support hot-reload yet. It means that you have to re-start Owlly in the situation where 1) you sent DM already 2) but updated it again 3) and want to send it again.
96
97
97
-
## Contributor
98
+
## Maintainer
98
99
99
100
Project Created by [developerasun](https://github.com/developerasun)
0 commit comments