All Projects → prdpx7 → Notes Cli

prdpx7 / Notes Cli

Licence: mit
A simple CLI app to take notes daily on markdown file

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Notes Cli

Brainstorm
Project-brainstorm is a multi-purpose note-taking application which excells at free writing, prototyping, task lists and cheat sheets
Stars: ✭ 213 (+267.24%)
Mutual labels:  notes, markdown
Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+6531.03%)
Mutual labels:  notes, markdown
Web
A free, open-source, and completely encrypted notes app. https://standardnotes.com
Stars: ✭ 3,061 (+5177.59%)
Mutual labels:  notes, markdown
Hedgedoc
HedgeDoc - The best platform to write and share markdown.
Stars: ✭ 2,498 (+4206.9%)
Mutual labels:  notes, markdown
Ml Note
📙慢慢整理所学的机器学习算法,并根据自己所理解的样子叙述出来。(注重数学推导)
Stars: ✭ 537 (+825.86%)
Mutual labels:  notes, markdown
Mininote
📔 A simple Markdown note-taking editor
Stars: ✭ 171 (+194.83%)
Mutual labels:  notes, markdown
Lifelong Learning
✅ ✅ ✅ A massive repo filled with notes on everything from coding to philosophy to psychology to marketing to product
Stars: ✭ 297 (+412.07%)
Mutual labels:  notes, markdown
Cli
A tiny CLI for HedgeDoc
Stars: ✭ 94 (+62.07%)
Mutual labels:  notes, markdown
Notes Up
Markdown notes editor & manager
Stars: ✭ 535 (+822.41%)
Mutual labels:  notes, markdown
Crossnote
📝 An interesting markdown note taking application
Stars: ✭ 533 (+818.97%)
Mutual labels:  notes, markdown
Notes Cli
Small markdown note taking CLI app playing nicely with your favorite editor and other CLI tools
Stars: ✭ 122 (+110.34%)
Mutual labels:  notes, markdown
Notes
📝 Simple delightful note taking, with more unix and less lock-in.
Stars: ✭ 939 (+1518.97%)
Mutual labels:  notes, markdown
Spaceboard
Pinterest for markdown notes. Made with React, TypeScript, and Next.js.
Stars: ✭ 106 (+82.76%)
Mutual labels:  notes, markdown
Boostnote.next
Boost Note is a powerful, lightspeed collaborative workspace for developer teams. Forum (New!): https://github.com/BoostIO/BoostNote-App/discussions
Stars: ✭ 2,682 (+4524.14%)
Mutual labels:  notes, markdown
Mikidown
A note taking application, featuring markdown syntax.
Stars: ✭ 105 (+81.03%)
Mutual labels:  notes, markdown
Notehub
A pastebin for markdown pages.
Stars: ✭ 262 (+351.72%)
Mutual labels:  notes, markdown
Enex Dump
Dump the content of .enex files, preserving attachements, some metadata and optionally converting notes to Markdown.
Stars: ✭ 73 (+25.86%)
Mutual labels:  notes, markdown
Markdownxiaoshujiang
markdownxiaoshujiang
Stars: ✭ 1,188 (+1948.28%)
Mutual labels:  notes, markdown
Notes
✎ Distraction-free notes and writing
Stars: ✭ 363 (+525.86%)
Mutual labels:  notes, markdown
Codimd
CodiMD - Realtime collaborative markdown notes on all platforms.
Stars: ✭ 7,592 (+12989.66%)
Mutual labels:  notes, markdown

notes-cli

A simple CLI app to take notes on markdown files

Installation

git clone https://github.com/prdpx7/notes-cli.git

cd 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].