2015-12-20 00:57:34 +01:00
HSFM
====
2015-12-24 17:48:52 +01:00
__NOTE: This project is in a highly experimental state! Don't complain if it deletes your whole home directory. You should use a chroot, docker environment or similar for testing.__
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-04-17 01:12:58 +02:00

2015-12-20 00:57:34 +01:00
Installation
------------
```
cabal install
```
Contributing
------------
2016-04-17 01:31:13 +02:00
See [HACKING.md ](hacking/HACKING.md ).