Rename to list-memos.ps1

This commit is contained in:
Markus Fleschutz
2021-05-04 16:39:06 +02:00
parent d12a27ace0
commit 7c41820f13
5 changed files with 34 additions and 33 deletions

View File

@ -1,2 +0,0 @@
Time,User,Text
2020-12-24T09:24:30Z,mf,Hello World
1 Time User Text
2 2020-12-24T09:24:30Z mf Hello World

View File

@ -98,7 +98,7 @@ list-hidden-files.ps1, lists hidden files within the given directory tree
list-installed-apps.ps1, lists the installed Windows Store apps
list-installed-software.ps1, lists the installed software (except Windows Store apps)
list-latest-tag.ps1, lists the latest tag on the current branch in a Git repository
list-logbook.ps1, lists the content of the logbook
list-memos.ps1, lists the memos at $HOME/Memos.csv
list-unused-files.ps1, lists unused files in a directory tree
list-cmdlets.ps1, lists the PowerShell cmdlets
list-earthquakes.ps1, lists earthquakes with magnitude >= 6.0 for the last 30 days

1 Script Description
98 list-installed-apps.ps1 lists the installed Windows Store apps
99 list-installed-software.ps1 lists the installed software (except Windows Store apps)
100 list-latest-tag.ps1 lists the latest tag on the current branch in a Git repository
101 list-logbook.ps1 list-memos.ps1 lists the content of the logbook lists the memos at $HOME/Memos.csv
102 list-unused-files.ps1 lists unused files in a directory tree
103 list-cmdlets.ps1 lists the PowerShell cmdlets
104 list-earthquakes.ps1 lists earthquakes with magnitude >= 6.0 for the last 30 days