Make -i the default
See original GitHub issueHey folks! This is a really great tool y’all have built ✨
My first attempt at using it was a little rough though; I assumed that running keppler
would show my existing files in the browser. After some confusion, my buddy clued me in to the --initial-send
flag, and then I was happy 😊
I think it makes sense to have that be the default behavior, then have a flag to flip it to hide files. Or include something about the -i
flag in the Getting Started docs.
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Make Chrome your default browser - Computer
Set Chrome as your default web browser · On your computer, open Chrome. · In the top right, click More More . ·...
Read more >Make-default Definition & Meaning | YourDictionary
Make -default Definition ... To fail to appear or answer . Wiktionary. Advertisement ...
Read more >Change your default browser in Windows - Microsoft Support
Select Start > Settings > Apps > Default apps. Open Default apps · Select Microsoft Edge. · Next to Make Microsoft Edge your...
Read more >How to Make Chrome Your Default Browser on a PC or Mac
How to make Google Chrome your default browser on Mac · 1. From the desktop screen, click the Apple icon in the upper-left...
Read more >How to Make Chrome the Default Browser on iPhone - Google
Make Chrome the default browser for your iPhone: · Get the Chrome app · Open Chrome Settings · Tap "Default Browser" · Tap...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
By the way,
node_modules
are excluded by default in the--exclude
argument with some other files 😃Having just a part of the files wouldn’t be great.
How about Keppler check the number of files that would be sent at start. If it’s bellow the limitation, they are sent. If it’s above, an error is shown in the terminal and none are sent.
And I can add a config argument like “–force-initial-files” in case the user want to send all files anyway.