This repository has been archived by the owner on Jul 11, 2024. It is now read-only.
Releases: deadc0de6/catcli
Releases · deadc0de6/catcli
v1.0
v0.10.1
v0.10.0
- file sorting similar to
ls
- ls on a specific file lists the file itself
- wildcards support for
ls
andfind
- new command
du
for disk usage - added an interactive mode
- handle coverage properly
- add a
tree
command (alias forls -r
) ls
output refactoring- fix indexing/updating not storing directories size
- more tests and linting checks
v0.9.6
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
features
- add fzf support (see issue #26 and formats
fzf-native
andfzf-csv
) - add fuse support for virtual filesystem from catalog (see issue #30 and command
mount
) - replace
tree
withls -r
- refactor node implementation
- test with pylint
- test with shellcheck
- more tests
- linting (f-string, typing and more)
- support for python 3.9 and 3.10
- drop python 3.5 support
bug fixes
- fix recursive size bug