pharo-launcher icon indicating copy to clipboard operation
pharo-launcher copied to clipboard

Lets you manage your pharo images and download new ones

Results 152 pharo-launcher issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A Debugger window appears when the launcher is started **To Reproduce** Steps to reproduce the behavior: 1. Download pharo launcher for linux 2. Extract in a folder...

Bug

**Describe the bug** When changing the "Location of your images" setting, if there are images in both the old and new directories, Pharo Launcher attempts to warn that you'll need...

Bug

When the launcher menu has the focus, it does not behave like native Mac apps. Keyboard shortcut keys such as CMD-Q (quit) don't work. I guess it should be the...

**Describe the bug** The inter-line spacing in lists does not increase with the font size, so the text is smushed together. **To Reproduce** Steps to reproduce the behavior: 1. Go...

Bug

**Describe the request** Now when you execute some image related command, the prompt ask you for the image index if you don't pass it as parameter. ```bash ➜ ~ pl...

Enhancement
on hold

**Describe the bug** When creating new image, without specifying template, old version of stable Pharo is used. **To Reproduce** Steps to reproduce the behavior: 1. Execute: `./pharo-launcher image create my2`...

Bug
linux
to-fix-before-release
cmd-line

By default, Pharo Launcher cmd line uses the standard image repository to store the newly created image when creating an image. PL CLI could propose a (global) setting to do...

Enhancement
cmd-line

create image fromRepo should launch image like other create image commands

Enhancement
cmd-line

Should be nice to have an autocomplete for the command line, similar to git. ![image](https://github.com/pharo-project/pharo-launcher/assets/4098184/d166cf64-57bf-4d19-aa17-4cbc24750909) So you can write `pl (tab)` and get the list of commands, or `pl image...

Enhancement

It would be nice to be able to launch an image in headless mode. For example `$ pharo-launcher image mySuperImage eval "2+2"` and that returns a `4`

Enhancement