Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Pharo file browser
https://github.com/astares/pharo-harbour

pharo

Last synced: 2 months ago
JSON representation

Pharo file browser

Awesome Lists containing this project

README

        

# Pharo-Harbour

A simple file browser experiment for Pharo written by T. Bergmann (Astares) in 2019.

# Quick Start
## Installation

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

Note: only works in Pharo 8 and later

## Screnshot

### Windows
![alt text](doc/screenshot-win.png "Screenshot")

### Ubuntu
![alt text](doc/screenshot-ubuntu.png "Screenshot")