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
- Host: GitHub
- URL: https://github.com/mleidel/cbl
- Owner: MLeidel
- License: gpl-3.0
- Created: 2023-03-20T01:24:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-19T21:37:24.000Z (over 2 years ago)
- Last Synced: 2025-02-12T23:48:07.540Z (over 1 year ago)
- Topics: c, clips, console-app, linux, notes, windows
- Language: C
- Homepage:
- Size: 496 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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