hsfm/README.md

33 lines
668 B
Markdown

HSFM
====
__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.__
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
Screenshots
-----------
![Image missing](https://cloud.githubusercontent.com/assets/1241845/12013136/abd4c01a-ad10-11e5-86a9-ea8e52ca5610.png "hsfm-gtk")
Installation
------------
```
cabal install
```
Contributing
------------
See [HACKING.md](HACKING.md).