hf
hf is a cross-platform hidden file library and utility.
Installation
From source
From binaries
The release page contains pre-built binaries for Linux, macOS and Windows.
How to build
Please see BUILD.adoc.
Usage
Make files invisible
Don't actually hide anything, just show what would be done:
Actually hide files:
Make hidden files visible
Don't actually show anything, just show what would be done:
Actually show hidden files:
Generate shell completion
--generate-completion option generates shell completions to standard output.
The following shells are supported:
bashelvishfishnushellpowershellzsh
Example:
Use as a library
This crate is also available as a library.
Add this to your Cargo.toml to use it as a library:
[]
= { = "0.3.6", = false }
By default, the dependencies required to build the application are also built.
If you disable the default feature, only the dependencies required to build
the library will be built.
Example
use File;
let temp_dir = tempdir.unwrap;
let file_path = temp_dir.path.join;
create.unwrap;
assert!;
hide.unwrap;
// Change the file name to start with `.`.
let file_path = hidden_file_name.unwrap;
assert!;
show.unwrap;
// Change the file name to start with a character other than `.`.
let file_path = normal_file_name.unwrap;
assert!;
Documentation
See the documentation for more details.
Minimum supported Rust version
The minimum supported Rust version (MSRV) of this library is v1.74.0.
Command-line options
Please see the following:
Changelog
Please see CHANGELOG.adoc.
Contributing
Please see CONTRIBUTING.adoc.
License
Copyright © 2022–2024 Shun Sakai (see AUTHORS.adoc)
- This program is distributed under the terms of either the Apache License 2.0 or the MIT License.
- Some files are distributed under the terms of the Creative Commons Attribution 4.0 International Public License.
This project is compliant with version 3.2 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.