A utility for formatting gophermaps
Go to file
asdf 45a47ce408 Line break after error messages in the console 2019-09-16 11:03:17 +10:00
README.md Fixed spelling error caused by vim suggested text going unnoticed 2019-06-23 21:53:36 -07:00
go.mod first commit 2019-06-23 21:52:46 -07:00
main.go Line break after error messages in the console 2019-09-16 11:03:17 +10:00

README.md

#gfu - gophermap format utility

gfu is intended to manipulate gophermaps and eventually be a part of an automation chain for managing a gopherhole using maps as the main doctype, allowing for links in any document.

At present the following is supported:

  • Converting all lines in a file that are not valid gopher links into gopher item type 'i' lines
  • Deconstructing all item gopher item type 'i' lines in a file back to regular text for easy editing

Coming soon:

  • Adding the contents of a header file into the gophermap
  • Adding the contents of a footer file into the gophermap

Many servers already support includes and the above may not be needed. If you are interested in this feature, you may want to check your server documentation first.

A more full readme is coming soon!