The project has been flagged as EOL (End of Life) on December 2022. Moving forward to more simplistic approach for better automation and other changes. You can still use the structure but please dont expect more updates or support.
tests | |
---|---|
package |
This project is a toolset for Second Brain, This would help us to quickly and more efficiently create notes using Second Brain Vault.
- Free software: Apache Software License 2.0
pip3 install second-brain-tools
You can also install the in-development version with:
pip install https://github.com/rohanbatrain/Second-Brain-Tools/archive/main.zip
Please note the developement is paused for 3 months due to 12th -> (CBSE BOARDS 2023)
To use the project:
from second_brain_tools import cli
cli.main()
Or from your terminal
second-brain-tools --help
Currently no time for writing docs, join me on the discussion on obsidian forums.
https://forum.obsidian.md/t/second-brain-vault-template-cli/50758
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |