🌐
HackerNoon
hackernoon.com › a-quick-shortcut-for-quickly-navigating-in-github-repositories-8874200c4f65
A quick shortcut for quickly navigating in Github repositories | HackerNoon
April 1, 2018 - Luckily there is a really helpful shortcut that help with that. If you go to a GitHub repository and press T in your keyboard, you can then start typing the name of the file that you want to open.
🌐
GitHub
docs.github.com › en › get-started › using-github › keyboard-shortcuts
Keyboard shortcuts - GitHub Docs
January 14, 2023 - You can then navigate within the content of the file, also known as a blob (binary large object), using keyboard shortcuts.
Discussions

Change default shortcut of "Go to File"?
Currently the default shortcut key for "Go to File" is CTRL + E which is also the default shortcut key to go to the end of the line in a terminal. If I don't reassign the key it opens the "Go to Fi... More on github.com
🌐 github.com
2
January 21, 2020
"Go to file" dialog ("t" keyboard shortcut) should NOT hide the files from "build" folder
Issue In the "Go to file" dialog (t keyboard shortcut), contents of /build folder are never displayed. This is bad. It should be displayed, or be language-dependent, or be repo-configurab... More on github.com
🌐 github.com
1
2
November 22, 2021
Add shortcuts to navigate to PR tabs
I think it would be useful to have keyboard shortcuts to navigate to Conversation, Commits and Files changed tabs in a pull request. I think the keyboard shortcuts should start with g so they don&#... More on github.com
🌐 github.com
15
July 4, 2017
GitHub Action to visualize test results in GitHub UI

GitHub Actions are great for CI/CD when your project is hosted on GitHub.

However, there's no out-of-the-box support for the visualization of test results. If tests fail, you can check plain text console output. Or download and inspect the results file locally. Both options can be annoying, especially when tests fail only in CI but are passing locally.

I made test-reporter to provide basic test results visualization directly in GitHub UI.

It supports the TRX format, so it should work with xUnitNUnit or MSTest. You just have to configure the logger:

dotnet test --logger "trx;LogFileName=test-results.trx"

Apart from dotnet, it also supports other languages and testing frameworks. The goal of the project is to have one solution that is easy to extend.

Few projects are already using it. Now I'm posting this to raise some awareness and to get feedback.

More on reddit.com
🌐 r/dotnet
9
40
April 20, 2021
🌐
Our Code World
ourcodeworld.com › articles › read › 398 › keyboard-shortcuts-for-github-that-you-probably-didn-t-know-existed
Keyboard shortcuts for Github that you probably didn't know existed | Our Code World
February 20, 2017 - If you press the T key, you will ... search a file by its name in the source code of the repository. If you press the L key, you will open the go to line menu. If you press the W key, the dropdown menu that allows you to navigate between branches ...
🌐
Sara Ford's Blog
saraford.net › 2017 › 01 › 12 › how-to-open-a-file-by-typing-the-file-name-directly-from-the-github-repo-page-012
How to open a file by typing the file name directly from the GitHub repo page – 012
January 5, 2017 - On a repo home page, for example https://github.com/saraford/TheoryC, you can press the letter t to navigate directly to this File Finder page. Now type the name of the file or folder. e.g. I want to go to the MainViewModel class.
🌐
UseTheKeyboard
usethekeyboard.com › github
Keyboard shortcuts for Github → UseTheKeyboard
A visual cheat-sheet for the 80 keyboard shortcuts found on Github.com Original Reference Report Issue · Focus the search bar · S · Go to your notifications · G · N · Opens and focuses on a user, issue, or pull request hovercard · H · When focused on above, closes hovercard · Esc · Go to the Code tab · G · C · Go to the Issues tab · G · I · Go to the Pull requests tab · G · P · Go to the Projects tab · G · B · Go to the Wiki tab · G · W · Start searching in file editor ·
🌐
Keycombiner
keycombiner.com › collections › github
GitHub Keyboard Shortcuts
The -icon shows at first glance which shortcuts are already in your collections. Hover over the icon to see the names of your collections that contain the respective shortcut. These public tables can also serve as a cheat sheet to quickly look up keyboard shortcuts when you need them.
🌐
DEV Community
dev.to › shubhracodes › github-shortcuts-that-will-make-sure-that-you-don-t-have-to-use-your-mouse-while-browsing-244c
Github shortcuts that will make sure that you don't have to use your mouse while browsing - DEV Community
September 6, 2021 - Before I bore you out with all shortcuts or make you remember all of them, you just have to press the "?" key or "Shift + /" and you will see a dialog box which has all the shortcuts that work on github.
Find elsewhere
🌐
GitHub
github.com › orgs › community › discussions › 9671
Keyboard shortcut for go to line · community · Discussion #9671
... I would like to be able to use the t (Jump to file) shortcut, and give it a full path, optionally also with a line number, such as foo/bar/baz/index.js:123 and have it jump to the correct file and line.
🌐
MakeUseOf
makeuseof.com › home › programming › github keyboard shortcuts cheat sheet for windows and mac
GitHub Keyboard Shortcuts Cheat Sheet for Windows and Mac
June 24, 2021 - When using GitHub for programming, make use of these keyboard shortcuts for Windows and Mac, available in a free PDF.
🌐
GitHub
gist.github.com › 5351933
Shortcuts · GitHub - Gist
Save dccanter/5351933 to your computer and use it in GitHub Desktop. ... 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.
🌐
GitHub
gist.github.com › dccanter › 5351933
Shortcuts · GitHub
Save dccanter/5351933 to your computer and use it in GitHub Desktop. ... 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.
🌐
GitHub
github.com › microsoft › vscode › issues › 89016
Change default shortcut of "Go to File"? · Issue #89016 · microsoft/vscode
January 21, 2020 - Currently the default shortcut key for "Go to File" is CTRL + E which is also the default shortcut key to go to the end of the line in a terminal. If I don't reassign the key it opens the "Go to Fi...
Author   microsoft
🌐
GitHub
github.com › sindresorhus › refined-github › issues › 568
Add shortcuts to navigate to PR tabs · Issue #568 · refined-github/refined-github
July 4, 2017 - I think it would be useful to have keyboard shortcuts to navigate to Conversation, Commits and Files changed tabs in a pull request. I think the keyboard shortcuts should start with g so they don't collide with other things or be unintui...
Author   refined-github
🌐
DEV Community
dev.to › github › how-to-navigate-the-github-web-without-a-mouse-3enf
How to navigate the GitHub web without a mouse - DEV Community
February 23, 2022 - Now I'm here with the ultimate keyboard shortcut. ... One of the reasons we love the command line is it's quick. There's no need to grab your mouse and navigate the screen. Everything is done on your keyboard. Now we've created a way for you to navigate the GitHub web without using a mouse.
🌐
Shortcutref
shortcutref.com › en › github
GitHub Keyboard Shortcuts | ShortcutRef
☆ Go To Security · gs · WingsMacgsLinuxgs · ☆ Open In github.dev Editor · . Win.Mac.Linux. 8 shortcuts · ☆ Find File · t · WintMactLinuxt · ☆ Open File Finder · Ctrl+P · WinCtrl+PMac⌘PLinuxCtrl+P · ☆ Search In Repository · / Win/Mac/Linux/ ☆ Switch Branch Or Tag ·