;bin:hledger-jj: updates
This commit is contained in:
parent
ebc6f06eef
commit
d8e190e576
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env ysh # -*- sh -*-
|
#!/usr/bin/env ysh # -*- sh -*-
|
||||||
|
# tested with ysh 0.24
|
||||||
# https://oils.pub/release/latest/doc/ysh-tour.html
|
# https://oils.pub/release/latest/doc/ysh-tour.html
|
||||||
# https://oils.pub/release/latest/doc/ref/
|
# https://oils.pub/release/latest/doc/ref/
|
||||||
|
|
||||||
@ -24,12 +25,12 @@ $ hledger jj log -- -n5
|
|||||||
$ hledger-jj l -n5 --stat
|
$ hledger-jj l -n5 --stat
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# $ hledger-jj c 'txns' -- -n # commit changes, ignoring any pre-commit hooks
|
# You could install this as more convenient top level hledger commands by
|
||||||
# You can install this as more convenient top-level commands by creating
|
# making hledger-commit, hledger-diff, hledger-status, hledger-log scripts like
|
||||||
# hledger-commit, hledger-status, hledger-log scripts like:
|
|
||||||
#
|
#
|
||||||
# #!/bin/sh
|
# #!/bin/sh
|
||||||
# hledger-jj commit "\$@"
|
# #hledger-commit
|
||||||
|
# hledger-jj commit "$@"
|
||||||
|
|
||||||
const S = /%start/
|
const S = /%start/
|
||||||
const E = /%end/
|
const E = /%end/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user