Julian Ospald
fe6145d5be
we now have: * AnchoredFile -- for representing a file with context * File -- for representing a file only Both representations mean "file" in the broader sense, including directories. |
||
---|---|---|
data/Gtk | ||
src | ||
.gitignore | ||
HACKING.md | ||
hsfm.cabal | ||
LICENSE | ||
README.md | ||
Setup.hs |
HSFM
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
Installation
cabal install
Contributing
See HACKING.md.