Skip to content

andykingking/stellar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar

A convenient way to get a relevant background for your desktop.

Installation

  1. Clone the repository:
```bash
git clone git@github.com:andykingking/stellar.git
cd stellar
```
  1. Install dependencies:
```bash
# Install Imagemagick.
brew install imagemagick

# Install Elixir/Erlang packages.
mix deps.get
```
  1. Build the application:
```bash
mix escript.build
```
  1. Run the application:
```bash
# <filename> is the name of the output file.
./stellar <filename>
```

Options

# Uses the given URL as the background image.
./stellar -b <url> <filename>

# Uses the given logo location.
# Valid locations:
#   - North
#   - NorthEast
#   - NorthWest
#   - West
#   - Center
#   - East
#   - South
#   - SouthEast
#   - SouthWest
./stellar -l <location> <filename>

# Add verbosity level to output.
./stellar -v <filename>

# Debug level verbosity.
./stellar -v -v -v <filename>

Releases

No releases published

Packages

No packages published

Languages