Skip to content

23RoMax/gni-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gNodeIt-cli

NPM

A simple, reliable, command line interface to create notes, write content in VSCode and automatically syncing them into a configured repository.

How to use

gNodeIt-cli is really simple to use.

Prerequesits

Node.js

Installing gNodeIt

Configuring gNodeIt

A .env file in the root folder is necessary to use gNodeIt

A example:

# Base configuration
EDITOR='code'
OPEN='folder'
ATTACH_HEADER=true
NOTES_PATH='C:/Users/yourUser/Desktop/notes/'
FOLDERSTRUCTURE='fullDate'
GIT_SYNC=true
GIT_BASIC_AUTH_USERNAME='GitUser'
GIT_BASIC_AUTH_PASSWORD='GitPassword'
GIT_PATH='github.com/GitUser/notesrepository'
CLIENT_NAME='DeviceName'

To-Do's

  • Tests
  • Open and continue editing
  • Configuration via CLI
  • Fetch and pull before creating new documents - DONE
  • Initiate new repositories
  • ToDo sync (get To-Do's from Documents and sync them to configured To-Do Apps)

License

GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007

About

GitNodeIt command line interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published