unisonweb/unison

Automatically record UCM session as a transcript

Open

#2.249 geöffnet am 19. Juli 2021

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Haskell (304 Forks)batch import
codebase-manager / ucmfeature requesthelp wanted

Repository-Metriken

Stars
 (6.624 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 10T 2h) (5 gemergte PRs in 30 T)

Beschreibung

When working in Unison, situations like these come up often:

  • I need to capture a transcript of what I've been doing in Unison, but don't realize it until after the fact, and making a transcript by hand can be a bit tedious.
  • I accidentally fix an issue and I don't have a record of what I did to fix it.
  • I run into an error message and I want to know what I did last time to work around it.

This is a feature request to automatically record a transcript of every UCM session. This could be made off-and-onable in the .config file.

Contributor Guide