Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ This can be extra handy for people who are allergic to terminals.

Shortcut is a simple module to create shortcuts with scripts.

It can create:

* Windows shortcuts (`.lnk` and `.url` files)
* Linux `.desktop` shortcuts
* HTML shortcuts `<a>`

## Installing and Importing

You can install Shortcut from the [PowerShell gallery](https://powershellgallery.com/)
Expand Down
6 changes: 6 additions & 0 deletions Shortcut.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ They let us launch things at the click of a button.
This can be extra handy for people who are allergic to terminals.

Shortcut is a simple module to create shortcuts with scripts.

It can create:

* Windows shortcuts (`.lnk` and `.url` files)
* Linux `.desktop` shortcuts
* HTML shortcuts `<a>`
'@

# Prerelease string of this module
Expand Down
Loading