aboutsummaryrefslogtreecommitdiffstats
path: root/.lush/scripts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* updated help messagesGravatar BanceDev 2024-10-151-0/+4
|
* added glob function to lua APiGravatar BanceDev 2024-09-111-0/+10
|
* lua api functions for getting terminal width and heightGravatar BanceDev 2024-09-101-0/+5
|
* added support for init.lua for configuring shellGravatar BanceDev 2024-09-091-1/+4
|
* added getenv and putenv to Lua APIGravatar BanceDev 2024-09-081-0/+6
| | | | fixed bug where terminal closed upon encountering Lua error
* added lua api functions for indexing historyGravatar BanceDev 2024-09-081-0/+7
|
* added support for cli args for lua scriptsGravatar BanceDev 2024-09-081-0/+9
|
* added api functions for isFile, isDirectory, isReadable, and isWriteableGravatar BanceDev 2024-09-041-0/+17
|
* added exists function to lua apiGravatar BanceDev 2024-09-041-0/+5
|
* updated the example.lua to use new cd commandGravatar BanceDev 2024-09-031-2/+2
|
* added debug mode for scriptingGravatar BanceDev 2024-09-031-0/+5
|
* update lua api to table and added getcwd to apiGravatar BanceDev 2024-09-031-2/+19
|
* added basic lua scriptingGravatar BanceDev 2024-09-021-0/+24
added exec function to run shell commands from lua
19f15b8a541e324ecb1ca9b91c?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Connor Lane Smith 1-1/+1 2011-07-24dmenu_run: sh -cGravatar Connor Lane Smith 1-1/+1 2011-07-22fix loadfontGravatar Connor Lane Smith 1-12/+13 2011-07-19Added tag 4.4 for changeset 2b105eaae831Gravatar Connor Lane Smith 1-0/+1 2011-07-19add lsx.1 to distGravatar Connor Lane Smith 1-1/+1 2011-07-17tweaksGravatar Connor Lane Smith 2-2/+2 2011-07-14efficiency tweaksGravatar Connor Lane Smith 2-60/+44 2011-07-14fix extra warningGravatar Connor Lane Smith 1-1/+1 2011-07-06simpler vlineGravatar Connor Lane Smith 1-4/+2 2011-07-04rebind ^N ^PGravatar Connor Lane Smith 2-3/+3 2011-06-25include limits.hGravatar Connor Lane Smith 1-0/+1 2011-06-23make clean lsxGravatar Connor Lane Smith 1-1/+1 2011-06-23lsx: check snprintfGravatar Connor Lane Smith 1-4/+3 2011-06-18update draw.cGravatar Connor Lane Smith 2-14/+14 2011-06-18simpler lsxGravatar Connor Lane Smith 3-11/+6 2011-06-13new dmenu_runGravatar Connor Lane Smith 5-26/+15