hf 0.2.1

An utility for hidden file/directory
# hf

[![CI][ci-badge]][ci-url]
[![Version][version-badge]][version-url]
![License][license-badge]

**hf** is a command-line utility for hidden file/directory.

## Installation

### From source

```sh
cargo install hf
```

### From binaries

The [release page][release-page-url] contains pre-built binaries for Linux,
macOS and Windows.

### How to build

Please see [BUILD.adoc](BUILD.adoc).

## Usage

Please see [`hf(1)`](doc/man/man1/hf.1.adoc).

## Changelog

Please see [CHANGELOG.adoc](CHANGELOG.adoc).

## Contributing

Please see [CONTRIBUTING.adoc](CONTRIBUTING.adoc).

## License

Copyright (C) 2022 Shun Sakai (see [AUTHORS.adoc](AUTHORS.adoc))

This program is distributed under the terms of either the _Apache License 2.0_
or the _MIT License_.

See [COPYRIGHT](COPYRIGHT), [LICENSE-APACHE](LICENSE-APACHE) and
[LICENSE-MIT](LICENSE-MIT) for more details.

[ci-badge]: https://github.com/sorairolake/hf/workflows/CI/badge.svg
[ci-url]: https://github.com/sorairolake/hf/actions?query=workflow%3ACI
[version-badge]: https://img.shields.io/crates/v/hf
[version-url]: https://crates.io/crates/hf
[license-badge]: https://img.shields.io/crates/l/hf
[release-page-url]: https://github.com/sorairolake/hf/releases