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