Metadata-Version: 2.1
Name: pybk
Version: 0.1.0
Summary: Simple terminal app to manage bookmarks
Home-page: https://github.com/gmagno/bk
Author: Goncalo Magno
Author-email: goncalo.magno@gmail.com
License: MIT license
Keywords: bk
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
Requires-Dist: Click (>=7.0)

=========
Bookmarks
=========


.. image:: https://img.shields.io/pypi/v/bk.svg
        :target: https://pypi.python.org/pypi/bk

.. image:: https://img.shields.io/travis/gmagno/bk.svg
        :target: https://travis-ci.com/gmagno/bk

.. image:: https://readthedocs.org/projects/bk/badge/?version=latest
        :target: https://bk.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status




Simple terminal app to manage bookmarks


* Free software: MIT license
* Documentation: https://bk.readthedocs.io.


Features
--------

* Minimal and terminal based UI (thanks to textual)
* Fuzzy find/match
* Hierachical tags


=======
History
=======

0.1.0 (2021-09-19)
------------------

* First release on PyPI.


