Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astares/pharo-desktopmanager
- Owner: astares
- License: mit
- Created: 2018-06-22T05:21:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-01T14:27:43.000Z (over 4 years ago)
- Last Synced: 2024-10-31T06:41:51.729Z (about 2 months 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
[![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)