about summary refs log tree commit diff stats
path: root/edit/007-sandbox-delete.mu
Commit message (Collapse)AuthorAgeFilesLines
* 2374 - now edit works until layer 8Kartik K. Agaram2015-11-051-4/+2
|
* 2309Kartik K. Agaram2015-10-281-4/+4
|
* 2260 - start tracing by depth rather than labelKartik K. Agaram2015-10-061-1/+1
| | | | Now we can collect all traces, just modulating the depth.
* 2183 - environment + external editor using tmuxKartik K. Agaram2015-09-121-3/+1
| | | | Thanks Jack and Caleb Couch for the idea.
* 2156 - split edit.mu into multiple filesKartik K. Agaram2015-09-051-0/+111
Now you can bring up the programming environment by saying: $ mu edit The files under edit aren't yet *layers*, though, they have a few dependencies that we need to clean up.