mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 01:48:20 +02:00
Add pandoc to basic-apps.csv and list-cli-tools.ps1
This commit is contained in:
parent
594de8fd5d
commit
12d4295c01
@ -17,6 +17,7 @@ APPNAME, CATEGORY, APPID
|
|||||||
"Netflix", "video player", "9WZDNCRFJ3TJ"
|
"Netflix", "video player", "9WZDNCRFJ3TJ"
|
||||||
"Notepad++", "text editor", "Notepad++.Notepad++"
|
"Notepad++", "text editor", "Notepad++.Notepad++"
|
||||||
"One Calendar", "desktop calendar", "9WZDNCRDR0SF"
|
"One Calendar", "desktop calendar", "9WZDNCRDR0SF"
|
||||||
|
"Pandoc", "file converter", "JohnMacFarlane.Pandoc"
|
||||||
"Signal", "messenger", "OpenWhisperSystems.Signal"
|
"Signal", "messenger", "OpenWhisperSystems.Signal"
|
||||||
"smartmontools", "HDD/SSD tool", "smartmontools.smartmontools"
|
"smartmontools", "HDD/SSD tool", "smartmontools.smartmontools"
|
||||||
"Spotify", "music and podcasts","9NCBCSZSJRSB"
|
"Spotify", "music and podcasts","9NCBCSZSJRSB"
|
||||||
|
|
@ -208,6 +208,7 @@ function ListCmdTools {
|
|||||||
Test nroff "--version"
|
Test nroff "--version"
|
||||||
Test nslookup ""
|
Test nslookup ""
|
||||||
Test openssl ""
|
Test openssl ""
|
||||||
|
Test pandoc "--version"
|
||||||
Test passwd "--status"
|
Test passwd "--status"
|
||||||
Test paste "--version"
|
Test paste "--version"
|
||||||
Test perl "--version"
|
Test perl "--version"
|
||||||
|
Loading…
Reference in New Issue
Block a user