mczachurski / wallpapper

:computer: Console application for creating dynamic wallpapers for macOS Mojave and newer
MIT License
3.32k stars 137 forks source link

"wallpaper" name conflicts with apple's built in wallpaper command #39

Closed rob-watts closed 4 years ago

rob-watts commented 5 years ago

I installed wallpaper as per the instructions and can see it in Homebrew:

➜  Desktop brew list
composer    inetutils   libidn      node        rpl
fltk        jpeg        libpng      openssl     **wallpaper**
icu4c       lftp        lua     readline

When I execute the wallpaper command I get an error:

➜  Desktop wallpaper -i wallpaper.json

Error: unrecognized option '-I'

When I run "wallpaper" I get a different set of command line options..

➜  Desktop wallpaper

Usage: wallpaper <command> [options]

Manage the desktop wallpaper

Commands:
  set             Set wallpaper image. Usage: set <path>
  get             Get current wallpaper image
  screens         List screens
  help            Prints help information
  version         Prints the current version of this app
gingerbeardman commented 5 years ago

if dynamicwallpaper is too long, then maybe dynwallpaper or dynwall?

rob-watts commented 5 years ago

Nah, dynamicwallpaper is perfect, it says what it is. What about makewallpaper?

mczachurski commented 5 years ago

Installation instructions from readme page:

brew tap mczachurski/wallpapper
brew install wallpapper

Thus the name of the application is: wallpapper (with two p letters).

rob-watts commented 5 years ago

ahhh.. that was it. I didn't notice the extra p and I did a brew install wallpaper and got something else. I have it working now. thanks

gingerbeardman commented 4 years ago

I also missed the extra p 😂