Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpmikkers/importbookmarkstoedge
Powershell script to import bookmarks into Edge browser
https://github.com/jpmikkers/importbookmarkstoedge
bookmarks edge edge-browser import powershell powershell-script
Last synced: about 1 month ago
JSON representation
Powershell script to import bookmarks into Edge browser
- Host: GitHub
- URL: https://github.com/jpmikkers/importbookmarkstoedge
- Owner: jpmikkers
- License: mit
- Created: 2024-04-22T12:15:04.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T11:18:11.000Z (7 months ago)
- Last Synced: 2024-10-11T20:41:39.589Z (about 1 month ago)
- Topics: bookmarks, edge, edge-browser, import, powershell, powershell-script
- Language: PowerShell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ImportBookmarksToEdge
Powershell script to import bookmarks into Edge browser.
\
\
If you're looking for a way to import bookmarks into Google Chrome browser, visit the [ImportBookmarksToChrome](https://github.com/jpmikkers/ImportBookmarksToChrome) repository.## Usage
```posh
Import-BookmarksToEdge -Urls @('https://www.youtube.com')
```You can also specify import folder name (the default is 'PowershellImported'):
```posh
Import-BookmarksToEdge -Urls @('https://www.youtube.com') -FolderTitle 'MyImports'
```