When multiple folders are selected, a regular 'open' will open new tabs for each of them without changing the current view. |
||
|---|---|---|
| data/Gtk | ||
| hacking | ||
| src/HSFM | ||
| .gitignore | ||
| .travis.yml | ||
| HACKING.md | ||
| hsfm.cabal | ||
| LICENSE | ||
| README.md | ||
| Setup.hs | ||
| update-gh-pages.sh | ||
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
Screenshots
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.

