mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-22 21:58:42 +01: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"
|
||||
"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"
|
||||
|
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user