more help tweaks, show commands

simonmichael
Feb 1, 2022, 9:10 PM
6C2F2W264LNQ7CNNVL67DQXOO43EJIZEXEPLDVS4BPIDW2FGHIIQC

Dependencies

Change contents

  • edit in bashrc at line 1
    [3.1]
    [3.0]
    #!/bin/bash
  • replacement in bashrc at line 13
    [3.68][3.68:170]()
    pjh() { grep -E '^# (pj|\*|.*disablesimilar)' "$THISFILE" | sed -e 's/^# \*\*/\n**/' -e 's/^# //' ; }
    [3.68]
    [3.333]
    pjh() { grep -E '^# (pj|\*)' "$THISFILE" | sed -e 's/^# \*\*/\n**/' -e 's/^# //' ; }
    # pjhh - show more verbose help with equivalent commands
    pjhh() { grep -E '^# (pj|\*| \S)' "$THISFILE" | sed -e 's/^# \*\*/\n**/' -e 's/^# //' ; }
  • edit in bashrc at line 24
    [2.60]
    [3.499]
    # pijul key generate `whoami`
  • edit in bashrc at line 28
    [3.372]
    [3.599]
    # rm -ri $PIJULCONFDIR
  • replacement in bashrc at line 35
    [3.629][2.61:105]()
    # ** List recorded changees in current repo
    [3.629]
    [3.299]
    # ** List recorded changes in current repo
  • edit in bashrc at line 38
    [3.523]
    [3.300]
    # pijul log (like git log, darcs log)
  • edit in bashrc at line 42
    [3.958]
    [3.319]
    # pijul log --description
  • replacement in bashrc at line 46
    [3.567][3.567:613]()
    # (similar to git log --stat, darcs log -s)
    [3.567]
    [3.1156]
    # (like git log --stat, darcs log -s)
  • edit in bashrc at line 50
    [2.173]
    [12.67]
    # pijul log --hash-only
  • replacement in bashrc at line 63
    [2.264][3.762:817](),[3.762][3.762:817]()
    # (similar to git show [HASH], darcs log -v -h HASH)
    [2.264]
    [3.1328]
    # pijul change (like git show [HASH], darcs log -v -h HASH)
  • replacement in bashrc at line 67
    [2.326][3.878:940](),[3.878][3.878:940]()
    # (similar to git show --stat [HASH], darcs log -v -h HASH)
    [2.326]
    [3.1450]
    # (like git show --stat [HASH], darcs log -v -h HASH)
  • replacement in bashrc at line 73
    [3.1439][3.971:1110]()
    # pjs - summarise unrecorded changes (except added files), add -u to see untracked files
    # (similar to git status -s, darcs whatsnew -s)
    [3.1439]
    [3.1576]
    # pjs - summarise unrecorded changes (except added files), -u for untracked files
    # pijul diff -s (like git status -s, darcs whatsnew -s)
  • replacement in bashrc at line 78
    [3.1172][3.1172:1214]()
    # (similar to git diff, darcs whatsnew)
    [3.1172]
    [3.1214]
    # pijul diff (like git diff, darcs whatsnew)
  • replacement in bashrc at line 84
    [3.1334][3.1334:1396]()
    # (similar to git commit -am 'MSG', darcs record -am 'MSG')
    [3.1334]
    [3.1396]
    # pijul record -am 'MSG' (like git commit -am 'MSG', darcs record -am 'MSG')
  • replacement in bashrc at line 87
    [3.1786][3.1427:1567]()
    # pjamend [HASH] [PATHS] - add all unrecorded changes to the last or specified patch
    # (similar to git commit --amend -a, darcs amend -a)
    [3.1786]
    [3.1567]
    # pjamend [HASH] [PATHS] - add all unrecorded changes to last or specified patch
    # pijul record -a --amend [HASH] (like git commit --amend -a, darcs amend -a)
  • replacement in README.md at line 13
    [3.5][3.92:99]()
    $ pjh
    [3.5]
    [3.1605]
    $ pjhh
  • edit in README.md at line 16
    [3.1670]
    [3.1670]
    pjhh - show more verbose help with equivalent commands
  • edit in README.md at line 21
    [2.386]
    [3.1810]
    pijul key generate `whoami`
  • edit in README.md at line 23
    [3.1865]
    [3.1865]
    rm -ri $PIJULCONFDIR
  • edit in README.md at line 27
    [3.1929]
    [3.1929]
    pijul log (like git log, darcs log)
  • edit in README.md at line 29
    [3.1970]
    [3.1970]
    pijul log --description
  • edit in README.md at line 31
    [3.2012]
    [2.430]
    (like git log --stat, darcs log -s)
  • replacement in README.md at line 34
    [3.2078][2.497:527]()
    ** Inspect a recorded change
    [3.2078]
    [2.527]
    ** Inspect a record change
  • edit in README.md at line 36
    [2.586]
    [2.586]
    pijul change (like git show [HASH], darcs log -v -h HASH)
  • edit in README.md at line 38
    [2.646]
    [3.2215]
    (like git show --stat [HASH], darcs log -v -h HASH)
  • replacement in README.md at line 41
    [3.2244][3.2244:2332]()
    pjs - summarise unrecorded changes (except added files), add -u to see untracked files
    [3.2244]
    [3.2332]
    pjs - summarise unrecorded changes (except added files), -u for untracked files
    pijul diff -s (like git status -s, darcs whatsnew -s)
  • edit in README.md at line 44
    [3.2392]
    [3.2392]
    pijul diff (like git diff, darcs whatsnew)
  • replacement in README.md at line 48
    [3.2489][3.2489:2573]()
    pjamend [HASH] [PATHS] - add all unrecorded changes to the last or specified patch
    [3.2489]
    pijul record -am 'MSG' (like git commit -am 'MSG', darcs record -am 'MSG')
    pjamend [HASH] [PATHS] - add all unrecorded changes to last or specified patch
    pijul record -a --amend [HASH] (like git commit --amend -a, darcs amend -a)