hsfm/README.md

36 lines
719 B
Markdown
Raw Normal View History

2015-12-19 23:57:34 +00:00
HSFM
====
2016-05-30 12:51:10 +00:00
[![Build Status](https://api.travis-ci.org/hasufell/hsfm.png?branch=master)](http://travis-ci.org/hasufell/hsfm)
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-04-24 16:48:13 +00:00
![hsfm](https://cloud.githubusercontent.com/assets/1241845/14768900/06efd43c-0a4d-11e6-939e-6b067bdb47ce.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).