No description
Find a file
Joshua Megnauth d6c58991c0
Test helpers and unit tests (#26)
* Implement a few utility functions for tests

Most tests would require a test file hierarchy instead of operating on a
live system.

* Add unit tests for `tab::scan_path`

Tests:
* Works on a valid path
* Returns an empty Vec on an invalid directory
* Returns an empty Vec for an empty directory

I also implemented a few test helpers that may be useful for other
unit tests.

* Less spammy test logs and placate Clippy.
2024-02-01 09:29:10 -07:00
debian Add xdg-utils dependency for xdg-open 2024-01-05 08:56:02 -07:00
i18n Implement history, show operations, implement trash 2024-01-30 10:47:41 -07:00
res Accept file arguments in desktop file 2024-01-23 11:01:06 -07:00
src Test helpers and unit tests (#26) 2024-02-01 09:29:10 -07:00
.gitignore Basic implementation 2024-01-03 15:27:32 -07:00
Cargo.lock Test helpers and unit tests (#26) 2024-02-01 09:29:10 -07:00
Cargo.toml Test helpers and unit tests (#26) 2024-02-01 09:29:10 -07:00
i18n.toml Basic implementation 2024-01-03 15:27:32 -07:00
justfile Implement history, show operations, implement trash 2024-01-30 10:47:41 -07:00
LICENSE Initial commit 2024-01-03 13:34:32 -07:00
README.md Initial commit 2024-01-03 13:34:32 -07:00

cosmic-files

WIP COSMIC file manager