Skip to content

Tiny lib to manipulate the .line format (.rm in the reMarkable2) in Go

License

Notifications You must be signed in to change notification settings

owulveryck/linestogo

Repository files navigation

linestogo

Go Reference

Tiny lib to manipulate the .line format (.rm in the reMarkable2) in Go

Example:

package main

import (
	"log"
	"os"

	"github.com/kr/pretty"
	linestogo "github.com/owulveryck/linesToGo"
)

func main() {
	p := &linestogo.Page{}
	err := linestogo.Read(os.Stdin, p)
	if err != nil {
		log.Fatal(err)
	}
	pretty.Print(p)
}

About

Tiny lib to manipulate the .line format (.rm in the reMarkable2) in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages