Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/astares/pharo-desktopmanager

Manage multiple desktops in Pharo
https://github.com/astares/pharo-desktopmanager

pharo

Last synced: 6 days ago
JSON representation

Manage multiple desktops in Pharo

Awesome Lists containing this project

README

        

# Pharo-DesktopManager

## Introduction

This is a Pharo tool written by Torsten Bergmann to manage multiple desktops in Pharo.

# Overview
## Quick Start

```Smalltalk
Metacello new
repository: 'github://astares/Pharo-DesktopManager/src';
baseline: 'DesktopManager';
load
```

## Tutorial

Read the article "Multiple Desktops for Pharo - Speed coding a desktop manager" on Medium:

[https://medium.com/@astares/multiple-desktops-for-pharo-5cbc46f3179f](https://medium.com/@astares/multiple-desktops-for-pharo-5cbc46f3179f)

## Demo
[![Pharo DesktopManager](https://img.youtube.com/vi/zpLY7uQnPsg/0.jpg)](https://www.youtube.com/watch?v=zpLY7uQnPsg)

## History
Code was migrated from [http://smalltalkhub.com/#!/~TorstenBergmann/DesktopManager](http://smalltalkhub.com/#!/~TorstenBergmann/DesktopManager)