Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prdpx7/notes-cli
A simple CLI app to take notes daily on markdown file
https://github.com/prdpx7/notes-cli
golang markdown notes notes-app
Last synced: about 2 months ago
JSON representation
A simple CLI app to take notes daily on markdown file
- Host: GitHub
- URL: https://github.com/prdpx7/notes-cli
- Owner: prdpx7
- License: mit
- Created: 2020-04-27T20:44:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-13T15:47:03.000Z (almost 4 years ago)
- Last Synced: 2024-11-07T10:42:15.943Z (3 months ago)
- Topics: golang, markdown, notes, notes-app
- Language: Go
- Size: 4.43 MB
- Stars: 64
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# notes-cli
> A simple CLI app to take notes on markdown files## Installation
```
git clone https://github.com/prdpx7/notes-cli.gitcd notes-cli/
go build
chmod +x ./notes-cli
sudo cp ./notes-cli /usr/local/bin/notes
```## Usage
```
notes - A simple note-taking app
Usage: notes [OPTIONS]
Options:
write - write in markdown file automatically created with today's date stamp
read - browse all notes in terminal file browser
sync - upload all markdown files to your github as Private Gist
Example:
notes write
notes read
notes sync
```