Julian Ospald
988350967a
canonicalizePath tries to remove as many symlink components as possible, but this is not what we want for a lot of operations like copying files. So instead we preserve the last path component if it's a symlink and canonicalize it's parent filepath. |
||
---|---|---|
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.