Julian Ospald
0e226d61ec
If the right click happens on an item that is already selected, don't pass on the signal so the selection which may span across multiple files is kept. Otherwise, pass on the signal which means the item under the cursor will be selected. This currently misbehaves (as in: doesn't work) with IconView properly. |
||
---|---|---|
3rdparty | ||
data/Gtk | ||
src/HSFM | ||
.gitignore | ||
.gitmodules | ||
HACKING.md | ||
hsfm.cabal | ||
LICENSE | ||
README.md | ||
Setup.hs |
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
Installation
cabal install
Contributing
See HACKING.md.