diff --git a/Makefile b/Makefile index 737fc0c..9ffd662 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ MAJOR_VERSION=1 -VERSION=1.13 +VERSION=1.13.1 TARGET := bash-boost-$(VERSION) SRCS := $(shell find src -type f -name "*.sh" | sort) diff --git a/src/MANUAL.md b/src/MANUAL.md index bde883e..9e68d13 100644 --- a/src/MANUAL.md +++ b/src/MANUAL.md @@ -1,7 +1,7 @@ --- title: BASH-BOOST(1) author: github.com/tomocafe -date: May 7, 2023 +date: May 14, 2023 --- @@ -467,7 +467,7 @@ If KEY is already used, this will overwrite the orevious assignment **Notes:** -Useful as a keyboard shortcut, e.g., Ctrl+Shift+B +Useful as a keyboard shortcut, e.g., Ctrl+X-B ## `bb_bookmark [KEY] [DIR]` diff --git a/src/interactive/bookmark.sh b/src/interactive/bookmark.sh index aab74de..f55c69a 100644 --- a/src/interactive/bookmark.sh +++ b/src/interactive/bookmark.sh @@ -19,8 +19,8 @@ __bb_interactive_bookmark_resp="" function _bb_interactive_bookmark_prompt () { read -r -n 1 -p "${BB_BOOKMARK_PS1:-(bookmark) }" __bb_interactive_bookmark_resp - echo __bb_interactive_bookmark_resp="${__bb_interactive_bookmark_resp,,}" + echo "$__bb_interactive_bookmark_resp" } function _bb_interactive_bookmark_iskeyvalid() { diff --git a/src/man/man1/bash-boost.1 b/src/man/man1/bash-boost.1 index fe1654a..aefeaad 100644 --- a/src/man/man1/bash-boost.1 +++ b/src/man/man1/bash-boost.1 @@ -1,6 +1,6 @@ .\" Automatically generated by Pandoc 2.5 .\" -.TH "BASH\-BOOST" "1" "May 7, 2023" "" "" +.TH "BASH\-BOOST" "1" "May 14, 2023" "" "" .hy .SH Package cli/arg .PP @@ -455,7 +455,7 @@ key If KEY is already used, this will overwrite the orevious assignment .PP \f[B]Notes:\f[R] .PP -Useful as a keyboard shortcut, e.g., Ctrl+Shift+B +Useful as a keyboard shortcut, e.g., Ctrl+X\-B .SS \f[C]bb_bookmark [KEY] [DIR]\f[R] .PP Go to the directory bookmarked by KEY if it exists, otherwise create