Skip to content

Tags: emilevr/space

Tags

1.1.0

Toggle 1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Ctrl/Cmd+C support (#14)

* Add support for Ctrl/Cmd+C to cancel and exit.

1.0.1

Toggle 1.0.1's commit message
Make sort order deterministic when sizes match

1.0.0

Toggle 1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for skins and use for better color capability handling ac…

…ross terminals (#8)

* Initial implementation of skins
* Improve color handling across different terminal types and color support
* Change test dir structure for better coverage and update tests accordingly
* Add coverage arg to specify files to exclude. Update coverage workflow with args
* Update PR template
* Change lint and test workflow to not run on PR as they already run as a result of the push

0.1.7

Toggle 0.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Various UX and perf improvements. Additional benchmarks (#7)

* Remove page_size dependency and use default bucket size. Fix multi-bucket bug
* Forbid unsafe code
* Implement From trait in Size
* Change RapIdArena to be threadsafe
* Change RapId to struct
* Small refactor of a test
* Add iterator for RapIdArena and tests
* Add a workflow that can be use to cache BuildIt builds
* Remove coverage badge
* Add some alt keys and change colors for better UX on Macs
* Add additional DirectoryItem::build() benchmark with more threads
* Minor update to readme for Mac/Linux.
* Add additional benchmarks to test different thread counts
* Add a few test cases for alt keys

0.1.6

Toggle 0.1.6's commit message
Fix scoop manifest hash

0.1.5

Toggle 0.1.5's commit message
Fix install.sh

0.1.4

Toggle 0.1.4's commit message
Add space-bench binary and other minor improvements (#6)

* Update PR template and README
* Remove show-timing arg and move functionality to space-bench binary
* Update docs
* Test workflow triggers
* Test workflow triggers
* Update key help

0.1.3

Toggle 0.1.3's commit message
Logging and other improvements (#5)

* Update bug report template
* Update contribution guide
* Use a different target dir when running code coverage to not break incremental builds
* Remove atty dependency in buildit by disabling default clap feature
* Add different target dir for coverage builds to play nice with incremental builds
* Improve code coverage of view_command module
* Change logging impl to log4rs and add tests
* Update contribution guide and add a PR template
* Add pre-commit hooks for BuildIt
* Update PR template
* Add --show-timings arg. Minor refactor of size display format arg usage. Improve code coverage
* Enable coverage workflow for PRs
* Fix unused import warning

0.1.2

Toggle 0.1.2's commit message
Add release pipeline to README

0.1.1

Toggle 0.1.1's commit message
Add additional caching to lint workflow