Paper cuts identified during the user testing session held on 2020-11-24 (participants: @haltode, @seirl, @zack):
- [X] ENOENT shouldn't be logged (T2802)
- [X] Use yaml.dump() to display the config (only in debug instead of info) (D4596)
- [X] Document how to change the logging level (D4598)
- [X] DEBUG level: only return the number of results, to have a readable output (→ general solution for swh CLI: T2819)
- [X] pretty-print the meta JSON (D4617)
- [ ] try to find why each zsh prompt (triggering plugins) is so slow (maybe lookup() → O(1) results in the sqlite database?)
- [ ] update .status every time it is opened, not only on `ls`
- [X] nested branch names (e.g., feature/foo) in snapshot instead of %2F (T2820)
- [ ] origin/archive search -> swh search CLI, returning origins (T2822)