Go to file
Julian Ospald 10fc3155da
Update travis
2018-05-19 15:17:51 +02:00
data/Gtk GTK: cleanup obsolete widgets 2016-11-06 01:54:45 +01:00
hacking Update HACKING.md 2016-05-30 14:45:29 +02:00
src/HSFM Fix build with Cabal<2 2018-05-19 14:04:27 +02:00
.gitignore Update .gitignore 2016-05-09 19:56:45 +02:00
.travis.yml Update travis 2018-05-19 15:17:51 +02:00
HACKING.md Add symbolic link to hacking/HACKING.md 2016-04-19 21:17:17 +02:00
LICENSE Initial commit 2015-12-17 04:42:22 +01:00
README.md README: update image 2016-11-06 01:40:39 +01:00
Setup.hs Initial commit 2015-12-17 04:42:22 +01:00
hsfm.cabal Fix build with latest hpath library 2018-05-17 11:42:36 +02:00
update-gh-pages.sh TRAVIS: build gh-pages 2016-06-01 19:35:00 +02:00

README.md

HSFM

Join the chat at https://gitter.im/hasufell/hsfm Build Status

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

hsfm

Installation

cabal sandbox init
cabal install alex happy
export PATH="$(pwd)/.cabal-sandbox/bin:$PATH"
cabal install gtk2hs-buildtools
cabal install

Contributing

See HACKING.md.