WebSafe 3.7github.com
|
|
🏠
Skip to content

Added create command to rnote-cli#1663

Open
DarshPareek wants to merge 2 commits intoflxzt:mainfrom
DarshPareek:cli_create
Open

Added create command to rnote-cli#1663
DarshPareek wants to merge 2 commits intoflxzt:mainfrom
DarshPareek:cli_create

Conversation

@DarshPareek
Copy link

@DarshPareek DarshPareek commented Feb 18, 2026

This PR adds the functionality of doing two things with the rnote-cli command:

  1. Create a new already saved file on disc with name passed from cli: rnote-cli create <new_note_name>
  2. Create a new already saved file on disc but with a template both passed from cli: rnote-cli create <new_note_name> --template-file <rnote_template_name>

the template must be rnote file too.

I have added a new create crate to rnote-cli crate.
I have added the respective functions to create file with template etc.

This PR tries to solve #1399 in a different way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant

Comments