Metadata-Version: 2.1
Name: lesezeichen
Version: 0.0.4
Summary: Lesezeichen 'lzn' organizes your bookmarks on the shell - fast and with shell completion
Home-page: https://github.com/yoshtec/lesezeichen
Author: Yoshtec
Author-email: yoshtec@gmail.com
License: UNKNOWN
Keywords: bookmark
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click (>=8)

# Lesezeichen
Lesezeichen 'lzn' organizes your bookmarks on the shell - fast, shell completion


# Code completion

Install code completion Example for zsh and oh my zsh:
```
_LZN_COMPLETE=zsh_source lzn > .oh-my-zsh/completions/lzn.zsh
```


