aboutsummaryrefslogtreecommitdiffstats
path: root/src/lush.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* added ability to configure alternate shellGravatar BanceDev 2025-02-131-1/+1
* add api method to enable/disable inline suggestionsGravatar BanceDev 2025-02-111-0/+6
* made constant for lush_lua builtin indexGravatar BanceDev 2025-02-071-1/+2
* added trap builtinGravatar BanceDev 2025-02-071-0/+1
* implemented background process operatorGravatar BanceDev 2024-09-231-0/+11
* fixed && chaining for builtinsGravatar BanceDev 2024-09-181-1/+1
* added basic && chainingGravatar BanceDev 2024-09-181-1/+2
* changed tokenizer to handle all the chaining operatorsGravatar BanceDev 2024-09-171-1/+1
* added e2e testing to cover basic shell functionalityGravatar BanceDev 2024-09-121-0/+1
* add aliasing to init.luaGravatar BanceDev 2024-09-091-0/+3
* added support for init.lua for configuring shellGravatar BanceDev 2024-09-091-0/+5
* removed need for lush command to execute lua filesGravatar BanceDev 2024-09-031-1/+1
* added basic lua scriptingGravatar BanceDev 2024-09-021-5/+8
* initial commitGravatar BanceDev 2024-09-011-0/+37