HiddenFiles

A cross-platform tool to determine if a file or directory is hidden

https://github.com/jakewilliami/hiddenfiles.jl

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.0%) to scientific vocabulary

Keywords

file file-handling filesystem freebsd fs hidden hidden-directories hidden-directory hidden-file hidden-files julia linux macos unix windows
Last synced: 6 months ago · JSON representation ·

Repository

A cross-platform tool to determine if a file or directory is hidden

Basic Info
  • Host: GitHub
  • Owner: jakewilliami
  • License: mit
  • Language: Julia
  • Default Branch: master
  • Homepage:
  • Size: 981 KB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 17
  • Releases: 4
Topics
file file-handling filesystem freebsd fs hidden hidden-directories hidden-directory hidden-file hidden-files julia linux macos unix windows
Created over 3 years ago · Last pushed 6 months ago
Metadata Files
Readme License Citation

README.md

HiddenFiles.jl

Dev CI Code Style: Blue

A simple tool to determine if a file directory is hidden. Works on any™ OS and file system!

This library exports one function: ishidden. Typically, a file or directory is classified as "hidden" if is it hidden from a normal directory listing. See the documentation for notes on the behaviour of ishidden.

Quick Start

```julia julia> using HiddenFiles

julia> is_hidden("$(homedir())/.bashrc") true ```

History

The origin of this project comes from a requirement for this functionality in julia#38841. There is also a Python-specific question for this functionality which I have answered.

Development

Ensure you have both UV and Just.

To run unit tests, simply run:

```shell $ just test

...

```

We use UV to conveniently run pre-commit:

shell $ just fmt

In order to commit, you will want to ensure pre-commits are installed:

shell $ uvx pre-commit install

Citation

If your research depends on HiddenFiles.jl, please consider giving us a formal citation: citation.bib.

Owner

  • Name: Jake Ireland
  • Login: jakewilliami
  • Kind: user
  • Location: ///scary.zealous.twin

Citation (citation.bib)

@software{ireland2023hiddenfiles,
  title={{HiddenFiles.jl}: A cross-platform library to determine if a file or directory is hidden},
  author={Ireland, Jake W},
  year={2023},
  howpublished={\url{https://github.com/jakewilliami/HiddenFiles.jl}},
  note={{Julia} package version 0.1.3}
}

GitHub Events

Total
  • Issues event: 3
  • Issue comment event: 1
  • Push event: 20
  • Pull request event: 2
  • Create event: 3
Last Year
  • Issues event: 3
  • Issue comment event: 1
  • Push event: 20
  • Pull request event: 2
  • Create event: 3

Committers

Last synced: over 1 year ago

All Time
  • Total Commits: 89
  • Total Committers: 1
  • Avg Commits per committer: 89.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jake Ireland j****i@i****m 89

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 20
  • Total pull requests: 13
  • Average time to close issues: 6 months
  • Average time to close pull requests: 24 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 2.15
  • Average comments per pull request: 0.62
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 5
Past Year
  • Issues: 3
  • Pull requests: 5
  • Average time to close issues: N/A
  • Average time to close pull requests: 11 minutes
  • Issue authors: 1
  • Pull request authors: 1
  • Average comments per issue: 0.0
  • Average comments per pull request: 0.6
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 5
Top Authors
Issue Authors
  • jakewilliami (19)
  • JuliaTagBot (1)
Pull Request Authors
  • jakewilliami (8)
  • dependabot[bot] (5)
Top Labels
Issue Labels
macOS (5) enhancement (4) BSD (3) question (2) ZFS (2) bug (1) documentation (1) Linux (1) feature (1) speculative (1) Windows (1)
Pull Request Labels
dependencies (5) github_actions (5)

Packages

  • Total packages: 1
  • Total downloads:
    • julia 2 total
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 4
juliahub.com: HiddenFiles

A cross-platform tool to determine if a file or directory is hidden

  • Versions: 4
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 2 Total
Rankings
Dependent repos count: 9.9%
Average: 37.7%
Dependent packages count: 38.9%
Stargazers count: 48.5%
Forks count: 53.5%
Last synced: 6 months ago

Dependencies

.github/workflows/CI.yml actions
  • actions/cache v1 composite
  • actions/checkout v2 composite
  • julia-actions/julia-buildpkg latest composite
  • julia-actions/julia-runtest latest composite
  • julia-actions/setup-julia v1 composite
.github/workflows/TagBot.yml actions
  • JuliaRegistries/TagBot v1 composite
.github/workflows/CompatHelper.yml actions