Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-eckert/nb
A command line tool for taking notes.
https://github.com/t-eckert/nb
Last synced: 6 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T15:10:17.000Z (8 months ago)
- Last Synced: 2024-06-21T13:05:22.387Z (5 months 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
```