dynamic-cli icon indicating copy to clipboard operation
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

Results 40 dynamic-cli issues
Sort by recently updated
recently updated
newest added

## Related Issue The Issue was to create a button to Copy the code snipped straight into the clipboard of the computer Closes: #177 ## Describe the changes you've made...

If you fetch the questions from StackOverflow in Dynamic. It'll pop up in the terminal. We need a button there to copy the terminal text only to the clipboard

enhancement
good first issue

## 💥 Proposal I have noticed that when searching, things like `'` are shown as `'` or `"` as `"`. Maybe a simple text replacer that replaces the HTML codes...

## 🚀 Feature Use [Typer](https://typer.tiangolo.com) instead of `argparse` ### Have you read the [Contributing Guidelines on Pull Requests](https://github.com/IndianOpenSourceFoundation/dynamic-cli/blob/master/CONTRIBUTING.md#reporting-new-issues)? Yes ## Motivation I have made applications using both Typer and `argparse`,...

We have to make autocomplete feature for dynamic. To make it work we need to create a xonsh shell. Still confused ? Ref to this - [xonsh](https://xon.sh/) How does it...

Hacktoberfest

We need dynamic-cli logo. If anybody wants to contribute :)

design
Hacktoberfest

Hey guys, Will add more issues today or tomorrow. Meanwhile you can look for the issues which are available

## Related Issue Closes: #161 ## Describe the changes you've made ## Checklist: - [x] My code follows the style guidelines of this project. - [x] I have performed a...

### 🚀 Feature Create a `MakeFile` to simplify project setup and ease the development process. It requires #161 to complete, so pickup that or wait for it to complete before...

Level2
gssoc22

### 🚀 Feature Poetry is used for python packaging and dependency management. Look at [guide](https://python-poetry.org/docs/basic-usage/#initialising-a-pre-existing-project) on how to initialise it. Make sure these functionality works: - [ ] `poetry install`...

Level2
gssoc22