Skip to content
/ nub Public

Command line note taking tool which uses Github gists as a database

Notifications You must be signed in to change notification settings

madrix01/nub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nub

Command line markdown editor which uses Github gists as a database.

Installation

  • Clone repository
git clone https://github.com/madrix01/nub.git
cd nub
  • Download the dependencies
go mod download
  • build the application
make build
  • Copy output to /bin
cp ./bin/nub /bin/nub

Setting the config

As you run nub it creates config.json file in ~/.config/nub

{
    "Editor": "vim",
    "GistId": "<you gist id>",
    "Token": "<your github token>",
    "TempFolder": "/tmp",
    "Username": "madrix01"
}

Usage

  • edit - Edit note in a gist
nub edit
  • create - Create note in a gist
nub create <filename>.md

About

Command line note taking tool which uses Github gists as a database

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published