Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search for deleted files does not work #6

Closed
CKingX opened this issue Apr 3, 2022 · 3 comments · Fixed by #7
Closed

Search for deleted files does not work #6

CKingX opened this issue Apr 3, 2022 · 3 comments · Fixed by #7
Assignees
Labels
enhancement New feature or request

Comments

@CKingX
Copy link

CKingX commented Apr 3, 2022

I ran httm -i on a ZFS dataset and searched for a deleted file. It could not find it. I also tried select mode with httm -s and it doesn't show the file. Findoid finds it in the snapshot. I installed using cargo and am running version 0.5.2

@kimono-koans
Copy link
Owner

kimono-koans commented Apr 5, 2022

Sorry I didn't respond to this issue earlier.

I'm also sorry if I oversold the capabilities of the interactive modes. The files in the left pane interactive view are only the files that a presently available in the directory, so deleted file lookup is only possible in the non-interactive mode. But I suppose it would be possible to add an option to enumerate deleted files as well.

And, if this is something you might be interested in, I think it actually wouldn't take that much work to implement. I'll get to work on implementing. Thanks for your interest in the project!

@kimono-koans
Copy link
Owner

Give the -d option a try out. Hope you enjoy!

@kimono-koans kimono-koans self-assigned this Apr 6, 2022
@kimono-koans kimono-koans added the enhancement New feature or request label Apr 6, 2022
@kimono-koans kimono-koans linked a pull request Apr 6, 2022 that will close this issue
@CKingX
Copy link
Author

CKingX commented Apr 6, 2022

Oh I see. httm {name of file} works. Also thanks for the deleted file feature! This is a great tool!

Edit: Just reinstalled httm with cargo. -d option works as well!

@CKingX CKingX closed this as completed Apr 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants