Compare commits

..

3 commits

3 changed files with 21 additions and 0 deletions

View file

@ -0,0 +1,3 @@
manage whitespace in issues and comments
Strip leading and trailing whitespace when loading and saving descriptions.

View file

@ -0,0 +1,15 @@
```
$ ent sync
Enter passphrase for key '/home/seb/.ssh/id_ed25519':
^C
$ ent sync
stdout:
stderr: Preparing worktree (checking out 'entomologist-data')
fatal: 'entomologist-data' is already used by worktree at '/tmp/.tmpgKK2gw'
Error: Oops, something went wrong
$ rm -rf /tmp/.tmpgKK2gw/
$ git worktree prune
```

View file

@ -0,0 +1,3 @@
sometimes the output should go to a pager
`ent show` definitely should go in a pager. `ent list` maybe not?