Go to file
Julian Ospald 322c766ae5
Update freeze file
2020-01-24 22:32:35 +01: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 Update installation method and bump deps 2020-01-24 22:30:37 +01:00
.gitignore Update installation method and bump deps 2020-01-24 22:30:37 +01: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 Update installation method and bump deps 2020-01-24 22:30:37 +01:00
Setup.hs Initial commit 2015-12-17 04:42:22 +01:00
cabal.project Update installation method and bump deps 2020-01-24 22:30:37 +01:00
cabal.project.freeze Update freeze file 2020-01-24 22:32:35 +01:00
hsfm.cabal Update installation method and bump deps 2020-01-24 22:30:37 +01:00
install.sh Update installation method and bump deps 2020-01-24 22:30:37 +01:00
update-gh-pages.sh TRAVIS: build gh-pages 2016-06-01 19:35:00 +02:00
update-index-state.sh Update installation method and bump deps 2020-01-24 22:30:37 +01: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

./install.sh

Contributing

See HACKING.md.