Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://jcrd.github.io/awesome-utable/
- Owner: jcrd
- License: gpl-3.0
- Created: 2019-08-22T18:00:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T18:12:56.000Z (over 5 years ago)
- Last Synced: 2024-05-22T16:09:05.372Z (8 months ago)
- Topics: awesomewm, lua
- Language: Lua
- Homepage: https://jcrd.github.io/awesome-utable/
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)).