skiptools / skiptools/skip

Bug: Export log filename uses colons for the filename instead of periods

Open
#334 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

cli
Dominant language
Swift
Stars
3.2k
Forks
106
Avg merge
6d 13h
Merged PRs (30d)
1

Description

When using skip export the log is exported using a time formatting with colons ':' as HH:mm:ss when it should be using periods '.' HH.mm.ss.

The result is that the file is renamed by the system, and copying the path from the terminal to open the file won't work because the file has been renamed (no longer matching)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named in the issue. Start by locating the export-log filename formatting used by skip export, then verify the generated name uses periods in HH.mm.ss rather than colons. Done means the exported filename remains unchanged by the system and the terminal path opens the same file.

Written by the indexing model from the issue text.

Assessment

Tech stack
swift
Domain
mobile-dev
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.