🏃 🤫 📚
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
decentral1se 6d35093b6c
refactor: enter fires query, "o" opens a datasheet
1 year ago
exp chore: new sub dir gitignore 1 year ago
.gitignore feat: experimental scripts 1 year ago
README.md docs: point to exp 1 year ago
go.mod feat: xdg-open pdfs with enter 1 year ago
go.sum feat: xdg-open pdfs with enter 1 year ago
gshmm.go refactor: enter fires query, "o" opens a datasheet 1 year ago

README.md

go-sh-manymanuals

Work in progress... 💣

The idea behind this software came from the Permacomputing Update 2021, especially "Chapter 7. A collapse-tolerant business" which is a series of practical guidelines. One of which reads as follows:

Self-host everything you need for software work on local physical servers. This includes all networked applications as well as an extensive library of software and documentation (including repair manuals and OS distributions for all relevant hardware). Offer hosting services to make use of the surplus.

Which lead us to think about an application where one can upload and download manuals and datasheets for everything in Varia.

Hacking

sudo apt-get install libpoppler-glib-dev libcairo2-dev # for github.com/kyoushuu/go-poppler
mkdir -p datasheets # fill with https://vvvvvvaria.org/~crunk/datasheets.zip
tail -f debug.log # in another terminal
go run goshmm.go

Experiments

See exp 🤓