Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martin-eden/lcf_params_gui
GUI to generate command-line call for Lua code formatter.
https://github.com/martin-eden/lcf_params_gui
gui lcf
Last synced: about 1 month ago
JSON representation
GUI to generate command-line call for Lua code formatter.
- Host: GitHub
- URL: https://github.com/martin-eden/lcf_params_gui
- Owner: martin-eden
- License: gpl-3.0
- Created: 2018-07-07T02:12:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T01:10:44.000Z (about 2 months ago)
- Last Synced: 2024-10-29T02:19:33.705Z (about 2 months ago)
- Topics: gui, lcf
- Language: Lua
- Homepage:
- Size: 815 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
### Description
Generate command-line call text according selected widgets.
Yo dawg I herd you like GUIs so we provided GUI to generate
command-line text in your GUI.It generates Bash text to call [Lua code formatter][lcf] to reformat
given file with selected parameters. You still have to add name of file
at the end of generated text by yourself.![lcf_params_gui window 2018-07-07][snapshot]
This is experimental project. Intention is to ease start of usage
command-line tool. And display all possible options and their relations
on one screen.### Licenses
TekUI - MIT, this project - GPLv3.
### Requirements
* Bash
* Lua 5.3### [TekUI installation][tekui-setup]
### Usage
`lua5.3 lcf_params_gui.lua`
----
See also [my other repositories][repos].
[tekui-setup]: https://gist.github.com/martin-eden/e721436788994e5b183e94fb2f84b30b
[lcf]: https://github.com/martin-eden/lua_code_formatter
[repos]: https://github.com/martin-eden/contents
[snapshot]: https://user-images.githubusercontent.com/20048064/42449231-8535fc0c-8388-11e8-9e2e-c8133d7b3a79.png