forked from sachaos/viddy
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge upstream 202405 #3
Open
anvial
wants to merge
47
commits into
juju:master
Choose a base branch
from
anvial:merge-upstream-202405
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Set EastAsianWidth to fix broken layout
* 'q' will quit viddy, only if it's not in help view, else it'll go back * 'Q` to exit viddy from any view
* added hotkey functionality for unfold * added key-bindings description for unfold
feat: toggle unfold with hotkey
🪟 Add Windows install steps
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ng.org/x/text-0.3.8 Bump golang.org/x/text from 0.3.7 to 0.3.8
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ng.org/x/net-0.7.0 Bump golang.org/x/net from 0.0.0-20210405180319-a5a99cb37ef4 to 0.7.0
Found via `typos --format brief`
docs: fix typo, connot -> cannot
Disable mouse
Fix broken link
Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
to keep readable contrast between bg and fg
diff: alter foreground color as well
…g.in/yaml.v3-3.0.0 Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0
This is controlled by the flag --skip-empty-diffs (defaulting to existing behaviour of showing everything).
history: skip snapshots with no changes (+0 -0)
Fix lint error
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. - [Commits](golang/net@v0.7.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…ang.org/x/net-0.17.0 Bump golang.org/x/net from 0.7.0 to 0.17.0
…rapcm92i0 fix(sec): upgrade gopkg.in/yaml.v3 to 3.0.0
…machine Fix bug of switching time machine
Do not execute command when suspended
Add --no-shell option
Minor README.md improvements
…e-upstream-202405 # Conflicts: # README.md # main.go # snapshot.go # viddy.go
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR introduces enhancements to the Viddy tool, allowing it to display output data from various Juju Status command.
This is an upstream merge to lib used by Juju.