question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[FR] Add completion and other input usability features

See original GitHub issue

What’s the problem of not having this feature? I would consider myself handy with the shell, and find myself pressing tab and the arrow-keys when typing commands, and pressing the up-arrow to repeat a command with a small change. All of this does not lead to the expected behavior in GST.

Describe the solution you would like It would be really cool if GST could support completion and using the arrow-keys when typing. Does the current architecture of GST allow for such a feature in theory?

Additional information The haxor-news cli is also written in python and has a marvelous way of handling input. I mean the mode that is entered with the haxor-news command: the interactive mode. The picture illustrates the behavior.

image

I love this application! Please keep it up ❤️

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
DidierRLopescommented, Mar 24, 2021

We already have this in place, you need to set the Feature Flag to True on the feature_flags.py file.

Captura de ecrã 2021-03-24, às 21 54 40
0reactions
brunottonurbcommented, Mar 26, 2021

Thanks @DidierRLopes this is what I meant.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best practices for form design - UX Collective
In this article, we will discuss 20 best practices to boost a form's usability. 1. Minimizing the Input fields: While designing a form, ......
Read more >
Chapter 6. User-entered data - Usability Matters
In this chapter, we look deeper at some of the specifics of capturing data from the people using the app. Few apps are...
Read more >
9 UX Best Practice Design Patterns for Autocomplete ...
Darkening the page background while autocomplete is active gives it stronger emphasis, minimizing elements (e.g., ads, carousels, and other page ...
Read more >
The ultimate guide for form design: the perfect form - Medium
To achieve good usability you should adjust the width of your form fields so it matches the length of the expected input.
Read more >
Designing Efficient Web Forms: On Structure, Inputs, Labels ...
Forms remain one of the most important types of interactions for users on the web and in apps. In fact, forms are often...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found