PackageTrack
Sign in Get early access

github.com/babarot/gomi

v1.6.4 #2328 most downloaded on Go modules babarot/gomi

What this package is like to depend on

Last release 2 months ago

07 Jun 2026

Ships unpredictably

gaps range from 1 weeks to 8.2 years

Most releases are documented

notes for 16 of 25 stable releases

Nothing withdrawn

no release was ever pulled

11 years old

31 releases · first in 2015

4 releases in the last 12 months

see the full history below

Release timeline

31 releases · May 2015 to Jun 2026
2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 31
  1. v1.6.4 07 Jun 2026
    Release notes

    What's Changed

    Improvements

    • fix: keep restore TUI within terminal bounds (closes #125) by @babarot in #127
    • Allow --prune to skip confirmation with -f by @babarot in #129

    Refactorings

    • Fix concurrency safety: eliminate global SelectionManager and add mutex to legacy Storage by @babarot in #118
    • Refactor: extract Trash interface, move orphan logic, and DRY up XDG storage by @babarot in #119
    • Refactor: decouple config, remove unused fields, and narrow UI dependencies by @babarot in #120
    • Update architecture docs and rename manager variables to match Trash interface by @babarot in #121
    • Fix fundamental design issues: circular references, untestable prompts, and implicit init() by @babarot in #122
    • Reduce syscalls in gomi -b restore path by @babarot in #123

    Full Changelog: v1.6.3...v1.6.4

    Open source →
    Release notes

    Improvements

    • fix: keep restore TUI within terminal bounds (closes #125) by @babarot in https://github.com/babarot/gomi/pull/127
    • Allow --prune to skip confirmation with -f by @babarot in https://github.com/babarot/gomi/pull/129

    Refactorings

    • Fix concurrency safety: eliminate global SelectionManager and add mutex to legacy Storage by @babarot in https://github.com/babarot/gomi/pull/118
    • Refactor: extract Trash interface, move orphan logic, and DRY up XDG storage by @babarot in https://github.com/babarot/gomi/pull/119
    • Refactor: decouple config, remove unused fields, and narrow UI dependencies by @babarot in https://github.com/babarot/gomi/pull/120
    • Update architecture docs and rename manager variables to match Trash interface by @babarot in https://github.com/babarot/gomi/pull/121
    • Fix fundamental design issues: circular references, untestable prompts, and implicit init() by @babarot in https://github.com/babarot/gomi/pull/122
    • Reduce syscalls in gomi -b restore path by @babarot in https://github.com/babarot/gomi/pull/123
    Open source →
    Release notes

    v1.6.4 Latest

    Latest

    Compare

    Choose a tag to compare

    Open source →
  2. v1.6.4-0.20260320102724-4d40410c147e 20 Mar 2026 pre-release

    Nothing published for this version

  3. v1.6.3 20 Mar 2026
    Release notes

    What's Changed

    Bug fixes

    • Fix files with dollar signs in names being incorrectly expanded by @babarot in #111
    • Fix cross-device link error in legacy storage by @babarot in #112

    Improvements

    • Fix empty files being excluded from restore list by @babarot in #110
    • Fix gomi_dir being ignored when strategy is auto by @babarot in #113
    • Fix colors invisible on light terminal backgrounds by @babarot in #114

    Full Changelog: v1.6.2...v1.6.3

    Open source →
    Release notes

    Bug fixes

    • Fix files with dollar signs in names being incorrectly expanded by @babarot in https://github.com/babarot/gomi/pull/111
    • Fix cross-device link error in legacy storage by @babarot in https://github.com/babarot/gomi/pull/112

    Improvements

    • Fix empty files being excluded from restore list by @babarot in https://github.com/babarot/gomi/pull/110
    • Fix gomi_dir being ignored when strategy is auto by @babarot in https://github.com/babarot/gomi/pull/113
    • Fix colors invisible on light terminal backgrounds by @babarot in https://github.com/babarot/gomi/pull/114
    Open source →
    Release notes

    v1.6.3

    Compare

    Choose a tag to compare

    Open source →
  4. v1.6.2 12 Feb 2026
    Release notes

    What's Changed

    Bug fixes

    • Fix: Use os.Lstat instead of os.Stat to support broken symlinks by @babarot in #106

    Others

    New Contributors

    Full Changelog: v1.6.1...v1.6.2

    Open source →
    Release notes

    Bug fixes

    • Fix: Use os.Lstat instead of os.Stat to support broken symlinks by @babarot in https://github.com/babarot/gomi/pull/106

    Others

    • Fix dead link by @daaa1k in https://github.com/babarot/gomi/pull/108
    Open source →
    Release notes

    v1.6.2

    Compare

    Choose a tag to compare

    Open source →
  5. v1.6.1 19 Jun 2025
    Release notes

    What's Changed

    New Features

    • Make forbidden paths configurable by @babarot in #95
    • Customise styles on the filter matching/prompt by @babarot in #101

    Full Changelog: v1.6.0...v1.6.1

    Open source →
    Release notes

    New Features

    • Make forbidden paths configurable by @babarot in https://github.com/babarot/gomi/pull/95
    • Customise styles on the filter matching/prompt by @babarot in https://github.com/babarot/gomi/pull/101
    Open source →
    Release notes

    v1.6.1

    Compare

    Choose a tag to compare

    Open source →
  6. v1.6.0 17 Mar 2025
    Release notes

    What's Changed

    New Features

    • Add --prune option for trash management by @babarot in #88
    • Implement UI-based Strict Confirmation (Following Terminal Prompt) by @babarot in #89
    • Add Image Preview in Detail View by @babarot in #92

    Refactorings

    Website Updates

    • Add Website Carousel and Reorganize Project Documentation by @babarot in #90
    • Tweak site designs, animations and layouts by @babarot in #91

    Others

    • Add strict YES validation to confirm prompt by @babarot in #85

    Full Changelog: v1.5.1...v1.6.0

    Open source →
    Release notes

    New Features

    • Add --prune option for trash management by @babarot in https://github.com/babarot/gomi/pull/88
    • Implement UI-based Strict Confirmation (Following Terminal Prompt) by @babarot in https://github.com/babarot/gomi/pull/89
    • Add Image Preview in Detail View by @babarot in https://github.com/babarot/gomi/pull/92

    Refactorings

    • Add tests by @babarot in https://github.com/babarot/gomi/pull/86
    • Add immediate renderer instead of using immediately flag by @babarot in https://github.com/babarot/gomi/pull/87

    Website Updates

    • Add Website Carousel and Reorganize Project Documentation by @babarot in https://github.com/babarot/gomi/pull/90
    • Tweak site designs, animations and layouts by @babarot in https://github.com/babarot/gomi/pull/91

    Others

    • Add strict YES validation to confirm prompt by @babarot in https://github.com/babarot/gomi/pull/85
    Open source →
    Release notes

    v1.6.0

    Compare

    Choose a tag to compare

    Open source →
  7. v1.5.2-0.20250223054051-6483f2cea15a 23 Feb 2025 pre-release

    Nothing published for this version

  8. v1.5.1 23 Feb 2025
    Release notes

    What's Changed

    New Features

    Full Changelog: v1.5.0...v1.5.1

    Open source →
    Release notes

    New Features

    • Add Log Rotation feature by @babarot in https://github.com/babarot/gomi/pull/82
    Open source →
    Release notes

    v1.5.1

    Compare

    Choose a tag to compare

    Open source →
  9. v1.5.0 21 Feb 2025
    Release notes

    What's Changed

    New Features

    • Add Permanent Deletion Feature with Confirmation Dialog by @babarot in #79

    Refactorings

    • Large-scale Code Refactoring for Better Architecture by @babarot in #81

    Others

    New Contributors

    Full Changelog: v1.4.3...v1.5.0

    Open source →
    Release notes

    New Features

    • Add Permanent Deletion Feature with Confirmation Dialog by @babarot in https://github.com/babarot/gomi/pull/79

    Refactorings

    • Large-scale Code Refactoring for Better Architecture by @babarot in https://github.com/babarot/gomi/pull/81

    Others

    • Create missing log path by @kariudo in https://github.com/babarot/gomi/pull/80
    Open source →
    Release notes

    v1.5.0

    Compare

    Choose a tag to compare

    Open source →
  10. v1.4.4-0.20250218095154-3dcb93a44ff5 18 Feb 2025 pre-release

    Nothing published for this version

  11. v1.4.3 17 Feb 2025
    Release notes

    What's Changed

    New Features

    • Add toggle between trash and original path display in detail view by @babarot in #76

    Others

    Full Changelog: v1.4.2...v1.4.3

    Open source →
    Release notes

    New Features

    • Add toggle between trash and original path display in detail view by @babarot in https://github.com/babarot/gomi/pull/76

    Others

    • Add windows wildcard support by @babarot in https://github.com/babarot/gomi/pull/75
    Open source →
    Release notes

    v1.4.3

    Compare

    Choose a tag to compare

    Open source →
  12. v1.4.2 16 Feb 2025
    Release notes

    Full Changelog: v1.4.1...v1.4.2

    Open source →
    Release notes

    v1.4.2

    Compare

    Choose a tag to compare

    Open source →
  13. v1.4.1 16 Feb 2025
    Release notes

    What's Changed

    Refactorings

    Full Changelog: v1.4.0...v1.4.1

    Open source →
    Release notes

    Refactorings

    • Revise log system by @babarot in https://github.com/babarot/gomi/pull/70
    Open source →
    Release notes

    v1.4.1

    Compare

    Choose a tag to compare

    Open source →
  14. v1.4.0 16 Feb 2025
    Release notes

    New Features

    • Support XDG Trash specification by @babarot in https://github.com/babarot/gomi/pull/69
    Open source →
  15. v1.3.2 11 Feb 2025

    Nothing published for this version

  16. v1.3.2-0.20250211124620-8b81d49ce127 11 Feb 2025 pre-release

    Nothing published for this version

  17. v1.3.1 11 Feb 2025
    Release notes

    Others

    • feat: added scoop config by @Souvlaki42 in https://github.com/babarot/gomi/pull/54
    Open source →
  18. v1.3.1-0.20250210144000-e177aef2f9a8 10 Feb 2025 pre-release

    Nothing published for this version

  19. v1.3.0 10 Feb 2025
    Release notes

    New Features

    • Make moving files across different partitions possible by adding fallback to copy-and-delete by @babarot in https://github.com/babarot/gomi/pull/51
    • Enhancements to Debugging and Installation Process by @babarot in https://github.com/babarot/gomi/pull/57
    • Make trash dir configuable instead of being hardcoded to ~/.gomi by @babarot in https://github.com/babarot/gomi/pull/56

    Bug fixes

    • Escape string to being passed to cd by @babarot in https://github.com/babarot/gomi/pull/60

    Others

    • Refactor history package by @babarot in https://github.com/babarot/gomi/pull/49
    • Fix typo, Causion -> Caution by @kianmeng in https://github.com/babarot/gomi/pull/52
    Open source →
  20. v1.2.3-0.20250127155601-982af3c44139 27 Jan 2025 pre-release

    Nothing published for this version

  21. v1.2.2 27 Jan 2025

    Nothing published for this version

  22. v1.2.1 27 Jan 2025

    Nothing published for this version

  23. v1.2.0 27 Jan 2025
    Release notes

    New Features

    • Add brand new UI for restore functionality (Bubble Tea integration) by @babarot in https://github.com/babarot/gomi/pull/44
    Open source →
  24. v1.1.9 23 Jan 2025
    Release notes

    New Features

    • Support fuzzy search by @babarot in https://github.com/babarot/gomi/pull/42
    Open source →
  25. v1.1.8 17 Jan 2025
    Release notes

    Others

    • Refactor by @babarot in https://github.com/babarot/gomi/pull/39
    Open source →
  26. v0.1.7 21 Oct 2016

    Nothing published for this version

  27. v0.1.6 22 May 2015

    Nothing published for this version

  28. v0.1.5 12 May 2015

    Nothing published for this version

  29. v0.1.4 08 May 2015

    Nothing published for this version

  30. v0.1.2 05 May 2015

    Nothing published for this version

  31. v0.1.0 05 May 2015

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive