Skip to content

πŸ“ A command-line utility for taking scribbbles πŸ’…πŸΎ

License

Notifications You must be signed in to change notification settings

iamwebwiz/scribbblr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

scribbblr

A command line utility for taking notes (scribbbles 😎)

Installation

  • Clone the repository
git clone https://github.com/iamwebwiz/scribbblr.git
  • Change directory to cloned project
cd scribbblr
  • Install dependencies
npm install

Usage

  • Fetch all scribbbles
node app list
  • Add a new scribbble
node app new --title="Title" --content="Content" --date="DD-MM-YYYY"
  • Get details of a scribbble
node app find --title="Title"
  • Delete a scribbble
node app delete --title="Title"

About

πŸ“ A command-line utility for taking scribbbles πŸ’…πŸΎ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published