hb

A handbook for UNIX
git clone git@getsh.org:hb.git
Log | Files | Refs | README | LICENSE

README (1074B)


      1 
      2 NB(1)                     BSD General Commands Manual                    NB(1)
      3 
      4 NAME
      5      nb -- simple notebook manager
      6 
      7 SYNOPSIS
      8      nb [n|new] file_name.md
      9      nb [s|sync]
     10 
     11 DESCRIPTION
     12      The nb provides a lightweight interface for accessing and adding notes on
     13      command line.
     14 
     15      nb doesn't complain much and tries to work with what is available.
     16      fzf(1) is used for fuzzy searching and it is launched by default if no
     17      options are given.
     18 
     19      In the case of fzf unavailability, nb simply changes directory to NB_PATH
     20 
     21      If [sync] option is used, nb attempts a add/commit/push cycle on NB_PATH
     22      via git(1)
     23 
     24 ENVIRONMENT
     25      NB_PATH  The location of your notebook folder.
     26 
     27 AUTHORS
     28      Bharatvaj <bharatvaj@getsh.org>
     29 
     30 LICENSE
     31      nb is in the public domain.
     32 
     33      To the extent possible under law, the creator of this work has waived all
     34      copyright and related or neighboring rights to this work.
     35 
     36            http://creativecommons.org/publicdomain/zero/1.0/
     37 
     38 BSD                            October 06, 2021                            BSD