mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-02-24 06:32:58 +01:00
cadmus
Shell Scripts to Facilitate Effective Note Taking
Philosophy
- Be a Front end to tie together different scripts and tools
- Don't replicate work other people have done.
- Plain Text, Open Source.
Installation
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
Usage
Dependencies
- R
- highlight
- node
- nvim
- fzf
- code
- sk
- rg
- perl
- stow
- python
- tmsuAUR
- ranger
- mdcatAUR
- xclip
- sd
- fd
- sed
- cut
- grep
- find
- GNU realpath
- Recoll
- MkDocs
- VNote
Related
Description
Languages
CSS
64.7%
HTML
24.5%
Shell
7%
JavaScript
3%
R
0.7%
Other
0.1%