B:BD[
4.435] → [
4.435:479]
B:BD[
4.479] → [
2.421:452]
B:BD[
4.479] → [
4.479:610]
B:BD[
4.610] → [
2.453:515]
B:BD[
4.664] → [
4.664:774]
B:BD[
4.774] → [
2.516:684]
B:BD[
3.333] → [
3.333:337]
```shell
$ pjh
# * Pijul command line aliases.
# pjh - show help for these aliases.
# pj [CMD] - run a pijul command or show pijul's help.
# ** pijul setup/uninstall helpers
# pjkeygen - generate a patch-signing key for current user.
# pjconfrm - erase current user's pijul config and keys.
# ** list recorded patches in current repo
# pjl - standard list.
# pjlv - list with full descriptions. (?)
# pjls - list with summary of file changes.
# pjlh - list just the hashes.
# ** inspect a patch
# pjshow [HASH] - show a patch in full.
# pjshowstat [HASH] - summarise a patch.
# ** show unrecorded changes
# pjd - show unrecorded changes in full (except added files).
# pjs - summarise unrecorded changes (except added files). Add -u to see untracked files.
# ** record changes
# pjrecam 'MSG' [PATHS] - record all unrecorded changes, with the given message.
# pjamenda [HASH] [PATHS] - add all unrecorded changes to the last or specified patch.
```
$ pjh
# * Pijul command line aliases.
# pjh - show help for these aliases.
# pj [CMD] - run a pijul command or show pijul's help.
# ** pijul setup/uninstall helpers
# pjkeygen - generate a patch-signing key for current user.
# pjconfrm - erase current user's pijul config and keys.
# ** list recorded patches in current repo
# pjl - standard list.
# pjlv - list with full descriptions. (?)
# pjls - list with summary of file changes.
# pjlh - list just the hashes.
# ** inspect a patch
# pjshow [HASH] - show a patch in full.
# pjshowstat [HASH] - summarise a patch.
# ** show unrecorded changes
# pjd - show unrecorded changes in full (except added files).
# pjs - summarise unrecorded changes (except added files). Add -u to see untracked files.
# ** record changes
# pjrecam 'MSG' [PATHS] - record all unrecorded changes, with the given message.
# pjamenda [HASH] [PATHS] - add all unrecorded changes to the last or specified patch.