Skip to content

go-go-golems/raza

Repository files navigation

raza : keep history forever

raza is a tool (client, server) meant to keep your shell history forever, across devices. Every command you enter is stored in a database, and available for query. It automatically synchronizes across devices, and works even if you are offline.

See hacking notes for a free-flowing brainstorm of what this app should be.

Configuration and logging

Per default, log to stderr. If stderr is a tty, use colors.

Adds the following options in the ~/.config/raza.yaml config file (if present):

root:
  address: localhost # used for grpc later
  debug: true|false # set logging level to debug
  log-error-stacktrace: true|false # log error stacktraces when using Error() level
  log-file: foobar # log to file
  log-line: true|false # (default true) log linenumber

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published