summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-04-25chore(deps): bump golangci/golangci-lint-action from 4 to 5dependabot/github_actions/golangci/golangci-lint-action-5dependabot[bot]
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v4...v5) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2024-04-24docs: fixed section orderDaniel Milde
2024-04-24Merge pull request #352 from dundee/dundee/refactor/lintDaniel Milde
refactor: lints
2024-04-24refactor: empty fallthroughDaniel Milde
2024-04-24refactor: empty fallthroughDaniel Milde
2024-04-24refactor: small fixesDaniel Milde
2024-04-24refactor: if-else to switchDaniel Milde
2024-04-24refactor: explicit returnDaniel Milde
2024-04-24refactor: constants for colorsDaniel Milde
2024-04-24refactor: constants for sortingDaniel Milde
2024-04-24refactor: string instead of bytearrayDaniel Milde
2024-04-24refactor: gofumptedDaniel Milde
2024-04-24refactor: lint fixesDaniel Milde
2024-04-24test: fix storage testsDaniel Milde
2024-04-23test: more coverage for storedDaniel Milde
2024-04-23test: more coverage for report packageDaniel Milde
2024-04-23test: more coverage for app packageDaniel Milde
2024-04-23feat: add --show-mtime (-M) optionDaniel Milde
fixes #242
2024-04-22docs: added note and updated release runbookDaniel Milde
2024-04-22docs: show logo in readmeDaniel Milde
2024-04-22chore: added logoDaniel Milde
2024-04-21fix: handle selected signalsDaniel Milde
fixes #266
2024-04-21Update gdu.specdaniejstriata
2024-04-21ci: fix release and document itDaniel Milde
2024-04-21docs: usage updatedv5.28.0Daniel Milde
2024-04-21feat: ignore itemDaniel Milde
2024-04-20fix: only delete directories in parallelDaniel Milde
2024-04-19ci: add target for tracingDaniel Milde
2024-04-14test for subitemDaniel Milde
2024-04-14feat: delete directory items in parallelDaniel Milde
2024-04-14refactor: move removal logic to separate packageDaniel Milde
2024-04-14ci: use codecov tokenDaniel Milde
2024-04-10fix: allow using storage together with background deletionDaniel Milde
2024-04-10fix: do not allow running background deletion together with storageDaniel Milde
2024-04-10fix: handle panics in delete workersDaniel Milde
2024-04-02chore(docs): update usage guide & examplesRamon Garcia-Perez
2024-04-01fix: avoid data races when deleting in backgroundDaniel Milde
2024-03-30feat: delete/empty items in backgroundDaniel Milde
2024-03-30fix: keep table offset on deletionDaniel Milde
2024-03-24fix: few improvements and fixesDaniel Milde
2024-03-24feat: add --no-delete optionRamon Garcia-Perez
2024-03-22feat: add --show-item-count (-C) optionRamon Garcia-Perez
2024-03-04chore(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0dependabot[bot]
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2024-03-04ci: test all major Go versionsDaniel Milde
2024-03-04fix: revert back maruel/natural and stanza to be compatible with Ubuntu LTS ↵Daniel Milde
22.04
2024-02-29ci: explicitly set GOOS and GOARCHDaniel Milde
2024-02-29ci: bump go stensaDaniel Milde
2024-02-21chore(deps): bump github.com/maruel/natural from 1.1.0 to 1.1.1dependabot[bot]
Bumps [github.com/maruel/natural](https://github.com/maruel/natural) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/maruel/natural/releases) - [Commits](https://github.com/maruel/natural/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: github.com/maruel/natural dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2024-02-18docs: sequential optionDaniel Milde
2024-02-18feat: sequential analyzerDaniel Milde
intended for rotating HDDs