.codeclimate.yml | |
|
|
.flake8 | |
|
|
.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/dependabot.yml | |
|
|
.github/labels.yml | |
|
|
.github/pull_request_template.md | |
|
|
.github/release-drafter.yml | |
|
|
.github/workflows/codeql.yml | |
|
|
.github/workflows/labels.yml | |
|
|
.github/workflows/lock.yml | |
|
|
.github/workflows/publish.yml | |
|
|
.github/workflows/release-drafter.yml | |
|
|
.github/workflows/requirements.txt | |
|
|
.github/workflows/stale.yml | |
|
|
.github/workflows/static-analysis.yml | |
|
|
.github/workflows/test.yml | |
|
|
.gitignore | |
|
|
.mise.toml | |
|
|
.pre-commit-config.yaml | |
|
|
.readthedocs.yml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
examples/__init__.py | 1 | A 0 mins |
|
linkding_cli/__init__.py | 1 | A 0 mins |
|
linkding_cli/cli.py | 61 | A 0 mins |
|
linkding_cli/commands/__init__.py | 1 | A 0 mins |
|
linkding_cli/commands/bookmark.py | 284 | A 0 mins |
|
linkding_cli/commands/tag.py | 70 | A 0 mins |
|
linkding_cli/commands/user.py | 20 | A 0 mins |
|
linkding_cli/config.py | 61 | A 0 mins |
|
linkding_cli/const.py | 11 | A 0 mins |
|
linkding_cli/core.py | 27 | A 0 mins |
|
linkding_cli/errors.py | 7 | A 0 mins |
|
linkding_cli/helpers/__init__.py | 1 | A 0 mins |
|
linkding_cli/helpers/logging.py | 66 | A 0 mins |
|
linkding_cli/py.typed | |
|
|
linkding_cli/util/__init__.py | 15 | A 0 mins |
|
poetry.lock | |
|
|
pyproject.toml | |
|
|
script/docs | |
|
|
script/release | |
|
|
script/setup | |
|
|