log

Minimalist command line note manager
git clone https://codeberg.org/night0721/log
Log | Files | Refs | README | LICENSE

log.1 (1136B)


      1 .TH log 1 log\-VERSION
      2 .SH NAME
      3 log \- Minimalistic note manager 
      4 .SH SYNOPSIS
      5 .B log
      6 .RB [ \-l ]
      7 .RB [ \-i ]
      8 .RB [ \-v ]
      9 .RB [ \-h ]
     10 .RB [ \-I ]
     11 .RB [ \-Q ]
     12 .RB [ \-R ]
     13 
     14 .SH DESCRIPTION
     15 log is a minimalistic command line note manager written in C. It uses EDITOR environment variable to open notes and respects XDG variables to determine the store directory. It also supports markdown and plaintext notes. It is a simple and easy to use note manager with providing basic functionalities like adding, removing, and listing notes.
     16 .SH OPTIONS
     17 
     18 .TP
     19 .B \-l
     20 Lists the notes in the directory in a tree format.
     21 
     22 .TP
     23 .B \-i
     24 Prints the directory where the notes are stored.
     25 
     26 .TP
     27 .B \-v
     28 Prints the version of the program.
     29 
     30 .TP
     31 .B \-h
     32 Shows the help message.
     33 
     34 .TP
     35 .B \-I [filename]
     36 Creates a new note with the name specified in the filename.
     37 
     38 .TP
     39 .B \-Q [filename]
     40 Searches for the note with specified name and prints its path to the stdout.
     41 
     42 .TP
     43 .B \-R [filename]
     44 Removes the note specified in the filename.
     45 
     46 .TP
     47 .B \-S [filename]
     48 Prints the content of the note specified in the filename.
     49 
     50 .SH AUTHOR
     51 Made by Night Kaly
     52 .B <[email protected]>