build: go build -o bin/org2nb main.go install: cp bin/org2nb ~/.local/bin/ run: go run main.go all: build install