Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/tinchodias/hiedra

Visually connect items in a column (git branches style) in Pharo
https://github.com/tinchodias/hiedra

graph pharo

Last synced: 7 days ago
JSON representation

Visually connect items in a column (git branches style) in Pharo

Awesome Lists containing this project

README

        

# Hiedra [![Build Status](https://travis-ci.org/tinchodias/hiedra.png)](http://travis-ci.org/tinchodias/hiedra)

Render a column that visually connects a list of items in a format that's commonly used for VCS commits. Implemented in Pharo, it uses Athens, and provides support for Morphic, FastTable, Spec and Spec2.

## Screenshots

Text and hiedra in the same column (the text sticks to the hiedra on each row):

![screenshotB](screenshotB.png)

Multiple columns, dark theme:

![screenshot](screenshot.png)

## Install it

Note this project is already part of Pharo 6, 7, 8 and 9-dev. But if you need to install it, the script is:

```Smalltalk
Metacello new
repository: 'github://tinchodias/hiedra/src';
baseline: 'Hiedra';
load.
```

:warning:
The [Pharo repository](https://github.com/pharo-project/pharo) might have a more recent version of this project, as the code is embedded (it's not maintained as an external project).
:warning:

## Use it

You can find the classes named `HiFastTableExample` and `HiSpecExample` with executable examples (class-side).

## License

The code is licensed under [MIT](LICENSE).

## What's *hiedra*?

It's the name in Spanish of [this plant](https://en.wikipedia.org/wiki/Hedera).