Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cagriulas/qtls

A Qt interface for ls
https://github.com/cagriulas/qtls

Last synced: about 2 months ago
JSON representation

A Qt interface for ls

Awesome Lists containing this project

README

        

# QtLs
A Qt interface for ls

## Screenshot
![Screenshot](http://i.imgur.com/CbTpX3C.png)

## Requirements for Compile on Ubuntu
- qt4-defaults or qt5-defaults
- build-essential
- qmake

## Compiling
```
$ qmake qtls.pro
$ make
```