https://github.com/t-eckert/nb
A command line tool for taking notes.
https://github.com/t-eckert/nb
Last synced: about 1 year ago
JSON representation
A command line tool for taking notes.
- Host: GitHub
- URL: https://github.com/t-eckert/nb
- Owner: t-eckert
- License: apache-2.0
- Created: 2021-07-29T15:10:19.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T15:10:17.000Z (over 2 years ago)
- Last Synced: 2025-02-18T09:51:24.020Z (over 1 year ago)
- Language: Go
- Size: 76.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> [!NOTE]
> I no longer use this. I've moved over to using [Obsidian](obsidian.md) for my note taking. I totally support anyone taking this and running with it if they like. Stay cool 😎.
# *NotaBene* (nb) is a command line application for taking notes and daily logs
`nb` is a command line application for taking notes with markdown.
This is what I use to manage my notebook in Markdown using Neovim. I maintain
it just for myself, but I welcome anyone to fork it and make it their own.
## Installation
```bash
go install github.com/t-eckert/nb@latest
```