aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd
AgeCommit message (Expand)Author
2021-11-12chore: simplified organizational structurelaptopNicholas
2021-11-11chore: merge master into laptopNicholas
2021-11-11chore: update desktopNicholas Noll
2021-11-11chore: libunicode -> libutfNicholas
2021-11-10chore: libunicode -> libutfNicholas
2021-11-08feat(rc): added back functionality of prompt, now unicode awareNicholas Noll
2021-11-07config changes for laptopNicholas
2021-11-04Feat: input readline now unicode awareNicholas Noll
2021-10-29fix(unicode): emoji widths and readline now moves in a more unicode aware mannerNicholas Noll
2021-10-29checkinNicholas Noll
2021-10-29chore: stop tracking auto-gen fileNicholas Noll
2021-10-29Prototype of unicode readline supportNicholas Noll
2021-10-29Exposed some unicode values to library users.Nicholas Noll
2021-10-26fix(unicode): renamed functions to be easier to understand their functionsNicholas Noll
2021-10-26Feat(libunicode): Added an explicit unicode libraryNicholas Noll
2021-10-26fix(rc): prompt during command entryNicholas Noll
2021-10-26feat(rc): keywords now recognized. for and while loopNicholas Noll
2021-10-26chore(rename): libn -> baseNicholas Noll
2021-10-26proto(rc): control structuresNicholas Noll
2021-10-26feat(rc): added index operationsNicholas Noll
2021-10-21feat(rc): added a few builtinsNicholas Noll
2021-10-21feat(rc): added andand and oror operatorsNicholas Noll
2021-10-21Fix: attempted to access stale memory upon exec failure.Nicholas Noll
2021-10-21feat(rc): string join operatorNicholas Noll
2021-10-21feat(rc): string concatenation worksNicholas Noll
2021-10-21feat(rc): expanded tree printingNicholas Noll
2021-10-21feat(rc): vi mode fleshed outNicholas Noll
2021-10-20Feat: now execs instead of exec + fork if going to exit.Nicholas Noll
2021-10-20Refactored interactivity to track with thread.Nicholas Noll
2021-10-19Feat(rc): added subshell commands and cd builtinNicholas Noll
2021-10-19feat(rc): prototype of async jobsNicholas Noll
2021-10-19Feat: word operators and more robust crashingNicholas Noll
2021-10-19feat(rc): cleaner process watching for each jobNicholas Noll
2021-10-18feat(rc): job control prototype working for basic commandsNicholas Noll
2021-10-15feat(rc): working prototype of input->compile->print loopNicholas Noll
2021-10-13RM(rc): old code. too many assumptions baked inNicholas Noll
2021-10-13Feat(rc): working(ish) version of rc shellNicholas Noll
2021-10-13feat(rc): added unix port of rc with linenoiseNicholas Noll
2021-10-13fix(email): bytes error. updated vendoringNicholas Noll
2021-10-09fix(term): forgot harfbuzz fileNicholas Noll
2021-10-09feat(rc): added shellNicholas Noll
2021-10-08fix(tmux): regex to correctly deal with suspended nvimNicholas Noll
2021-10-08fix(theme): consistent themeNicholas Noll
2021-10-05feat(term): added ligature support. some combining character helpNicholas Noll
2021-10-05feat(dwm): spatial movement and attach bottomNicholas Noll
2021-10-04feat(wm): layer shellNicholas Noll
2021-10-04feat(wm): mouse inputNicholas Noll
2021-10-04feat(wm): keyboard focus correctedNicholas Noll
2021-10-04feat(wm): tiling prototype workingNicholas Noll
2021-10-04checkin(wm)Nicholas Noll