hsfm/README.md

32 lines
797 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
2015-12-28 02:13:54 +00:00
Screenshots
-----------
2015-12-30 17:15:19 +00:00
![Image missing](https://cloud.githubusercontent.com/assets/1241845/12013136/abd4c01a-ad10-11e5-86a9-ea8e52ca5610.png "hsfm-gtk") ![Image missing](https://cloud.githubusercontent.com/assets/1241845/12054174/1ba90164-af21-11e5-8068-b480a487249f.png "hsfm-gtk")
2015-12-19 23:57:34 +00:00
Installation
------------
```
cabal install
```
Contributing
------------
See [HACKING.md](HACKING.md).