https://github.com/astares/pharo-desktopmanager
Manage multiple desktops in Pharo
https://github.com/astares/pharo-desktopmanager
pharo
Last synced: about 1 year ago
JSON representation
Manage multiple desktops in Pharo
- Host: GitHub
- URL: https://github.com/astares/pharo-desktopmanager
- Owner: astares
- License: mit
- Created: 2018-06-22T05:21:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T14:27:43.000Z (about 6 years ago)
- Last Synced: 2025-02-11T11:40:52.336Z (over 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://www.youtube.com/watch?v=zpLY7uQnPsg)
## History
Code was migrated from [http://smalltalkhub.com/#!/~TorstenBergmann/DesktopManager](http://smalltalkhub.com/#!/~TorstenBergmann/DesktopManager)