Skip to content

Commit fa1ffa3

Browse files
Add README
1 parent 8a19e9e commit fa1ffa3

3 files changed

Lines changed: 67 additions & 0 deletions

File tree

.github/basic.png

56.5 KB
Loading

.github/creating.png

61.6 KB
Loading

README.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
# Sequence Runner
2+
3+
---
4+
5+
## 🚀 Overview
6+
7+
**Sequence Runner** is an very easy-to-use and elegant app for making sequences of `*.exe`, managing and running them. Build with **C++** and **Slint**.
8+
9+
<img src=".github/basic.png" height="400">
10+
11+
---
12+
13+
### Why should I use it?
14+
15+
Imagine you enjoy playing Severed Steel with music while recording your gameplay. Basicly you'd **open Steam**, **start Severed Steel**, then **start OBS Studio**, then **open AppleMusic**. And what if you play like that every day?
16+
17+
And now imagine that you can launch all of these with just **one click**. Sound cool, right?
18+
19+
---
20+
21+
## 📦 Installation
22+
23+
1. Download from the lates Release `SequenceStarter.zip`
24+
2. Unzip it and run `Sequence_Starter.exe`
25+
26+
---
27+
28+
## 🤔 How to use it?
29+
30+
---
31+
32+
### ✅ Add new sequence
33+
34+
1. Select **Create** tab(by default it's already selected).
35+
2. Press **Add element** to add `.exe` to your sequence. You can add as many as you want. Press **Remove element** to remove last element.
36+
3. In **Sequence name** write name for your sequence.
37+
38+
After all these actions, **Create** tab will look smth like that:
39+
40+
<img src=".github/creating.png" height="400">
41+
42+
> `SeveredSteel.exe` and `AppleMusic.exe` are elements of sequence "Vibe".
43+
44+
4. Press **Create sequence**.
45+
46+
> [!NOTE]
47+
> It will create `sequences.json`, where will be stored all your sequences. If you will delete all sequences - `sequences.json` will be deleted. It's normal behaviour.
48+
49+
50+
---
51+
52+
### 👟 Run sequence
53+
54+
1. Select **Run** tab.
55+
2. Press **Start sequence**.
56+
57+
> If you forgot which elements you added in selected sequence, press **Show sequence files**. If you want to remove sequence, press **Remove sequence**.
58+
59+
> [!IMPORTANT]
60+
> Currently you can't remove element from created sequence. You need to create a new one.
61+
62+
---
63+
64+
## 📄 License
65+
66+
This project is licensed under the **MIT License**.
67+
See [LICENSE](LICENSE) for full terms.

0 commit comments

Comments
 (0)