Backlog

  • when revert -> git clean #3
  • git workspace support
    • git update-ref should contain an unique identifier to the workspace
      • branche name ?
      • folder path ?
  • gamble hooks
    • branch based developement
      • git commit --fixup
      • git rebase --autosquash
    • optional hook to revert if not gambled in a delay
      • git-time-keeper
        • document
        • package
        • distribute
  • like git, flags & options & arguments should be retrieved from CLI or environment variable or config's file
    • re-use git config to store in file ?
    • repository level config using direnv and environment variable ?
  • stash instead of revert ?
  • shell completion
    • in the package ?
      • Cargo
      • AppImage
      • Chocolatey
    • for git gamble not only git-gamble
  • https://docs.gitlab.com/ee/ci/runners/saas/macos_saas_runner.html
  • https://gitlab.com/gitlab-org/security-products/analyzers
  • https://gitlab.com/gitlab-org/security-products/ci-templates
  • https://medium.com/@tdeniffel/tcr-variants-test-commit-revert-bf6bd84b17d3
  • https://svgfilters.com/
  • https://github.com/sourcefrog/cargo-mutants
  • https://github.com/llogiq/mutagen

Distribution / publishing backlog

CheckList

  • package in local
  • package in CI
  • upload
  • make public available
  • complete how to install
  • manual test
  • update backlog

Technical improvement opportunities