Tags give the ability to mark specific points in history as being important
-
v0.0.2
6576e65c · ·bashtic v0.0.2 - 2023-06-30 Added * We now support `restore` as a default pipeline and `bashtic_restore` as a function to call in your own pipelines. You will need to provide `--to` and `--snapshot` arguments as restore does not make sense without these. You can also pass additional arguments to restore in your own pipelines by adding flags to a `restore_flags` array. * Define system-wide custom pipelines at `$XDG_CONFIG_DIRS/bashtic/pipelines` that will be available to all users. `XDG_CONFIG_DIRS` defaults to `/etc/xdg` as per XDG spec. * Pass custom arguments to a pipeline at the cmdline by specifying them after a `--` separator, e.g. `bashtic mypipeline -- arg1 arg2`. * Specify a backend with the `bashtic pipeline@backend` syntax. Pipeline is still optional so you can just write `bashtic @backend` to run the default pipeline. * Added missing documentation for `backup_flags` setting on Locations. Fixed * Fixed a bug where error msgs in a user's cludes were output to the tmp file in which they are captured, preventing user from seeing them.