Mimir is a lightweight study manager that helps you organize and access your files quickly.
Designed for students and anyone who wants to keep study materials at hand without hassle.
- Quickly add and store files
- Easy access and search for your materials
mimir provides zsh autocompletion with dynamic suggestions for:
mimir open <name>
where is a subject or file name.
mkdir -p ~/.zsh/completions
mimir completions zsh > ~/.zsh/completions/_mimir
Add the following to your ~/.zshrc (if not already present):
fpath=(~/.zsh/completions $fpath)
autoload -Uz compinit
compinit
Restart your shell or reload the config:
source ~/.zshrc
Command Overview:
mimirmimir subjectmimir subject addmimir subject deletemimir subject renamemimir filemimir file addmimir file deletemimir file renamemimir taskmimir task addmimir task deletemimir task renamemimir task donemimir task undonemimir openmimir tasksmimir filesmimir workspacemimir config