.cruft.json
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
Makefile
README.rst
pyproject.toml
ruff.toml
.github/workflows/lint.yml
.github/workflows/pages.yml
.github/workflows/pypi.yml
.github/workflows/release.yml
.github/workflows/test.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/integration.rst
docs/intro.rst
docs/make.bat
docs/usage.rst
docs/_assets/vim.cast
docs/_assets/zsh.cast
docs/_images/.gitkeep
docs/_static/.gitkeep
docs/_static/custom.css
docs/_static/sphinx-notes.png
src/sphinxnotes/picker/__init__.py
src/sphinxnotes/picker/cache.py
src/sphinxnotes/picker/cli.py
src/sphinxnotes/picker/ext.py
src/sphinxnotes/picker/keyword.py
src/sphinxnotes/picker/meta.py
src/sphinxnotes/picker/picker.py
src/sphinxnotes/picker/py.typed
src/sphinxnotes/picker/snippets.py
src/sphinxnotes/picker/table.py
src/sphinxnotes/picker/config/__init__.py
src/sphinxnotes/picker/config/default.py
src/sphinxnotes/picker/integration/__init__.py
src/sphinxnotes/picker/integration/binding.nvim
src/sphinxnotes/picker/integration/binding.sh
src/sphinxnotes/picker/integration/binding.vim
src/sphinxnotes/picker/integration/binding.zsh
src/sphinxnotes/picker/integration/plugin.sh
src/sphinxnotes/picker/integration/plugin.vim
src/sphinxnotes/picker/utils/__init__.py
src/sphinxnotes/picker/utils/ellipsis.py
src/sphinxnotes/picker/utils/pdict.py
src/sphinxnotes/picker/utils/titlepath.py
src/sphinxnotes_picker.egg-info/PKG-INFO
src/sphinxnotes_picker.egg-info/SOURCES.txt
src/sphinxnotes_picker.egg-info/dependency_links.txt
src/sphinxnotes_picker.egg-info/entry_points.txt
src/sphinxnotes_picker.egg-info/requires.txt
src/sphinxnotes_picker.egg-info/top_level.txt
tests/__init__.py
tests/test_always_pass.py
utils/cli.py
utils/conf.py