Skip to content

chackerian/PKB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PKB

A low-tech command line tool for adding and querying a PKB - Personal Knowledge Base (uses key value pairs)

Install python dependencies for this project and install mongo (https://docs.mongodb.com/manual/installation/)

1.

Run a local mongo server: $:mongod --dbpath="./db/"

2.

Now you can add to your PKB with: $:pkb --insert a

3.

And query it with $:pkb --query "WHATYOUWANTTOSEARCHHERE"

About

A low-tech command line tool for adding and querying a PKB - Personal Knowledge Base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages