An open API service indexing awesome lists of open source software.

https://github.com/mleidel/cbl

Console Based note & snip-it Lookup & retrieval
https://github.com/mleidel/cbl

c clips console-app linux notes windows

Last synced: about 2 months ago
JSON representation

Console Based note & snip-it Lookup & retrieval

Awesome Lists containing this project

README

          

# cbl
__Console Based note & snip-it Lookup & retrieval__

Uses text files to organize text information by File and Topic.

Binary executable for Linux and Windows.

Run setup.cmd (setup.sh) to create cbl folder where subject
files can be stored, updated, and deleted.

Setup also copies executable to system directory (admin required)

_tkinter.txt_ is provided for an example of a 'cbl' text file.
Notice the `=-=` syntax to delimate each topic/title.

The text of a topic printed to the console is also placed in
the system clipboard.

## Usage

display all cbl text files:
> `cbl`

display all topics in paricular text file:
> `cbl tkinter`

display topic info from particular text file:
> `cbl tkinter spinbutton`

search all topics in particular text file for some text:
> `cbl tkinter search " `cbl tkinter e`
launches your text editor with the cbl text file

The 'cbl' files directory is located at:
`/home/USER/.config/cbl` for Linux
and
`HOME\cbl` for Windows