summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@inventati.org>2020-03-12 02:59:04 +0530
committerAndinus <andinus@inventati.org>2020-03-12 02:59:04 +0530
commita0d936354801a0ba4c03d840ec086251d4c461ac (patch)
tree606033c1742fcb358800c3b520d7a207934d8785
parent9db33380e4baadd725190c18f35810039c1c780e (diff)
downloadcetus-a0d936354801a0ba4c03d840ec086251d4c461ac.tar.gz
Revert "Move README from org file to markdown"
This reverts commit 9db33380e4baadd725190c18f35810039c1c780e.
-rw-r--r--README.md41
-rw-r--r--README.org30
2 files changed, 30 insertions, 41 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 62dd24b..0000000
--- a/README.md
+++ /dev/null
@@ -1,41 +0,0 @@
-# Cetus
-
-Cetus is a wallpaper setting tool written in Go. This is a work in-progress.
-
-## Dependency
-
-- [feh](https://feh.finalrewind.org/)
-
-## Features
-
-- Supports various Image of the Day services
-
-There are several Image of the Day services on the web, cetus will pull the
-latest image & set it as wallpaper.
-
-Currently it supports:
-
-- [Astronomy Picture of the Day](http://apod.nasa.gov/apod/astropix.html)
-
-## Examples
-
-### Image of the Day
-
-#### Astronomy Picture of the Day
-
-``` sh
-# Pull image from Astronomy Picture of the Day
-cetus -apod -apod-api=https://api.nasa.gov/planetary/apod \
-      -apod-api-key=DEMO_KEY
-```
-
-### Set given wallpaper
-
-``` sh
-# Local image as wallpaper
-cetus -img-path=/path/to/img
-
-# Remote image as wallpaper
-cetus -img-path=http://127.0.0.1
-
-```
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..82b21ea
--- /dev/null
+++ b/README.org
@@ -0,0 +1,30 @@
+#+TITLE: Cetus
+
+Cetus is a wallpaper setting tool written in Go. This is a work in-progress.
+
+* Dependency
+** [[https://feh.finalrewind.org/][feh]]
+Required to set the wallpaper.
+* Examples
+** Image of the Day
+*** Astronomy Picture of the Day
+#+BEGIN_SRC sh
+cetus -apod -apod-api=https://api.nasa.gov/planetary/apod \
+      -apod-api-key=DEMO_KEY
+#+END_SRC
+** Set given wallpaper
+#+BEGIN_SRC sh
+# Local image as wallpaper
+cetus -img-path=/path/to/img
+
+# Remote image as wallpaper
+cetus -img-path=http://127.0.0.1
+#+END_SRC
+
+* Features
+** Supports various Image of the Day services
+There are several Image of the Day services on the web, cetus will pull the
+latest image & set it as wallpaper.
+*** DONE [[http://apod.nasa.gov/apod/astropix.html][Astronomy Picture of the Day]]
+** DONE Set given wallpaper
+Takes a path as input & sets it as wallpaper.
efbc14f ^
e79fa24 ^


efbc14f ^
e9d4a6b ^

adee7fa ^
69adb21 ^
69adb21 ^
d20ad73 ^

982a521 ^



3d2994b ^
982a521 ^






3d2994b ^
69adb21 ^
3d2994b ^
982a521 ^

adee7fa ^
3d2994b ^
1168570 ^
3d2994b ^

adee7fa ^
69adb21 ^
adee7fa ^

e9d4a6b ^
1168570 ^




3d2994b ^
1168570 ^




3d2994b ^
1168570 ^

90638ac ^


824556a ^
90638ac ^


e79fa24 ^
979e1f9 ^
90638ac ^

90638ac ^

824556a ^
90638ac ^

90638ac ^


1168570 ^

824556a ^
1168570 ^



824556a ^
1168570 ^





824556a ^
90638ac ^

824556a ^




90638ac ^
824556a ^
90638ac ^



505c5d8 ^


37be25f ^

505c5d8 ^
90638ac ^
37be25f ^

4f0847b ^
90638ac ^
37be25f ^
a9d7d11 ^
505c5d8 ^
90638ac ^
a9d7d11 ^
910e69a ^
e79fa24 ^
910e69a ^









a9d7d11 ^
824556a ^
a9d7d11 ^
505c5d8 ^
78f4d8a ^
505c5d8 ^

e79fa24 ^
979e1f9 ^
a6f47c0 ^
dec003b ^
1168570 ^
505c5d8 ^
f4eb1c7 ^
824556a ^


1168570 ^
1168570 ^



df1d1ef ^
1168570 ^



dec003b ^

824556a ^
dec003b ^

1168570 ^
90638ac ^
dec003b ^
e79fa24 ^
979e1f9 ^
a6f47c0 ^
dec003b ^
1168570 ^
dec003b ^
f4eb1c7 ^
824556a ^
1168570 ^

1168570 ^




1168570 ^


eca8525 ^
90638ac ^
1168570 ^
e79fa24 ^
979e1f9 ^
a6f47c0 ^
1168570 ^
a6f47c0 ^
eca8525 ^
1168570 ^
824556a ^
1168570 ^

1168570 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232