summary refs log tree commit diff stats
path: root/README.org
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 /README.org
parent9db33380e4baadd725190c18f35810039c1c780e (diff)
downloadcetus-a0d936354801a0ba4c03d840ec086251d4c461ac.tar.gz
Revert "Move README from org file to markdown"
This reverts commit 9db33380e4baadd725190c18f35810039c1c780e.
Diffstat (limited to 'README.org')
-rw-r--r--README.org30
1 files changed, 30 insertions, 0 deletions
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.
2479afac60bdf3f5c089213cbc6422902ee5a'>^
6fef33fd ^
7a84094a ^

6fef33fd ^

45c08fea ^
7a84094a ^
a0331a9b ^
e3092e7b ^

a0331a9b ^
77d5b5d6 ^
104854ca ^
760f683f ^
0d2686c7 ^
e3092e7b ^

760f683f ^
77d5b5d6 ^
104854ca ^
e3092e7b ^
104854ca ^
7a84094a ^
a0331a9b ^
e3092e7b ^
7a84094a ^
80df524b ^
502d2ea5 ^
760f683f ^
1ead3562 ^
e3092e7b ^
0d2686c7 ^


1ead3562 ^
e3092e7b ^
6aa42628 ^
80df524b ^
1ead3562 ^
e3092e7b ^

c6c19a27 ^


760f683f ^
77d5b5d6 ^
104854ca ^
80df524b ^
1ead3562 ^

80df524b ^
7bf9212f ^

e3092e7b ^
f8c0ef3e ^
760f683f ^
77d5b5d6 ^
104854ca ^
f8c0ef3e ^
80df524b ^
502d2ea5 ^


136412d2 ^
502d2ea5 ^
f8c0ef3e ^

5b1219ca ^
f8c0ef3e ^
6a0f71b9 ^
760f683f ^
77d5b5d6 ^
104854ca ^
6a0f71b9 ^
80df524b ^
502d2ea5 ^
6a0f71b9 ^

5e9eff8c ^

760f683f ^
77d5b5d6 ^
104854ca ^
5e9eff8c ^
502d2ea5 ^
5e9eff8c ^
1ead3562 ^
5e9eff8c ^
104854ca ^
5e9eff8c ^
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