summaryrefslogtreecommitdiffstats
path: root/src/shell
Commit message (Expand)AuthorAgeFilesLines
* clippyJesse Luehrs2022-01-181-2/+0
* don't just assume that an open fd 3 means to send status updatesJesse Luehrs2022-01-181-1/+1
* stop sending environment stuff over a pipeJesse Luehrs2022-01-171-24/+2
* simplify environment handlingJesse Luehrs2022-01-173-4/+4
* move default environment variable setting to shell initializationJesse Luehrs2022-01-161-1/+4
* improve bell handlingJesse Luehrs2022-01-152-19/+51
* set default SHELL and TERM for subprocessesJesse Luehrs2022-01-151-5/+5
* move the std channel adaptor thread onto the thread poolJesse Luehrs2022-01-111-2/+2
* clippyJesse Luehrs2022-01-111-0/+1
* simplifyJesse Luehrs2022-01-111-22/+17
* move git calcuations to a background threadJesse Luehrs2022-01-111-2/+8
* use inotify to update the prompt git statusJesse Luehrs2022-01-111-2/+47
* add git info to the promptJesse Luehrs2022-01-114-10/+245
* detect git repositoriesJesse Luehrs2022-01-112-6/+38
* clippyJesse Luehrs2022-01-113-8/+0
* don't allow an entry to transition from exited back to runningJesse Luehrs2022-01-111-1/+3
* highlight the specific pipeline that is currently runningJesse Luehrs2022-01-114-14/+75
* stop parsing command lines at all in the main shell processJesse Luehrs2022-01-092-79/+23
* renameJesse Luehrs2022-01-091-1/+1
* renameJesse Luehrs2022-01-091-3/+3
* move to running the full command in the subprocessJesse Luehrs2022-01-091-189/+25
* don't busy loop when waiting for exit after exit eventJesse Luehrs2022-01-091-17/+22
* we also don't need to keep reading if we get an Exit eventJesse Luehrs2022-01-081-0/+2
* simplifyJesse Luehrs2022-01-081-5/+17
* cleanupsJesse Luehrs2022-01-084-41/+27
* remove a bunch of unwrapsJesse Luehrs2022-01-081-13/+9
* fix file descriptor leakJesse Luehrs2022-01-081-0/+1
* implement for loopsJesse Luehrs2022-01-081-20/+87
* implement whileJesse Luehrs2022-01-081-6/+17
* implement ifJesse Luehrs2022-01-081-6/+54
* refactorJesse Luehrs2022-01-081-28/+45
* add parsing for control statementsJesse Luehrs2022-01-081-1/+9
* remove unnecessary codeJesse Luehrs2022-01-081-11/+4
* remove pipeline from the environmentJesse Luehrs2022-01-081-2/+12
* there's no reason to eval at all in the main shellJesse Luehrs2022-01-081-2/+1
* fix race condition when reading pipeline eventsJesse Luehrs2022-01-081-30/+55
* large refactorJesse Luehrs2022-01-082-5/+6
* allow the most recent command output to be biggerJesse Luehrs2022-01-052-16/+30
* and more simplificationJesse Luehrs2022-01-056-22/+14
* a bunch more reorganizationJesse Luehrs2022-01-057-0/+1765