summaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* added dmenu_path convenience scriptGravatar Anselm R. Garbe 2007-02-231-3/+4
* applied the fix inspired by a recent wmii commitGravatar Anselm R. Garbe 2007-02-211-1/+1
* readded draw.c again (except getcolor and setfont)Gravatar Anselm R. Garbe 2007-02-201-1/+1
* removed draw.c, implemented C-w handling (backward word deletion)Gravatar Anselm R. Garbe 2007-02-191-1/+1
* fixed Copyright notice in MakefileGravatar Anselm R. Garbe 2007-02-081-1/+1
* got rid of LD, inspired by JGs patch to wmiiGravatar Anselm R. Garbe 2007-02-051-3/+2
* next version will contain updated copyright noticeGravatar arg@mig29 2007-01-021-1/+1
* removed crap from MakefileGravatar arg@mmvi 2006-09-261-2/+1
* removed config.h stuff, made dwm configurable due to command line optionsGravatar arg@mmvi 2006-09-261-5/+1
* applied sanders Makefile patchGravatar Anselm R.Garbe 2006-08-161-1/+1
* removed finished messageGravatar Anselm R.Garbe 2006-08-141-1/+0
* applied Sanders LD patchGravatar Anselm R.Garbe 2006-08-141-1/+2
* appliead Sanders manpage/Makefile pacthGravatar arg@10ksloc.org 2006-08-071-1/+1
* added stripping to dmenu targetGravatar arg@10ksloc.org 2006-08-071-0/+1
* fixed dist targetGravatar arg@10ksloc.org 2006-08-041-1/+1
* initial importGravatar arg@10ksloc.org 2006-08-041-0/+61
td/> 2024-09-23fixed lua api exit status issueGravatar BanceDev 1-1/+1 2024-09-23fixed splitting within quoted stringGravatar BanceDev 1-5/+10 2024-09-23made and operator actually conditionalGravatar BanceDev 2-17/+27 2024-09-23fixed operator chaining to handle commands terminating with an operatorGravatar BanceDev 1-14/+5 2024-09-23implemented background process operatorGravatar BanceDev 6-154/+238 2024-09-23implemented piping into new chaining methodGravatar BanceDev 1-10/+30 2024-09-18fixed && chaining for builtinsGravatar BanceDev 2-23/+31 2024-09-18added basic && chainingGravatar BanceDev 2-8/+73 2024-09-17changed tokenizer to handle all the chaining operatorsGravatar BanceDev 3-20/+78 2024-09-17Update README.mdGravatar Lance Borden 1-0/+1 2024-09-13added better clarification to help menuGravatar BanceDev 1-1/+2 2024-09-13improved installation instructionsGravatar BanceDev 1-3/+3 2024-09-12v0.1.1Gravatar BanceDev 1-1/+1 2024-09-12fixed bug in input buffer handling due to misplaced printGravatar BanceDev 2-5/+8 2024-09-12Update build.yml checkout v4Gravatar Lance Borden 1-1/+1 2024-09-12Update build.yml to artifact v4Gravatar Lance Borden 1-1/+1 2024-09-12fixed exit status issue with non interative modeGravatar BanceDev 1-1/+1 2024-09-12added non interative mode for running lua scriptsGravatar BanceDev 2-4/+28 2024-09-12temporary github action fix until non-interactive mode is implementedGravatar BanceDev 1-2/+2 2024-09-12attempt to update build script to accept input into lush shellGravatar BanceDev 2-4/+6 2024-09-12prevent lush workflow from getting stuck in testsGravatar Lance Borden 1-1/+4 2024-09-12removed chsh in workflowGravatar Lance Borden 1-4/+1