Skip to content

Commit 573828d

Browse files
committed
updated root markdown
1 parent b4a5ecb commit 573828d

File tree

1 file changed

+58
-29
lines changed

1 file changed

+58
-29
lines changed

README.md

Lines changed: 58 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -43,69 +43,98 @@ Usage
4343
Installation
4444
>Install-Script -Name Uninstall
4545
46-
## EncodeVia7z - Encode files from folder for(for example) uploading to cloud.
46+
# FolderEncode - Encode files from folder for(for example) uploading to cloud
4747

48+
[PowerShell Gallery](https://www.powershellgallery.com/packages/FolderEncoder/2.0.0) [![https://www.powershellgallery.com/packages/FolderEncoder/2.0.0](https://img.shields.io/badge/PowerShell%20Gallery-download-blue.svg?style=popout&logo=powershell)](https://www.powershellgallery.com/packages/FolderEncoder/2.0.0)
4849

49-
[PowerShell Gallery](https://www.powershellgallery.com/packages/FolderEncoder/1.0.0)
50+
[FolderEncoder](https://github.com/stadub/PowershellScripts/tree/master/FolderEncoder) [![https://github.com/stadub/PowershellScripts/tree/master/FolderEncoder](https://img.shields.io/badge/Bookmarks-repo-blue.svg?style=popout&logo=github)](https://github.com/stadub/PowershellScripts/tree/master/FolderEncoder)
5051

51-
[GitHub Folder](https://github.com/stadub/PowershellScripts/tree/master/FolderEncoder)
5252

5353
---------------------
5454

5555
Used as backups encoding solution.
5656
Encoding performed with 7z password protection
5757

58-
Script arguments:
59-
SrcFolder (optional) - Folder to be encoded
60-
DestFolder - Destanation folder where encoded files be created
58+
## Commands
59+
60+
```powershell
61+
Invoke-FolderEncode - Add folder to bookmarks list
62+
[-DestFolder] <string>
63+
[-SrcFolder] <string> (Optional)
64+
```
65+
66+
## Usage
67+
68+
```powershell
69+
/>Invoke-FolderEncode -DestFolder "d:\System\" -SrcFolder "c:\windows\System42"
70+
/> cd c:\Windows; Invoke-FolderEncode "d:\bkacup\" #use current folder as src
71+
```
6172

62-
Usage
63-
>./EncodeVia7z "c:\windows\System42" "d:\System"
6473

65-
Full info : [FolderEncoder](https://github.com/stadub/PowershellScripts/tree/master/FolderEncoder)
74+
Detailed info : [FolderEncoder](https://github.com/stadub/PowershellScripts/tree/master/FolderEncoder)
6675

67-
## Bookmarsk - Directory bookmarks
76+
# Bookmarsk - Directory bookmarks
6877

69-
[PowerShell Gallery](https://www.powershellgallery.com/packages/Bookmarks/1.1.2)
78+
[PowerShell Gallery](https://www.powershellgallery.com/packages/Bookmarks/2.0.0) [![https://www.powershellgallery.com/packages/Bookmarks/2.0.0](https://img.shields.io/badge/PowerShell%20Gallery-download-blue.svg?style=popout&logo=powershell)](https://www.powershellgallery.com/packages/Bookmarks/1.1.3)
7079

71-
[GitHub Folder](https://github.com/stadub/PowershellScripts/tree/master/Bookmarks)
80+
[Bookmarsk](https://github.com/stadub/PowershellScripts/tree/master/Bookmarks) [![https://github.com/stadub/PowershellScripts/tree/master/Bookmarks](https://img.shields.io/badge/Bookmarks-repo-blue.svg?style=popout&logo=github)](https://github.com/stadub/PowershellScripts/tree/master/Bookmarks)
7281

7382
---------------------
7483

75-
### Commands
84+
## Commands
7685

77-
Add-PSBookmark - Add folder to bookmarks list
86+
```powershell
87+
Add-PSBookmark - Add folder to bookmarks list
88+
[-Name] <string>
89+
[-Path] <string> (Optional)
7890
79-
Remove-PSBookmarks - Remove bookmark from list
80-
81-
Restore-PSBookmarks - Reload bookmarks list
91+
Remove-PSBookmark - Remove bookmark from list
92+
[-Bookmark] <string>
8293
83-
Open-PSBookmark - Navigate to bookmark
94+
Open-PSBookmark - Navigate to bookmark
95+
[-Bookmark] <string>
8496
85-
Save-PSBookmarks - Save bookmarks to file
97+
Get-PSBookmarks - List bookmarks
8698
87-
Get-PSBookmarks - List bookmarks
99+
Save-PSBookmarkk - Save bookmarks to file
100+
```
88101

89-
### Usage
102+
## Usage
90103

91104
Add bookmark:
92-
>./Add-PSBookmark [ ba ] BookmarkName (Opt)Directory
93105

94-
>$pwd | Add-PSBookmark -Name "ThisDirectory"
106+
```powershell
107+
/>Add-PSBookmark -Bookmark BookmarkName
108+
```
109+
110+
```powershell
111+
/> $pwd | Add-PSBookmark -Name "ThisDirectory"
112+
```
95113

96114
Open bookmsrks:
97-
>./Open-PSBookmark [ bo ] -Bookmark "Project"
98115

99-
>"SourcesDir" | Open-PSBookmark [ bo ]
116+
```powershell
117+
/>Open-PSBookmark -Bookmark "Project"
118+
```
119+
120+
```powershell
121+
/>"SourcesDir" | Open-PSBookmark
122+
```
100123

101124
List bookmsrks:
102-
>./Get-PSBookmarks [ bv ]
103125

104-
>./Get-PSBookmarks [ bl ]
126+
```powershell
127+
/>Get-PSBookmarks [ bv ]
128+
```
129+
130+
```powershell
131+
.>Get-PSBookmarks [ bl ]
132+
```
133+
134+
Detailed info : [Bookmarsk](https://github.com/stadub/PowershellScripts/tree/master/Bookmarks)
105135

106-
Full info : [Bookmarsk](https://github.com/stadub/PowershellScripts/tree/master/Bookmarks)
107136

108-
## CurrencyConv - Currency converter.
137+
# CurrencyConv - Currency converter.
109138

110139
---------------------
111140

0 commit comments

Comments
 (0)