Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alpacaaa/tex
Minimalistic file explorer, written in Haskell.
https://github.com/alpacaaa/tex
file-manager haskell
Last synced: about 1 month ago
JSON representation
Minimalistic file explorer, written in Haskell.
- Host: GitHub
- URL: https://github.com/alpacaaa/tex
- Owner: alpacaaa
- License: other
- Created: 2018-11-09T20:36:17.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-20T11:43:24.000Z (almost 6 years ago)
- Last Synced: 2024-08-10T11:02:57.943Z (5 months ago)
- Topics: file-manager, haskell
- Language: Haskell
- Homepage:
- Size: 73.2 KB
- Stars: 17
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tex
[![Build Status](https://img.shields.io/circleci/project/github/alpacaaa/tex.svg)](https://circleci.com/gh/alpacaaa/tex)
A terminal file explorer.
Or for the romantics, a _typed_ file explorer.The goal here is to have a self contained "real world" Haskell app that
people interested in the language can study and understand easily.The application architecture is extremely simple on purpose, showing
that you can get pretty far without using crazy transfomer stacks or
fancy types. Everything you see here should be fairly straightforward
and can be scaled to larger applications with little effort.Inspiration:
* [vim-vinegar](https://github.com/tpope/vim-vinegar) - Enhances `netrw`
* [lf](https://github.com/gokcehan/lf) - Terminal file manager![How it looks like at the moment](https://ipfs.io/ipfs/QmaffmhBzvL2ffcQ9c4YzoHGi2rXGNTwr9jxBK9W8p7dJZ)