https://github.com/hasufell/hsfm
FileManager written in haskell
https://github.com/hasufell/hsfm
filemanager gtk haskell
Last synced: 4 months ago
JSON representation
FileManager written in haskell
- Host: GitHub
- URL: https://github.com/hasufell/hsfm
- Owner: hasufell
- License: gpl-2.0
- Created: 2015-12-17T01:22:44.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T21:33:27.000Z (about 6 years ago)
- Last Synced: 2025-04-12T20:45:19.293Z (10 months ago)
- Topics: filemanager, gtk, haskell
- Language: Haskell
- Homepage: https://hasufell.github.io/hsfm/
- Size: 1.08 MB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
HSFM
====
[](https://gitter.im/hasufell/hsfm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://travis-ci.org/hasufell/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
------------
```
./install.sh
```
Contributing
------------
See [HACKING.md](hacking/HACKING.md).