Usage ===== .. _installation: Installation ------------ To use Bashmemo, first install it using pip: .. code-block:: console $ pip install bashmemo Bookmark a command ---------------- To bookmark a command, you can use the ``bm -b`` command: .. autofunction:: lumache.get_random_ingredients The ``kind`` parameter should be either ``"meat"``, ``"fish"``, or ``"veggies"``. Otherwise, :py:func:`lumache.get_random_ingredients` will raise an exception. .. autoexception:: lumache.InvalidKindError