Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v0.0.2

    6576e65c · bashtic v0.0.2 ·
    Release: bashtic v0.0.2
    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.
  • v0.0.1

    6ee8c38b · bashtic v0.0.1 ·
    Release: bashtic v0.0.1
    bashtic v0.0.1 - 2023-03-03
    
    * First version