Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate 'clear' Command to Improve readability #53

Open
shaharluftig opened this issue Jan 12, 2024 · 2 comments
Open

Integrate 'clear' Command to Improve readability #53

shaharluftig opened this issue Jan 12, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@shaharluftig
Copy link

Description

Issue:

Hello everyone! I've been thoroughly enjoying using this library, but I've encountered a minor inconvenience. Over time, the command line interface (CLI) gets cluttered with text, making it difficult to maintain a clean workspace.

Proposal:

I suggest incorporating a 'clear' keyword that users can employ to efficiently clear the CLI text, ensuring a more streamlined and user-friendly experience. This addition would significantly enhance the overall usability of the library.

Benefits:

Improved CLI readability: Users can easily maintain a clean and organized CLI interface.
Enhanced user experience: The 'clear' command provides a convenient solution to manage and declutter the CLI space.
Implementation:
Consider adding a 'clear' command that, when invoked, resets the CLI, providing users with a blank slate to continue their work.

Additional Notes:

This feature would be particularly useful for long-term usage, making the library more user-friendly and efficient.

Thank you for considering this enhancement!

@shaharluftig shaharluftig added the enhancement New feature or request label Jan 12, 2024
@universalmind303
Copy link
Collaborator

@shaharluftig You should be able to use Ctrl+l.

It's not really well documented, but is something that is auto configured by reedline for us.

@shaharluftig
Copy link
Author

@shaharluftig You should be able to use Ctrl+l.

It's not really well documented, but is something that is auto configured by reedline for us.

I see, didnt know about it. Do you think it would be beneficial to add a ‘clear’ keyword to the CLI? This keyword would function similarly to ‘cls’ in Windows or ‘clear’ in Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants