[GH-ISSUE #10] One-line installer for any tool #6

Closed
opened 2026-03-03 18:49:53 +03:00 by kerem · 1 comment
Owner

Originally created by @hrstoyanov on GitHub (Jan 8, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/10

curl -L https://github.com/OthmanAdi/planning-with-files/archive/master.tar.gz | tar -xzv --strip-components=2 "planning-with-files-master/skills/planning-with-files"
Originally created by @hrstoyanov on GitHub (Jan 8, 2026). Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/10 ```bash curl -L https://github.com/OthmanAdi/planning-with-files/archive/master.tar.gz | tar -xzv --strip-components=2 "planning-with-files-master/skills/planning-with-files" ```
kerem closed this issue 2026-03-03 18:49:54 +03:00
Author
Owner

@OthmanAdi commented on GitHub (Jan 9, 2026):

Thanks @hrstoyanov! Great suggestion.

Found a bug while testing this - task_plan.md template was missing from GitHub because .gitignore was ignoring it globally. Fixed now.

Tested and working:

curl -L https://github.com/OthmanAdi/planning-with-files/archive/master.tar.gz | tar -xzv --strip-components=2 "planning-with-files-master/skills/planning-with-files"

Added to README under "One-Line Installer". Keeping this open for a bit to make sure others can confirm it works.

<!-- gh-comment-id:3726480947 --> @OthmanAdi commented on GitHub (Jan 9, 2026): Thanks @hrstoyanov! Great suggestion. Found a bug while testing this - `task_plan.md` template was missing from GitHub because `.gitignore` was ignoring it globally. Fixed now. **Tested and working:** ```bash curl -L https://github.com/OthmanAdi/planning-with-files/archive/master.tar.gz | tar -xzv --strip-components=2 "planning-with-files-master/skills/planning-with-files" ``` Added to README under "One-Line Installer". Keeping this open for a bit to make sure others can confirm it works.
Sign in to join this conversation.
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/planning-with-files#6
No description provided.