Option to only extract 1 specific .dat file instead of an entire directory
Nobody has claimed this yet.
- Dominant language
- F#
- Stars
- 26
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
Would be great if objexport <path_to_dir_or_dat_file> could be implemented.
Example usage:
objexport /path/to/dir /output/dir
would export all dat files in the specified directory (as it currently does)
objexport /path/to/datfile.dat /output/dir
would export only the specified dat file.
Contributor guide
No contributing guide indexed for this repository
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
Start at the objexport command-line entry point and review how it currently handles a directory path. Add support for a .dat file path while preserving directory extraction, then verify that objexport /path/to/datfile.dat /output/dir exports only that file and that directory usage still exports all dat files.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fsharp
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100