Git Product home page Git Product logo

Comments (1)

derekedelaney avatar derekedelaney commented on May 27, 2024

This is a great idea.
I was looking through the source code and found here that it's almost set up for something like this. For now, a workaround is to create an environment variable named APP_URL and assign it a URL. For example (on mac) in my .bashrc file,

export APP_URL=https://tv.youtube.com/

now if you open the app with the command

open -a /Applications/Pennywise.app

it should open the default URL [tv.youtube.com].

You could also set up an alias to run the command above. i.e. alias pennywise='open -a /Applications/Pennywise.app'. Now in your terminal, you can just type pennywise and it will open your "default" URL.

P.S. this will also open devtools as per this line. So you will have to close it.

EDIT

Aperently this pull request #95 adds a url to the commend line args but im not able to get that to work.

from pennywise.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.