Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/astares/pharo-harbour
- Owner: astares
- License: mit
- Created: 2019-04-25T12:04:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-15T20:04:37.000Z (about 4 years ago)
- Last Synced: 2024-10-09T13:25:19.055Z (3 months ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 143 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")