Julian Ospald 01c241a01e GTK: remove tab label side-effect from refreshView'
This would cause bugs when newtab on middle-click is implemented,
since creating a new tab creates also a new view, but doesn't
change the current tab to that view. refreshView' would then
update that view with the information from the wrong tab.
2016-06-01 22:00:37 +02:00
2016-05-30 14:45:29 +02:00
2016-05-09 19:56:45 +02:00
2016-06-01 19:43:59 +02:00
2015-12-17 04:42:22 +01:00
2016-05-30 15:46:12 +02:00
2015-12-17 04:42:22 +01:00
2016-06-01 19:35:00 +02:00

HSFM

Join the chat at https://gitter.im/hasufell/hsfm Build Status

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

hsfm

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.

Description
No description provided
Readme 3.4 MiB
Languages
Haskell 92.6%
Shell 3.7%
Cabal Config 3.7%