Skip to content

Commit dfb6532

Browse files
committed
chore: update README.md GIFs to v2.1.0
1 parent 8874934 commit dfb6532

8 files changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/winget.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ name: Update WinGet Package
33
on:
44
release:
55
types: [published]
6+
workflow_run:
7+
workflows: ["Release"]
8+
types: [completed]
69
workflow_dispatch:
710

811
jobs:
912
winget:
1013
name: Update winget-pkgs manifest
11-
if: github.server_url == 'https://github.com'
14+
if: github.server_url == 'https://github.com' && (github.event_name != 'workflow_run' || github.event.workflow_run.conclusion == 'success')
1215
runs-on: ubuntu-latest
1316
steps:
1417
- name: Update Package

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,12 @@ Passwords are encrypted using a master passphrase (_you should consider using pu
1818

1919
<p align="center">
2020
<img src="demo_tabs.gif" alt="dssh tab navigation"><br>
21-
<sub>TUI navigation demo</sub>
21+
<sub>TUI navigation</sub>
2222
</p>
2323

2424
<p align="center">
2525
<img src="demo_1.gif" alt="dssh demo"><br>
26-
<sub>TUI connect demo</sub>
27-
</p>
28-
29-
<p align="center">
30-
<img src="demo_instant_connect.gif" alt="dssh CLI instant connect demo"><br>
31-
<sub>CLI instant connect demo</sub>
26+
<sub>TUI connect</sub>
3227
</p>
3328

3429
## Table of Contents
@@ -219,7 +214,7 @@ dssh myserver
219214
dssh myserver -- -v -L 8080:localhost:80
220215
```
221216

222-
### Create (TUI)
217+
### Create Wizard (TUI)
223218

224219
Launch the TUI wizard to create a connection interactively.
225220

demo_1.gif

858 Bytes
Loading

demo_config.gif

275 Bytes
Loading

demo_instant_connect.gif

88.3 KB
Loading

demo_tabs.gif

-35.6 KB
Loading

demo_welcome.gif

-8 Bytes
Loading

demo_wizard.gif

18.4 KB
Loading

0 commit comments

Comments
 (0)