hsfm/README.md

925 B

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.