Shell Scripts to Facilitate Effective Note Taking
Essentially I used to have a dozen shell scripts in ~/bin
that I use to capture notes, this is an attempt to wrap them into a single script and then have aliases to make them quick to access.
To install, satisfy the dependencies and do something like this:
cd ~/DotFiles
if [[ -d ".git" ]]; then
echo "Adding Submodule";
git submodule add https://github.com/RyanGreenup/cadmus
else echo "Cloning Repository";
git clone https://github.com/RyanGreenup/cadmus
fi
stow -t $HOME -S cadmus
:warning: WARNING |
---|
Stow is currently broken on Arch If you are using Stow 2.3.1-2 downgrade |
Downgrade with: sudo pacman -U https://archive.archlinux.org/packages/s/stow/stow-2.2.2-5-any.pkg.tar.xz
It’s all Menu driven so just follow the diagram to do what you need.
It is assumed that:
.md
extension~/Notes
~/Notes
will need to be indexed by Recoll so the results will show up.--
, e.g. kitty -- nvim
TODO