Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 618 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 618 Bytes

Memb Build Status

A cli for managing a local text-based knowledge base.

Installation

Arch Linux

$ pacman -S memb

Linux & macOS

Memb requires sed and grep to be installed. Just move memb to your $PATH.

Usage

Usage: memb <operation>


 Example usage: search for keywords 'untar' and 'zip'
    memb untar zip

 -a <sentence>
    Add <sentence> to the knowledge base.

 -p
    Print the content of the knowledge base.

 -d <line>
    Remove sentence at <line> from the knowledge base.