1
0
mirror of https://github.com/RyanGreenup/cadmus.git synced 2025-04-06 19:12:26 +02:00

[FEAT] TMSU mount

This commit is contained in:
Ryan Greenup 2020-07-17 06:30:19 +10:00
parent 68cea37193
commit 1ef9238a23

View File

@ -156,7 +156,8 @@ CadmusTags () {
filter) shift; "${script_dir}/tags/FilterNotesByTMSUTag.sh" "${NOTES_DIR}" "${@:-}"
;;
create) shift; "${script_dir}/tags/tags-to-TMSU.sh" "${NOTES_DIR}" ${@:-} && exit 0
./
;;
mount) shift; MountTags
;;
--*) >&2 echo "bad option $1"
;;
@ -168,6 +169,17 @@ CadmusTags () {
}
# **** Mount Tags
MountTags () {
cd "${NOTES_DIR}"
DIR="$(mktemp -d)"
tmsu mount "${DIR}"
nautilus "${DIR}" && exit 0
}
# **** Help
function TagsHelp() {
@ -179,6 +191,7 @@ function TagsHelp() {
echo -e " ..............\e[1;34m┊┊┊\e[0m........................................... "
echo -e " \e[1;93m filter \e[0m \e[1;34m ┊┊┊ 🎆 \e[0m Find Notes based on FileName"
echo -e " \e[1;32m create \e[0m \e[1;34m ┊┊┊ 🎆 \e[0m Create Tags with TMSU"
echo -e " \e[1;32m mount \e[0m \e[1;34m ┊┊┊ 🎆 \e[0m Mount Tags as a Virtual FS"
echo
echo -e " \e[3m\e[1m• Notes\e[0m "
echo