←back to thread

3 points seeyebe | 1 comments | | HN request time: 0s | source

Built a tiny CLI called sip; lets you grab a single file, a directory, or an entire repo from GitHub without cloning everything.

Works smoothly on Linux/macOS. On Windows, there’s still a libstdc++ linking issue with the exe, contributions or tips are welcome.

GitHub: https://github.com/allocata/sip

Show context
Disposal8433 ◴[] No.45030902[source]
Why no regexes, and why restrict yourself to C++17?
replies(1): >>45031144 #
1. seeyebe ◴[] No.45031144[source]
Didn't need the complexity of regexes for this, and C++17 strikes a good balance between features and availability.