-
Notifications
You must be signed in to change notification settings - Fork 377
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
feat: support ya sub
subcommand for the Ya CLI
#1004
Merged
Merged
Commits on Jun 14, 2024
-
feat(cli): allow printing selected DDS messages to the console
The motivations for this change are: - easy debugging of DDS messages for yazi and plugin developers - allow external applications to monitor yazi events. In neovim specifically, there is a limitation that the stdout and stderr streams cannot be monitored when displaying an embedded terminal application. A second yazi instance could theoretically be started, but the ui does currently not work when there is no screen to draw on.
Configuration menu - View commit details
-
Copy full SHA for 0f40d2e - Browse repository at this point
Copy the full SHA 0f40d2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb3f37 - Browse repository at this point
Copy the full SHA 4bb3f37View commit details -
refactor: simplify listening implementation
- don't start a new server. Instead, crash if the server is not running. - remove support for listening for a specific peer. The protocol doesn't support it and it cannot be made to work. - if the existing yazi closes, this cannot be detected, and the connection is never reestablished. Maybe this can be made to work in a future commit.
Configuration menu - View commit details
-
Copy full SHA for 1997d16 - Browse repository at this point
Copy the full SHA 1997d16View commit details -
feat: reconnect after a connection is lost
If the connection cannot be made when starting, the client will fail and not reconnect. However, if the connection is lost after the client has started, it will forever attempt to reconnect with a 1s delay. Also clean up the implementation by removing previous mistakes
Configuration menu - View commit details
-
Copy full SHA for 8b9ed5e - Browse repository at this point
Copy the full SHA 8b9ed5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d3cd4d - Browse repository at this point
Copy the full SHA 2d3cd4dView commit details
Commits on Jun 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 390dbc1 - Browse repository at this point
Copy the full SHA 390dbc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd3ee0 - Browse repository at this point
Copy the full SHA 9cd3ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57bb6d5 - Browse repository at this point
Copy the full SHA 57bb6d5View commit details
Commits on Jun 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8cb34fd - Browse repository at this point
Copy the full SHA 8cb34fdView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.