aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-21properly handle fullscreen windows in bsp treeGravatar BanceDev 1-1/+5
2026-02-21reduced duplicity in the focus moveGravatar BanceDev 1-31/+6
2026-02-21added directional selection and movementGravatar BanceDev 3-230/+143
removed old unused code
2026-02-20prevent popup windows from being inserted into the treeGravatar BanceDev 1-0/+3
2026-02-20fixed workspace switch unmap bugGravatar BanceDev 1-12/+8
2026-02-20updated readmeGravatar BanceDev 1-3/+5
2026-02-20changed to bsp style tilingGravatar BanceDev 3-2014/+2119
2026-02-20a more normal default configGravatar BanceDev 1-21/+1
2026-02-20updated config to use volume scripts with notificationsGravatar BanceDev 3-153/+181
2026-02-18alacritty as main and kitty just for oxicordGravatar BanceDev 1-1/+2
2026-02-18changed default site to personal gitGravatar BanceDev 1-1/+1
2026-02-18reverted changesGravatar BanceDev 1-1/+1
2026-02-18restore changesGravatar BanceDev 1-1/+1
2026-02-18updated readmeGravatar BanceDev 1-1/+1
2026-02-18readme updateGravatar BanceDev 1-1/+1
2026-02-18local image path in readmeGravatar BanceDev 1-1/+1
2026-02-18update config with browser defaultsGravatar BanceDev 1-1/+1
2026-02-17monad tilingGravatar BanceDev 4-317/+155
2026-02-17readmeGravatar BanceDev 2-0/+41
2ffd464850eeec3ec66e2770f&follow=1'>lua api functions for getting terminal width and heightGravatar BanceDev 4-0/+46 2024-09-09added coloring to help commandGravatar BanceDev 1-2/+2 2024-09-09add aliasing to init.luaGravatar BanceDev 9-14/+258 2024-09-09bugfix to inline backspace and delete on multiline bufferGravatar BanceDev 1-7/+23 2024-09-09fixed line wrapping when deleting inlineGravatar BanceDev 1-0/+8 2024-09-09updated gitignoreGravatar BanceDev 2-1/+2 2024-09-09fixed wrapping bug due to not using updated prompt_lengthGravatar BanceDev 1-3/+6 2024-09-09added stripping of escape sequences from prompt size to allow for coloringGravatar BanceDev 1-5/+26 2024-09-09added support for init.lua for configuring shellGravatar BanceDev 8-38/+180 2024-09-09docs: update pathGravatar Christopher Lane 1-1/+1 Updated the path to the example script and fixed a typo in the readme 2024-09-08added getenv and putenv to Lua APIGravatar BanceDev 2-5/+33 fixed bug where terminal closed upon encountering Lua error 2024-09-08added lua api functions for indexing historyGravatar BanceDev 2-0/+35 2024-09-08added support for cli args for lua scriptsGravatar BanceDev 4-3/+28 2024-09-07added --version flagGravatar BanceDev 1-1/+9 2024-09-07fixed error in install.sh instructionsGravatar BanceDev 1-1/+1 2024-09-07fixed bug with cursor alignment when adding text within the bufferGravatar BanceDev 1-1/+11 2024-09-06added API guide to readmeGravatar BanceDev 1-1/+5 2024-09-06Update README.mdGravatar Lance Borden 1-1/+1 2024-09-06better readmeGravatar BanceDev 2-2/+14