HiddenFiles
A cross-platform tool to determine if a file or directory is hidden
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
Repository
A cross-platform tool to determine if a file or directory is hidden
Basic Info
Statistics
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 17
- Releases: 4
Topics
Metadata Files
README.md
HiddenFiles.jl
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
- Website: https://jakewilliami.github.io/
- Twitter: JakeWIreland
- Repositories: 17
- Profile: https://github.com/jakewilliami
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
Top Committers
| Name | 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
Pull Request Labels
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
- Documentation: https://docs.juliahub.com/General/HiddenFiles/stable/
- License: MIT
-
Latest release: 0.1.3
published almost 3 years ago
Rankings
Dependencies
- 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
- JuliaRegistries/TagBot v1 composite