-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9b177fb
commit 0f25c1b
Showing
4 changed files
with
149 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
tests/templates_for_markdown_test_files/main_functions_test.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Menu items | ||
|
||
## Main Menu | ||
|
||
| Menu Item | Menu Task | | | | | ||
| --------- | ---------------------------------- | --- | --- | --- | | ||
| 1 | Update System (including Flatpaks) | | | | | ||
| 2 | Optimize Repos | | | | | ||
| C | Install Codecs | | | | | ||
| I | Displays Detected Info | | | | | ||
| O | [Sub-Menu] Grub Related | | | | | ||
| R | Install "common" Third party repos | | | | | ||
| S | [Sub-Menu] Install Software | | | | | ||
| T | [Sub-Menu] Install Theming | | | | | ||
| X | Xmetal Bulk Tasks | | | | |
80 changes: 80 additions & 0 deletions
80
tests/templates_for_markdown_test_files/software _test_templates.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
# Software Test | ||
|
||
## Main Software Menu | ||
|
||
### Browsers | ||
|
||
| | Menu Items | | | | | | ||
| --- | ----------------------- | --- | --- | --- | --- | | ||
| 1 | Google Chrome | | | | | | ||
| 2 | [Sub-Menu] Chromium | | --- | --- | --- | | ||
| 3 | Ungoogled Chromium (FP) | | | | | | ||
| 4 | [Sub-Menu] Firefox | | --- | --- | --- | | ||
| 5 | Librewolf (FP) | | | | | | ||
| 6 | Vivaldi (non- DebGet) | | | | | | ||
|
||
#### Chromium Sub-Menu | ||
|
||
| | Menu Items | | | | | | ||
| --- | ------------------------------------------------- | --- | --- | --- | --- | | ||
| 1 | Download Chromium from your distro's default repo | | | | | | ||
| 2 | Install Chromium Flatpak | | | | | | ||
|
||
#### Firefox Sub-Menu | ||
|
||
| | Menu Items | | | | | | ||
| --- | -------------------------------------------------- | --- | --- | --- | --- | | ||
| 1 | from your distro's default repo | | | | | | ||
| 2 | LATEST Firefox Archive from Mozilla? | | | | | | ||
| 3 | Install Firefox Flatpak | | | | | | ||
| 4 | (\*) Remove Firefox Snap, & replace w/ Mozilla PPA | | | | | | ||
|
||
- \* (for Ubuntu) | ||
|
||
### Productivity/Office Apps | ||
|
||
| Menu Item | Menu Task | | | | | | ||
| --------- | ----------------- | --- | --- | --- | --- | | ||
| 1 | Atom Editor | | | | | | ||
| 2 | vscode | | | | | | ||
| 3 | VSCodium | | | | | | ||
| 4 | GitKraken | | | | | | ||
| 5 | Typora | | N/A | N/A | N/A | | ||
| 6 | Micro Text Editor | | | | | | ||
|
||
- Typora has an official Flatpak but my prior code was only snap related and now this is N/A since i removed snap support | ||
|
||
--- | ||
|
||
### Shell Menu | ||
|
||
| Menu Item | Menu Task | | | | | | ||
| --------- | ---------------------------------------------- | --- | --- | --- | --- | | ||
| 1 | Install fish , & Oh-My-Fish | | | | | | ||
| 2 | Install zsh (Vanilla) | | | | | | ||
| 3 | Install zsh & a few extra items (no Oh-My-Zsh) | | | | | | ||
| 4 | Install zsh & Oh-My-ZSH | | | | | | ||
| 5 | Install zsh & Zap Plugin Manager | | | | | | ||
|
||
--- | ||
|
||
### System Tools | ||
|
||
| Menu Item | Menu Task | | | | | | ||
| --------- | ------------------------------- | --- | --- | --- | --- | | ||
| 1 | [Sub-Menu] Download Ventoy | | --- | --- | --- | | ||
| 2 | [Debian/Ubuntu] Install deb-get | | | | | | ||
| 3 | [OpenSUSE ] Install opi | | N/A | N/A | N/A | | ||
| 4 | Install-Extract Etcher | | | | | | ||
| 5 | Intel Microcode support | | | | | | ||
| 6 | Java support | | | | | | ||
| 7 | Stacer | | | | | | ||
| 8 | ImageLauncher | | | | | | ||
| 9 | Czhawka 4.1.0 \* | | | | | | ||
|
||
#### Ventoy Submenu | ||
|
||
| Menu Item | Menu Task | | | | | | ||
| --------- | -------------- | --- | --- | --- | --- | | ||
| 1 | Ventoy ISO | | | | | | ||
| 2 | Ventoy Tarball | | | | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
| Menu Item | Menu Task | | | | ||
| --------- | --------- | --- | --- | | ||
| 1 | | | | | ||
| 2 | | | | | ||
| 3 | | | | | ||
| 4 | | | | | ||
| 5 | | | | | ||
| 6 | | | | | ||
| 7 | | | | | ||
| 8 | | | | | ||
|
||
| Menu Item | Menu Task | | | | | ||
| --------- | --------- | --- | --- | --- | | ||
| 1 | | | | | | ||
| 2 | | | | | | ||
| 3 | | | | | | ||
| 4 | | | | | | ||
| 5 | | | | | | ||
| 6 | | | | | | ||
| 7 | | | | | | ||
| 8 | | | | | |
33 changes: 33 additions & 0 deletions
33
tests/templates_for_markdown_test_files/theming_test_templates.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Theming Related Menus | ||
|
||
## Main Theme Menu | ||
|
||
| Menu Item | Menu Task | | | | | ||
| --------- | ------------------------ | --- | --- | --- | | ||
| 1 | [Sub-Menu] Mint Themeing | | | | | ||
| 2 | [Sub-Menu] Yaru Themeing | | | | | ||
| 3 | Install Adapta | | | | | ||
| 4 | Install Arc | | | | | ||
| 5 | Install Numix | | | | | ||
| 6 | Install Plata | | | | | ||
| 7 | Install Breeze | | | | | ||
| A | All Listed Themes | | | | | ||
| I | Install Misc Icons | | | | | ||
| T | Install Misc Themes | | | | | ||
|
||
### Mint Theming Sub-menu | ||
|
||
| Menu Item | Menu Items | | | | | | ||
| --------- | ---------------------------------------- | --- | --- | --- | --- | | ||
| 1 | Mint Themes - (from distro repos) | | | | | | ||
| 2 | Current Mint themes - from Mint's Github | | | | | | ||
| 3 | Legacy Mint themes - from Mint's Github | | | | | | ||
| 4 | Mint-Y Icons - from Mint's Github | | | | | | ||
| 5 | MintYZ themes - from github | | | | | | ||
|
||
### Yaru Theming Sub-menu | ||
|
||
| Menu Item | Menu Items | | | | | | ||
| --------- | ---------------------------------- | --- | --- | --- | --- | | ||
| 1 | Yaru Theming - (from distro repos) | | | | | | ||
| 2 | YaruColors - from Github | | | | | |