-
Notifications
You must be signed in to change notification settings - Fork 68
Tighter columns & less rows #115
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
Merged
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
6af1903
Fixed #58: Multi-line commands rendering wrong
tig a69373e
Fixed #58 - Newlines in commands render incorrectly
tig f155262
Added debug instructions to readme
tig 440833e
Update src/Microsoft.PowerShell.ConsoleGuiTools/ConsoleGui.cs
tig dd2e765
simplified stripping of newline/linefeed
tig e66f614
Merge branch 'master' of tig:tig/GraphicalTools
tig ebcb92f
Merge branch 'master' of tig:PowerShell/GraphicalTools
tig dce01c8
Merge branch 'master' of tig:PowerShell/GraphicalTools
tig a2c0238
Merge branch 'master' of tig:PowerShell/GraphicalTools
tig 2184386
Merge branch 'master' of tig:PowerShell/GraphicalTools
tig 668c5c5
Merge branch 'master' of tig:PowerShell/GraphicalTools
tig 9d2c85a
Merge branch 'master' of tig:tig/GraphicalTools
tig d15fb38
Merge branch 'master' of tig:PowerShell/GraphicalTools
tig 49b9559
Merge branch 'master' of tig:tig/GraphicalTools into master
tig 4175dc0
Merge branch 'master' of tig:PowerShell/GraphicalTools into master
tig 53b1203
Merge branch 'master' of tig:PowerShell/GraphicalTools into master
tig 941cef7
Merge branch 'master' of tig:PowerShell/GraphicalTools into master
tig 06c8a1f
Merge branch 'master' of tig:PowerShell/GraphicalTools into master
tig 474826e
made column spacing tigher
tig 3112550
update to new Terminal.gui package; no code changes
tig 67911d3
tweaked widths
tig 86a72b5
removed excess padding on right
tig c95abc5
removed excess rows at bottom
tig 869b578
Merge branch 'master' of tig:PowerShell/GraphicalTools into master
tig bed1c3d
Merge branch 'master' into tighter_columns
tig 142ffe5
status bar wsa occluding window
tig fd934e1
fixed build scripts to only build ocgv
tig aac2d2c
use built-in command in build.ps1
tig 9db8c90
fixed the other one too
tig 1137d7d
Merge branch 'master' of tig:PowerShell/GraphicalTools into master
tig b1ffbe9
Merge branch 'master' into tighter_columns
tig File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,11 @@ | ||
| Invoke-Build Build | ||
| pwsh -noprofile -command "Import-Module -verbose '$PSScriptRoot/module/Microsoft.PowerShell.GraphicalTools'; Get-Process | Out-GridView -PassThru" | ||
| pwsh -noprofile -command "Import-Module -verbose '$PSScriptRoot/module/Microsoft.PowerShell.ConsoleGuiTools'; Get-Process | Out-ConsoleGridView -OutputMode Single" | ||
| # Build script for buildling/testing from the commnad line. See tasks.json for how build is invoked within VS Code | ||
| # GraphicalTools includes two modules: Microsoft.PowerShell.GraphicalTools and Microsoft.PowerShell.ConsoleGuiTools | ||
| # To build them all leave -ModuleName off the `InvokeBuild` command (e.g. Invoke-Build Build). | ||
| # To build only one, specify it using the -ModuleName paramater (e.g. Invoke-Build Build -ModuleName Microsoft.PowerShell.ConsoleGuiTools). | ||
|
|
||
| # Build... | ||
| Invoke-Build Build -ModuleName Microsoft.PowerShell.ConsoleGuiTools | ||
|
|
||
| # Run what was built... | ||
| # pwsh -noprofile -command "Import-Module -verbose '$PSScriptRoot/module/Microsoft.PowerShell.GraphicalTools'; Get-Module -all | Out-GridView -OutputMode Single -Title 'Imported Modules' | ||
| pwsh -noprofile -command "Import-Module -verbose '$PSScriptRoot/module/Microsoft.PowerShell.ConsoleGuiTools'; Get-Module -all | Out-ConsoleGridView -OutputMode Single -Title 'Imported Modules' -Filter power" |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.