Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upHighlights
- Arctic Code Vault Contributor
Pinned
1,254 contributions in the last year
Activity overview
Contributed to
microsoft/terminal,
MicrosoftDocs/terminal,
MicrosoftDocs/Console-Docs
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in microsoft/terminal that received 18 comments
Add support for focus mode
Summary of the Pull Request Add support for "focus" mode, which only displays the actual terminal content, no tabs or titlebar. The edges of the wi…
+222
−32
•
18
comments
- Add support for changing the active color scheme with an action
- Add `togglePaneZoom` action for zooming a pane
- Add support for "Always on top" mode
- Spec for global action IDs
- Fix intellisense errors by manually including TerminalAppLib's pch.h
- Add support for iterable, nested commands
- Add some logging regarding command palette usage
- Update MUX to 2.5.0-prerelease.200609001
- Add actions missing in schema, descriptions for `toggleRetroEffect`
- Add some trace logging concerning which schemes are in use
- Add Spec for winrt TerminalSettings
- wpf: fix a handful of issues with the wpf control
- Swap brightBlack/black in the Solarized color schemes
- Add copyFormatting keybinding arg and array support
- Advanced Tab Switcher
- Skip DX invalidation if we've already scrolled an entire screen worth of height
- Add gutter to Command Palette to avoid overlapping with scrollbar
- Tweaks: normalize TextAttribute method names (adjective form)
- Add support for running a `wt` commandline in the curent window WITH A KEYBINDING
- Fix 'bcz exclusive' typo
- Smooth animation of command palette filtering
- Replace gsl::at with a new til::at(span) for pre-checked bounds
- Commit attr runs less frequently by accumulating length of color run
- Cache the viewport to make invalidation faster
- Replace basic_string_view<T> with span<const T>
- Add High Contrast image assets
- Replace the color table init code with two const arrays
- Move to GSL 3.1.0
- Convert most of our JSON deserializers to use type-based conversion
- Add support for the "concealed" graphic rendition attribute
- Update {fmt} to 7.0.1
- Tweak the Palette's KeyChord for High Contrast mode
- Remove the rowsToScroll setting and just always use the system setting
- Add a Mini-spec for `cursorTextColor`
- Add support for the "faint" graphic rendition attribute
- Some pull request reviews not shown.
Created an issue in microsoft/terminal that received 1 comment
Keybinding warnings are duplicated after #6635
Welp, I obviously didn't test that. If you put a keybinding that raises a warning in the settings, we'll create two warnings for it, once for the k…
1
comment