Skip to content

IgorLomba/gobsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gobsidian CLI

Golang based CLI tool to download obsidian publish sites. Supports parallel downloads.

Inspired by obsidian-publish-downloader

Table of Contents
  1. Compile
  2. Usage
  3. Output

Compile

To be able to build the code you should have:

  • Go - You can download and install Go using this link.

Windows

setx GOOS=windows 
setx GOARCH=amd64
go build -o gobsidian.exe .

Linux

export GOARCH=amd64
export GOOS=linux
go build -o gobsidian .

Macintosh

export GOOS=darwin 
export GOARCH=amd64
go build -o gobsidian-mac .

Usage

./gobsidian https://publish.obsidian.md/addielamarr/ directory

Output

Progress output:

[##################################################] 100%

Directory tree:

directory/
├── 00 Home MOC.md
├── 01 Cybersecurity Mastery.md
...
└── Zero Knowledge Proof-based cryptography.md

About

CLI tool to download obsidian publish sites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages