Imageomics / Imageomics/Collaborative-distributed-science-guide
Add instructions for zipping folder/files while excluding Mac System files (e.g., `.DS_Store`) to Command line cheat sheet
Open
Beginner friendly
Nobody has claimed this yet.
enhancement
good first issue
- Dominant language
- Python
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
zip -r <name of zip>.zip <target folder> -x ".*" "*/.*
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Find the Command line cheat sheet in the guide and review its existing command examples and formatting. Add the provided zip command with a brief explanation that it excludes hidden Mac system files such as .DS_Store, then confirm the example is clear and correctly rendered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- shell
- Domain
- cli, documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100