An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

HSFM
====

[![Join the chat at https://gitter.im/hasufell/hsfm](https://badges.gitter.im/hasufell/hsfm.svg)](https://gitter.im/hasufell/hsfm?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build Status](https://api.travis-ci.org/hasufell/hsfm.png?branch=master)](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
-----------

![hsfm](https://cloud.githubusercontent.com/assets/1241845/20034565/6c3ae80e-a3c2-11e6-882c-9fe0ff202045.png "hsfm-gtk")

Installation
------------

```
./install.sh
```

Contributing
------------

See [HACKING.md](hacking/HACKING.md).