Go to file
Julian Ospald b02d2c0d5c
README: update image
2016-04-17 01:12:58 +02:00
3rdparty Update hpath module 2016-04-16 19:24:47 +02:00
data/Gtk GTK: implement home and up buttons wrt #40 2016-04-17 01:01:04 +02:00
hacking HACKING: rm default comments 2016-04-17 00:25:47 +02:00
src/HSFM GTK: implement home and up buttons wrt #40 2016-04-17 01:01:04 +02:00
.gitignore Add liquidhaskell files to .gitignore 2015-12-27 16:25:45 +01:00
.gitmodules LIB: overhaul file operations and improve overall performance 2016-04-10 03:58:20 +02:00
LICENSE Initial commit 2015-12-17 04:42:22 +01:00
README.md README: update image 2016-04-17 01:12:58 +02:00
Setup.hs Initial commit 2015-12-17 04:42:22 +01:00
hsfm.cabal LIB/GTK: use more recent library versions 2016-04-16 19:14:08 +02:00

README.md

HSFM

NOTE: This project is in a highly experimental state! Don't complain if it deletes your whole home directory. You should use a chroot, docker environment or similar for testing.

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

Image missing

Installation

cabal install

Contributing

See HACKING.md.