Skip to content

A Rust-based engine for CodeNotes - A VSCode extension for embedding notes in your code projects

License

Notifications You must be signed in to change notification settings

The-Flash/codenotes-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeNotes CLI

Command-Line Interface for CodeNotes VSCode Extension

Note Types

  1. Folder notes
  2. Line notes

Initializing a project

codenotes init
codenotes init --directory /path/to/your/project

Notes API

Adding a folder note

codenotes add note --message "This is a folder note" --directory /path/to/directory

Adding a file note

codenotes add note --message "This is a file note" --file /path/to/file

Adding a line note

codenotes add note --line --message "This is a line note" --line-no 10 --file /path/to/file

Adding a sticky line note

codenotes add note --message "This is a line note" --line-no 10 --sticky --directory /path/to/file

Deleting a note

codenotes delete note 01ARZ3NDEKTSV4RRFFQ69G5FAV

Updating a folder note

codenotes update note 01ARZ3NDEKTSV4RRFFQ69G5FAV --message "This is an updated note"

Getting a single note

codenotes get note 01ARZ3NDEKTSV4RRFFQ69G5FAV

Reminders API - TODO

Putting a reminder on a note

About

A Rust-based engine for CodeNotes - A VSCode extension for embedding notes in your code projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published