dynamic-cli
dynamic-cli copied to clipboard
A Modern, user-friendly command-line HTTP client for the API testing, and if you're stuck - Search and browse StackOverflow without leaving the CLI
Keybindings?
## π Feature My idea: After displaying the results(from StackExchange), we can open up the stdin to receive keypresses. So that we can perform specific tasks(or functions) with keyboard shortcuts....
## Related Issue Closes: #[issue number that will be closed through this PR] ## Describe the changes you've made ## Checklist: - [ ] My code follows the style guidelines...
We need to autocomplete feature for dynamic to make it easier to use. For example - If I type `dynamic ` in the terminal it will show a popup like...
Currently Dynamic CLI has a dependency on the `termios` module. This module does not support windows OS (refer the links provided below for reference). This issue is to point attention...
Add the guidelines to install dynamic on the window OS because the user needs to set up WSL in the window OS to make it work [It doesn't take much...
For now, we don't have any test which will give us a surety that we can deploy our new changes without affecting the previous one. If we have our own...
## π Feature If a question searched on the cli, if that doesn't in StackOverflow then it will automatically call Reddit API to search it on Reddit and provide you...
The user should able to copy the code from the StackOverflow answer. For more, you can see this PR #82 and see the [GIF](https://user-images.githubusercontent.com/26577306/115042856-7c05e480-9ef1-11eb-9f18-784f1481778a.gif)
@utsabc Please research and work on this issue as mentioned #90
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.10 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...