From 13c8ff0bf3c6233e86110a9229e87a4713ec81b7 Mon Sep 17 00:00:00 2001 From: decoder Date: Sat, 18 Sep 2021 13:01:23 +0200 Subject: [PATCH] pet workflow --- diagrams/pet-workflow.puml | 41 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 diagrams/pet-workflow.puml diff --git a/diagrams/pet-workflow.puml b/diagrams/pet-workflow.puml new file mode 100644 index 0000000..0445b8c --- /dev/null +++ b/diagrams/pet-workflow.puml @@ -0,0 +1,41 @@ +@startuml pet-workflow +'!theme bluegray +'!theme crt-amber +'!theme crt-green +'!theme plain + +!theme materia-outline + +title "Workflow working with Pet" + +scale 1920x1080 + +skinparam defaultTextAlignment left +skinparam DefaultFontStyle bold + +!include https://raw.githubusercontent.com/Piotr1215/dca-prep-kit/master/diagrams/MesloLGS.iuml +|Prepare| +:Install Pet Go Binary; +:Configure\n- detaulf editor\n- sync options\n- snippet direcroty\nwith [[https://github.com/knqyf263/pet#configuration pet configure]]; +|Prepare| +|Register| +:Register new snippets\nwith [[https://github.com/knqyf263/pet#register-the-previous-command-easily pet new]]; +:Edit existing snippets\nwith [[https://github.com/knqyf263/pet#edit-snippets pet edit]]; +|Register| +|Use| +:List all snippets\nwith [[https://github.com/knqyf263/pet#snippet pet list]]; +:Search for a snippet without\nexecuting the command\nwith [[https://github.com/knqyf263/pet#snippet pet search]]; +:Execute command\nwith [[https://github.com/knqyf263/pet#snippet pet execute]]; +|Use| +|Sync| +:Synchronize pet snippets\nwith [[https://github.com/knqyf263/pet#sync pet sync]]; +note right +Depending on the configuration, snippets can be +- synced automatically +- synced with GitHub gist +- synced with GitLab snippet +- synced with a repository +end note +|Sync| + +@enduml \ No newline at end of file