Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 437 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 437 Bytes

swift-zet

A command line application to help manage a Zettelkasten note repository.

Installation

Easiest installation is with homebrew.

brew tap m-housh/formulae
brew install m-housh/formulae/swift-zet

Manual-Installation

git clone https://github.com/m-housh/swift-zet.git
cd swift-zet
make install prefix=~/  # prefix will create a `bin` directory in the path if it does not exist.