Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://jcrd.github.io/awesome-utable/

AwesomeWM library of table manipulation functions
https://jcrd.github.io/awesome-utable/

awesomewm lua

Last synced: 2 months ago
JSON representation

AwesomeWM library of table manipulation functions

Awesome Lists containing this project

README

        

# awesome-utable

awesome-utable is a utility library for
[Awesome](https://github.com/awesomeWM/awesome) that provides table
manipulation functions to complement `gears.table`.

## Installation

```
$ git clone https://github.com/jcrd/awesome-utable.git
$ cd awesome-utable
$ luarocks make --local rockspec/awesome-utable-devel-1.rockspec
```

## Usage

Require the library:
```lua
local utable = require("awesome-utable")
```

See the [API documentation](https://jcrd.github.io/awesome-utable/) for
descriptions of all functions.

## License

awesome-utable is licensed under the GNU General Public License v3.0 or later
(see [LICENSE](LICENSE)).