aboutsummaryrefslogtreecommitdiffstats
path: root/commands/execenv/env.go
Commit message (Collapse)AuthorAgeFilesLines
* command: adapt the output of the bug list to the terminal sizeMichael Muré2023-01-171-0/+13
|
* execenv: move terminal detection to Out, introduce the compagnion InMichael Muré2023-01-171-179/+62
|
* feat: use isatty to detect a Termios insteadSteve Moyer2023-01-171-32/+16
|
* feat: detect os.Stdin/os.Stdout modeSteve Moyer2023-01-161-3/+30
|
* commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-111-12/+51
| | | | One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user.
* commands: share JSON creationMichael Muré2022-12-291-0/+11
|
* commands: don't double build the lamport clocksMichael Muré2022-12-291-3/+4
|
* cache: simplify cache building events handlingMichael Muré2022-12-271-6/+2
|
* cache: tie the last printf in an event to make the core print freeMichael Muré2022-12-271-13/+12
|
* cache: fix some bugs after refactorMichael Muré2022-12-231-13/+11
|
* cache: generic withSnapshot, some cleanupMichael Muré2022-12-221-4/+4
|
* WIPMichael Muré2022-12-191-1/+20
|
* commands: reorg into different packagesMichael Muré2022-11-201-0/+191