2015-12-19 23:57:34 +00:00
HSFM
====
2016-05-30 13:46:12 +00: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 21:18:29 +00:00
[![Build Status ](https://api.travis-ci.org/hasufell/hsfm.png?branch=master )](https://travis-ci.org/hasufell/hsfm)
2016-05-30 12:51:10 +00:00
2015-12-19 23:57:34 +00: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 02:13:54 +00:00
Screenshots
-----------
2016-11-06 00:40:39 +00:00
![hsfm ](https://cloud.githubusercontent.com/assets/1241845/20034565/6c3ae80e-a3c2-11e6-882c-9fe0ff202045.png "hsfm-gtk" )
2015-12-19 23:57:34 +00:00
Installation
------------
```
2016-04-17 23:59:46 +00:00
cabal sandbox init
cabal install alex happy
export PATH="$(pwd)/.cabal-sandbox/bin:$PATH"
cabal install gtk2hs-buildtools
2015-12-19 23:57:34 +00:00
cabal install
```
Contributing
------------
2016-04-16 23:31:13 +00:00
See [HACKING.md ](hacking/HACKING.md ).