hsfm/README.md

28 lines
512 B
Markdown
Raw Normal View History

2015-12-19 23:57:34 +00:00
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.__
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
Installation
------------
```
cabal install
```
Contributing
------------
See [HACKING.md](HACKING.md).