Go to file
Julian Ospald 0b41fee237
GTK: improve error dialog system
2015-12-22 17:56:37 +01:00
data/Gtk GTK: add statusBar 2015-12-17 14:47:30 +01:00
src GTK: improve error dialog system 2015-12-22 17:56:37 +01:00
.gitignore Update .gitignore 2015-12-20 00:31:25 +01:00
HACKING.md DOCS: add README.md and HACKING.md 2015-12-20 00:57:34 +01:00
LICENSE Initial commit 2015-12-17 04:42:22 +01:00
README.md DOCS: add README.md and HACKING.md 2015-12-20 00:57:34 +01:00
Setup.hs Initial commit 2015-12-17 04:42:22 +01:00
hsfm.cabal CABAL: enable threading and -N 2015-12-22 14:16:17 +01:00

README.md

HSFM

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.