− ```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.