unisonweb/unison

Automatically record UCM session as a transcript

Open

#2.249 aberto em 19 de jul. de 2021

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Haskell (304 forks)batch import
codebase-manager / ucmfeature requesthelp wanted

Métricas do repositório

Stars
 (6.624 stars)
Métricas de merge de PR
 (Mesclagem média 10d 2h) (5 fundiu PRs em 30d)

Description

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.

Guia do colaborador