Go to file
Julian Ospald c2bbaa26cf
TRAVIS: build gh-pages
2016-06-01 19:35:00 +02:00
data/Gtk GTK: make tabs reorderable and scrollable 2016-05-10 02:16:03 +02:00
hacking Update HACKING.md 2016-05-30 14:45:29 +02:00
src/HSFM Minor cleanup 2016-05-29 14:02:26 +02:00
.gitignore Update .gitignore 2016-05-09 19:56:45 +02:00
.travis.yml TRAVIS: build gh-pages 2016-06-01 19:35:00 +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 Add gitter badge 2016-05-30 15:46:12 +02:00
Setup.hs Initial commit 2015-12-17 04:42:22 +01:00
hsfm.cabal CABAL: add source-repository section 2016-05-30 14:50:58 +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.