package
0.0.0-20240731152001-3f5d8b58a11e
Repository: https://github.com/omniviewdev/omniview.git
Documentation: pkg.go.dev
# Functions
DeexpandTilde takes a path and if it is in the home directory, it will replace it with a ~.
ExpandTilde takes a path and if it starts with a ~, it will replace it with the home directory.
InitStore initializes the local store.
ReadDataFromGlobalStore reads the data from the global store.
RegisterTypes registers the types that are going to be stored in the local store.
WriteDataToGlobalStore writes the data to the global store.