Files
hsfm/README.md

33 lines
802 B
Markdown
Raw Normal View History

2015-12-20 00:57:34 +01:00
HSFM
====
2016-05-30 15:46:12 +02:00
[![Join the chat at https://gitter.im/hasufell/hsfm](https://badges.gitter.im/hasufell/hsfm.svg)](https://gitter.im/hasufell/hsfm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
2016-09-26 23:18:29 +02:00
[![Build Status](https://api.travis-ci.org/hasufell/hsfm.png?branch=master)](https://travis-ci.org/hasufell/hsfm)
2016-05-30 14:51:10 +02:00
2015-12-20 00:57:34 +01:00
A Gtk+:3 filemanager written in Haskell.
Design goals:
- easy to use
- useful library interface to be able to build other user interfaces
- type safety, runtime safety, strictness
- simple add-on interface
2015-12-28 03:13:54 +01:00
Screenshots
-----------
2016-11-06 01:40:39 +01:00
![hsfm](https://cloud.githubusercontent.com/assets/1241845/20034565/6c3ae80e-a3c2-11e6-882c-9fe0ff202045.png "hsfm-gtk")
2015-12-20 00:57:34 +01:00
Installation
------------
```
./install.sh
2015-12-20 00:57:34 +01:00
```
Contributing
------------
2016-04-17 01:31:13 +02:00
See [HACKING.md](hacking/HACKING.md).