Pharo-Harbour

Description

A new file browser implementation

Details

Source
GitHub
Dialect
pharo (65% confidence)
License
MIT
Stars
7
Forks
1
Created
April 25, 2019
Updated
June 13, 2025
Topics
pharo

Categories

IDE / Dev Tools

README excerpt

# Pharo-Harbour

A simple file browser implementation for Pharo written by T. Bergmann (Astares) in 2019. Meanwhile this is now part of standard Pharo image.

# 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")
← Back to results