Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | command: adapt the output of the bug list to the terminal size | Michael Muré | 2023-01-17 | 1 | -0/+13 |
| | |||||
* | execenv: move terminal detection to Out, introduce the compagnion In | Michael Muré | 2023-01-17 | 1 | -179/+62 |
| | |||||
* | feat: use isatty to detect a Termios instead | Steve Moyer | 2023-01-17 | 1 | -32/+16 |
| | |||||
* | feat: detect os.Stdin/os.Stdout mode | Steve Moyer | 2023-01-16 | 1 | -3/+30 |
| | |||||
* | commands: add a nice terminal progress bar when building the cache | Michael Muré | 2023-01-11 | 1 | -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 creation | Michael Muré | 2022-12-29 | 1 | -0/+11 |
| | |||||
* | commands: don't double build the lamport clocks | Michael Muré | 2022-12-29 | 1 | -3/+4 |
| | |||||
* | cache: simplify cache building events handling | Michael Muré | 2022-12-27 | 1 | -6/+2 |
| | |||||
* | cache: tie the last printf in an event to make the core print free | Michael Muré | 2022-12-27 | 1 | -13/+12 |
| | |||||
* | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 | 1 | -13/+11 |
| | |||||
* | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 | 1 | -4/+4 |
| | |||||
* | WIP | Michael Muré | 2022-12-19 | 1 | -1/+20 |
| | |||||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 | 1 | -0/+191 |