Add pandoc to basic-apps.csv and list-cli-tools.ps1

This commit is contained in:
Markus Fleschutz 2023-01-20 17:26:15 +01:00
parent 594de8fd5d
commit 12d4295c01
2 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,7 @@ APPNAME, CATEGORY, APPID
"Netflix", "video player", "9WZDNCRFJ3TJ"
"Notepad++", "text editor", "Notepad++.Notepad++"
"One Calendar", "desktop calendar", "9WZDNCRDR0SF"
"Pandoc", "file converter", "JohnMacFarlane.Pandoc"
"Signal", "messenger", "OpenWhisperSystems.Signal"
"smartmontools", "HDD/SSD tool", "smartmontools.smartmontools"
"Spotify", "music and podcasts","9NCBCSZSJRSB"

1 APPNAME CATEGORY APPID
17 Netflix video player 9WZDNCRFJ3TJ
18 Notepad++ text editor Notepad++.Notepad++
19 One Calendar desktop calendar 9WZDNCRDR0SF
20 Pandoc file converter JohnMacFarlane.Pandoc
21 Signal messenger OpenWhisperSystems.Signal
22 smartmontools HDD/SSD tool smartmontools.smartmontools
23 Spotify music and podcasts 9NCBCSZSJRSB

View File

@ -208,6 +208,7 @@ function ListCmdTools {
Test nroff "--version"
Test nslookup ""
Test openssl ""
Test pandoc "--version"
Test passwd "--status"
Test paste "--version"
Test perl "--version"