diff options
author | Andinus <andinus@inventati.org> | 2020-03-12 02:59:04 +0530 |
---|---|---|
committer | Andinus <andinus@inventati.org> | 2020-03-12 02:59:04 +0530 |
commit | a0d936354801a0ba4c03d840ec086251d4c461ac (patch) | |
tree | 606033c1742fcb358800c3b520d7a207934d8785 /README.md | |
parent | 9db33380e4baadd725190c18f35810039c1c780e (diff) | |
download | cetus-a0d936354801a0ba4c03d840ec086251d4c461ac.tar.gz |
Revert "Move README from org file to markdown"
This reverts commit 9db33380e4baadd725190c18f35810039c1c780e.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 41 |
1 files changed, 0 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 - -``` |