A simple shell script that merges all Xoural++ files (with .xopp
file extension) in the current folder into a single Xournal++ file.
merge-xopp.sh
is executable.
If not, run the following command in the terminal to make it executable.
chmod +x merge-xopp.sh
merge-xopp.sh
to the folder containing the .xopp
files to merge..xopp
files to merge them into a single .xopp
file.
./merge-xopp.sh
merge-xopp.sh
is executable.
If not, run the following command in the terminal to make it executable.
chmod +x merge-xopp.sh
.bashrc
file located in the Home directory. If you are using other shells, paste the export syntax at the end of the corresponding file. (you should replace the-directory-of-simple-xopp-merger with your actual directory path, for example, /home/mason/simple-xopp-merger)
export PATH="$PATH:the-directory-of-simple-xopp-merger"
merge-xopp.sh
This is a helper script for the note taking app Xournal++
This script works on Xournal++ 1.2.2 (Oct 14, 2023), but may break if the file format of Xournal++ changes in the future.
The merging process is based on https://github.com/xournalpp/xournalpp/issues/2816