Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure this software? ... #13

Open
nmvega opened this issue Apr 22, 2021 · 1 comment
Open

How to configure this software? ... #13

nmvega opened this issue Apr 22, 2021 · 1 comment

Comments

@nmvega
Copy link

nmvega commented Apr 22, 2021

Hello Friends:

Unfortunately, I'm unsure how to use this useful tool. Let's say I have Redis installed and upon clicking a Redis launcher-box, I want to start a terminal running the redis-cli client, which is in /usr/bin/redis-cli, how would I configure this?

Also, does the icon file have to be svg or can it be png with certain dimensions?

c.LauncherShortcuts.shortcuts = {
    'my-shiny-application': {
        'title': 'Redis',
        'target': '{base_url}shiny/my-shiny-application-directory/',
        'icon_path': '/usr/local/jupyterlab-icons/redis.svg'
    }
}

Alternatively, if this newest versions of jupyterLab already integrates this functionality (meaning this plugin is no longer needed), where I just need to edit something, please let me know how to do it that way.

Thank you! =:)

@maresb
Copy link
Contributor

maresb commented Nov 26, 2021

Hi! This tool will allows you to open URLs. For example, you could create a launcher shortcut for Google. I don't know whether or not there is a similar tool for running a command in a terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants