Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
/ linx Public

Extract and save links from PowerPoint/Word as Markdown/Html/Csv

License

Notifications You must be signed in to change notification settings

vamsitp/linx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

linx

Bulk-extract and save/merge links from PowerPoint/Word as Markdown/Html/Csv!


USAGE:

linx --c:\deckWithLinks.pptx;c:\docWithLinks.docx;c:\folderWithDocs --md (OR) --html (OR) --csv

Set linx_exclusions env-var to exclude links that contain specific keywords (comma-separated). e.g. setx linx_exclusions host1,sub-domain2,someurl.com


PRE-REQ: .NET Core SDK

# Install from nuget.org
dotnet tool install -g linx

# Upgrade to latest version from nuget.org
dotnet tool update -g linx --no-cache

# Install a specific version from nuget.org
dotnet tool install -g linx --version 1.0.x

# Uninstall
dotnet tool uninstall -g linx

NOTE: If the Tool is not accessible post installation, add %USERPROFILE%\.dotnet\tools to the PATH env-var.


CONTRIBUTION
# Install from local project path
dotnet tool install -g --add-source ./bin linx

# Publish package to nuget.org
nuget push ./bin/Linx.1.0.0.nupkg -ApiKey <key> -Source https://api.nuget.org/v3/index.json

About

Extract and save links from PowerPoint/Word as Markdown/Html/Csv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages