Skip to content

Commit

Permalink
pet workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr1215 committed Sep 18, 2021
1 parent 4bd342c commit 13c8ff0
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions diagrams/pet-workflow.puml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13c8ff0

Please sign in to comment.