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 2026Releases
latest 31-
v1.6.407 Jun 2026Release notes
Open source →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
Release notes
Open source →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
-
v1.6.4-0.20260320102724-4d40410c147e20 Mar 2026 pre-releaseNothing published for this version
-
v1.6.320 Mar 2026Release notes
Open source →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
Release notes
Open source →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
-
v1.6.212 Feb 2026Release notes
Open source →Release notes
Open source →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
-
v1.6.119 Jun 2025Release notes
Open source →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
Release notes
Open source →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
-
v1.6.017 Mar 2025Release notes
Open source →What's Changed
New Features
- Add
--pruneoption 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
- Add tests by @babarot in #86
- Add immediate renderer instead of using immediately flag by @babarot in #87
Website Updates
- Add Website Carousel and Reorganize Project Documentation by @babarot in #90
- Tweak site designs, animations and layouts by @babarot in #91
Others
Full Changelog: v1.5.1...v1.6.0
Release notes
Open source →New Features
- Add
--pruneoption 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
- Add
-
v1.5.2-0.20250223054051-6483f2cea15a23 Feb 2025 pre-releaseNothing published for this version
-
v1.5.123 Feb 2025Release notes
Open source →New Features
- Add Log Rotation feature by @babarot in https://github.com/babarot/gomi/pull/82
-
v1.5.021 Feb 2025Release notes
Open source →Release notes
Open source →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
-
v1.4.4-0.20250218095154-3dcb93a44ff518 Feb 2025 pre-releaseNothing published for this version
-
v1.4.317 Feb 2025Release notes
Open source →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
-
v1.4.216 Feb 2025 -
v1.4.116 Feb 2025Release notes
Open source →Release notes
Open source →Refactorings
- Revise log system by @babarot in https://github.com/babarot/gomi/pull/70
-
v1.4.016 Feb 2025Release notes
Open source →New Features
- Support XDG Trash specification by @babarot in https://github.com/babarot/gomi/pull/69
-
v1.3.211 Feb 2025Nothing published for this version
-
v1.3.2-0.20250211124620-8b81d49ce12711 Feb 2025 pre-releaseNothing published for this version
-
v1.3.111 Feb 2025Release notes
Open source →Others
- feat: added scoop config by @Souvlaki42 in https://github.com/babarot/gomi/pull/54
-
v1.3.1-0.20250210144000-e177aef2f9a810 Feb 2025 pre-releaseNothing published for this version
-
v1.3.010 Feb 2025Release notes
Open source →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
-
v1.2.3-0.20250127155601-982af3c4413927 Jan 2025 pre-releaseNothing published for this version
-
v1.2.227 Jan 2025Nothing published for this version
-
v1.2.127 Jan 2025Nothing published for this version
-
v1.2.027 Jan 2025Release notes
Open source →New Features
- Add brand new UI for restore functionality (Bubble Tea integration) by @babarot in https://github.com/babarot/gomi/pull/44
-
v1.1.923 Jan 2025Release notes
Open source →New Features
- Support fuzzy search by @babarot in https://github.com/babarot/gomi/pull/42
-
v1.1.817 Jan 2025 -
v0.1.721 Oct 2016Nothing published for this version
-
v0.1.622 May 2015Nothing published for this version
-
v0.1.512 May 2015Nothing published for this version
-
v0.1.408 May 2015Nothing published for this version
-
v0.1.205 May 2015Nothing published for this version
-
v0.1.005 May 2015Nothing published for this version